.order-body { width: 100vw; height: 100vh; overflow: hidden; box-sizing: border-box; padding-bottom: 5rpx; background-color: #f1f2f7; .order-other-search { padding: 0 40rpx; margin-bottom: 20rpx; .order-other-search-right { font-size: 30rpx; text { color: #007dff; } } .order-other-search-left { width: 220rpx; background: #ffffff; box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(132, 132, 132, 0.05); border-radius: 10rpx 10rpx 10rpx 10rpx; margin-right: 41rpx; } } .order-list { flex: 1; overflow: hidden; border-radius: 10rpx; margin: 0 20rpx; box-sizing: border-box; } .order-search-container { background-color: #ffffff; padding: 20rpx; padding-bottom: 0; box-sizing: border-box; margin-bottom: 20rpx; } .order-filterGroups-container { padding: 20rpx; padding-bottom: 0; justify-content: space-between; .order-filter-item { font-size: 28rpx; color: #333333; padding-bottom: 20rpx; font-weight: 400; } .order-filter-item-is { font-size: 28rpx; color: #007dff; border-bottom: solid 1px #007dff; padding-bottom: 20rpx; font-weight: 400; } } } ::v-deep .home-seach-container { background-color: #f7f7f7 !important; } ::v-deep .uni-easyinput__content { background-color: #f7f7f7 !important; } /deep/ ::-webkit-scrollbar { /*滚动条整体样式*/ width: 1rpx !important; } .order-item { display: block; width: 100%; } .order-item:last-child::after { content: '到底喽'; height: 20rpx; width: 100%; text-align: center; visibility: hidden; }