index.scss 732 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. @import "./index.skeleton.wxss";
  2. .brand-box {
  3. margin-left: 30rpx;
  4. padding-bottom: 20rpx;
  5. .brand-tab-class {
  6. height: 52rpx;
  7. line-height: 52rpx;
  8. font-size: 24rpx;
  9. color: #666666;
  10. }
  11. .brand-active-class {
  12. border-radius: 26rpx;
  13. background-color: #FAFAFA;
  14. }
  15. }
  16. .division {
  17. height: 10rpx;
  18. background-color: #F4F5F7;
  19. }
  20. .footer {
  21. display: flex;
  22. justify-content: center;
  23. position: fixed;
  24. bottom: 0;
  25. width: 100vw;
  26. min-height: 130rpx;
  27. background-color: #fff;
  28. box-shadow: rgba(0, 0, 0, 0.15) 0px 5rpx 15rpx 0px;
  29. z-index: 999999999999999;
  30. .but {
  31. width: 690rpx;
  32. height: 90rpx;
  33. background: #FA8C16;
  34. border-radius: 16rpx;
  35. font-size: 28rpx;
  36. font-weight: 600;
  37. color: #FFFFFF;
  38. margin-top: 10rpx;
  39. }
  40. }