12345678910111213141516171819202122232425 |
- .list-box {
- width: 720rpx !important;
- justify-content: space-around !important;
- }
- .welt {
- display: flex;
- align-items: center;
- 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;
- font-size: 36rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- color: #FFFFFF;
- }
- /* 搜索框 */
- .van-search__content {
- background-color: #FFFFFF !important;
- }
|