| 1234567891011121314151617181920 |
- .list-box {
- width: 720rpx !important;
- justify-content: space-around !important;
- }
- .welt {
- position: fixed;
- right: 0;
- top: 65%;
- width: 240rpx;
- height: 82rpx;
- background: #00C1D2;
- box-shadow: 0px 6rpx 6rpx 0px rgba(0, 0, 0, 0.1);
- border-radius: 41rpx 0px 0px 41rpx;
- }
- /* 搜索框 */
- .van-search__content {
- background-color: #FFFFFF !important;
- }
|