second-class.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. @charset "UTF-8";
  2. .text-center.data-v-6329c4a8 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-6329c4a8 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-6329c4a8 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-6329c4a8 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-6329c4a8 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-6329c4a8 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-6329c4a8 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-6329c4a8 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-6329c4a8 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .second-class.data-v-6329c4a8 {
  39. position: relative;
  40. height: 106rpx;
  41. width: 528rpx;
  42. background-color: #ffffff;
  43. }
  44. .left.data-v-6329c4a8 {
  45. width: 448rpx;
  46. white-space: nowrap;
  47. vertical-align: center;
  48. background-color: #ffffff;
  49. line-height: 106rpx;
  50. }
  51. .right.data-v-6329c4a8 {
  52. width: 80rpx;
  53. height: 106rpx;
  54. position: relative;
  55. box-shadow: -1rpx 0 5rpx -5rpx rgba(0, 0, 0, 0.2);
  56. }
  57. .item.data-v-6329c4a8 {
  58. display: inline-block;
  59. font-size: 24rpx;
  60. height: 54rpx;
  61. line-height: 54rpx;
  62. padding: 0 20rpx;
  63. border: 1rpx solid #cccccc;
  64. border-radius: 34rpx;
  65. margin-right: 16rpx;
  66. }
  67. .icon.data-v-6329c4a8 {
  68. position: absolute;
  69. top: 50%;
  70. left: 50%;
  71. -webkit-transform: translate(-50%, -50%);
  72. transform: translate(-50%, -50%);
  73. width: 56rpx;
  74. height: 56rpx;
  75. }
  76. .ollapse.data-v-6329c4a8 {
  77. height: 106rpx;
  78. width: 528rpx;
  79. position: relative;
  80. }
  81. .ollapse-icon.data-v-6329c4a8 {
  82. position: absolute;
  83. top: 50%;
  84. right: 12rpx;
  85. width: 56rpx;
  86. height: 56rpx;
  87. -webkit-transform: translateY(-50%);
  88. transform: translateY(-50%);
  89. }
  90. .ollapse-view > text.data-v-6329c4a8 {
  91. margin-bottom: 20rpx;
  92. }
  93. .spring-board.data-v-6329c4a8 {
  94. position: absolute;
  95. top: 0;
  96. left: 0;
  97. width: 528rpx;
  98. z-index: 1000;
  99. background-color: #ffffff;
  100. }
  101. .active.data-v-6329c4a8 {
  102. border: 1rpx solid;
  103. }