index.wxss 525 B

12345678910111213141516171819202122232425
  1. .list-box {
  2. width: 720rpx !important;
  3. justify-content: space-around !important;
  4. }
  5. .welt {
  6. display: flex;
  7. align-items: center;
  8. position: fixed;
  9. right: 0;
  10. top: 65%;
  11. width: 240rpx;
  12. height: 82rpx;
  13. background: #00C1D2;
  14. box-shadow: 0px 6rpx 6rpx 0px rgba(0, 0, 0, 0.1);
  15. border-radius: 41rpx 0px 0px 41rpx;
  16. font-size: 36rpx;
  17. font-family: PingFangSC-Medium, PingFang SC;
  18. color: #FFFFFF;
  19. }
  20. /* 搜索框 */
  21. .van-search__content {
  22. background-color: #FFFFFF !important;
  23. }