index.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. .main {
  2. float: left;
  3. width: 92%;
  4. margin: 30rpx 30rpx 0 30rpx;
  5. }
  6. .main .topBtn {
  7. float: left;
  8. width: 100%;
  9. margin: 0 0 30rpx 0;
  10. }
  11. .tabs .van-tab {
  12. font-size: 34rpx;
  13. }
  14. .red-color {
  15. color: #E9021D;
  16. /* margin: 0 0 15rpx 0; */
  17. }
  18. .tabs .van-tab--active .van-tab__title {
  19. color: #E9021D;
  20. }
  21. .color-box {
  22. background: rgba(242, 245, 250, 1);
  23. height: 68rpx;
  24. width: 100%;
  25. line-height: 68rpx;
  26. font-size: 26rpx;
  27. margin-top: 10rpx;
  28. }
  29. .list {
  30. margin-top: 20rpx;
  31. }
  32. .list image {
  33. width: 200rpx;
  34. height: 200rpx;
  35. }
  36. .list .title {
  37. font-size: 30rpx;
  38. font-family: Source Han Sans SC;
  39. font-weight: bold;
  40. color: rgba(40, 40, 40, 1);
  41. }
  42. .list .title-left {
  43. font-size: 26rpx;
  44. font-family: Source Han Sans SC;
  45. font-weight: 400;
  46. margin-top: 19rpx;
  47. color: rgba(40, 40, 40, 1);
  48. }
  49. .van-col--8{
  50. text-align: center;
  51. }
  52. .list .title-left-red {
  53. color: #E9021D;
  54. }
  55. .title-name {
  56. margin: 20rpx 0 20rpx 0;
  57. font-family: Source Han Sans SC;
  58. font-weight: 400;
  59. }
  60. .title-content {
  61. margin-bottom: 10rpx;
  62. }
  63. .button {
  64. width: 100%;
  65. }
  66. button:not([size='mini']) {
  67. margin-bottom: 60rpx;
  68. margin-left: auto;
  69. margin-right: auto;
  70. width: 100% !important;
  71. }
  72. button[type='default'] {
  73. background-color: #f44!important;
  74. color: #fff!important;
  75. border-radius: 50rpx;
  76. }
  77. .plain-button {
  78. border-radius: 10rpx;
  79. }
  80. .main .topBtn .title {
  81. float: left;
  82. width: 100%;
  83. font-size: 30rpx;
  84. font-family: Source Han Sans SC;
  85. font-weight: bold;
  86. color: rgba(40, 40, 40, 1);
  87. margin: 60rpx 0 30rpx 0;
  88. }
  89. .main .topBtn .topCLick {
  90. float: left;
  91. width: 93%;
  92. height: 217rpx;
  93. background: rgba(255, 255, 255, 1);
  94. box-shadow: 0px 5px 20px 0px rgba(233, 237, 244, 1);
  95. border-radius: 20px;
  96. padding: 50rpx 0 0 50rpx;
  97. }
  98. .main .topBtn .topCLick div {
  99. float: left;
  100. width: 118rpx;
  101. text-align: center;
  102. margin: 0 118rpx 0 0;
  103. }
  104. .main .topBtn .topCLick div image {
  105. float: left;
  106. width: 99rpx;
  107. height: 99rpx;
  108. margin-left: 12rpx;
  109. }
  110. .main .topBtn .topCLick div:last-child {
  111. margin: 0;
  112. }
  113. .main .topBtn .topCLick div button {
  114. padding: 0;
  115. width: 118rpx;
  116. font-size: 30rpx;
  117. font-family: Source Han Sans SC;
  118. font-weight: 400;
  119. color: rgba(40, 40, 40, 1);
  120. background: transparent;
  121. }
  122. .main .functBtn {
  123. float: left;
  124. width: 100%;
  125. }
  126. .main .functBtn button {
  127. float: left;
  128. width: 100%;
  129. height: 108rpx;
  130. line-height: 108rpx;
  131. text-align: left;
  132. border-bottom: 1px solid #ccc;
  133. background: transparent;
  134. border-radius: 0;
  135. font-size: 30rpx;
  136. font-family: Source Han Sans SC;
  137. font-weight: 400;
  138. color: rgba(40, 40, 40, 1);
  139. padding: 0;
  140. }
  141. .main .functBtn button span {
  142. float: right;
  143. padding: 0 20rpx 0 0;
  144. color: #ccc;
  145. font-size: 50rpx;
  146. }
  147. .main .content {
  148. float: left;
  149. width: 100%;
  150. font-size: 26rpx;
  151. font-family: Source Han Sans SC;
  152. font-weight: 400;
  153. color: rgba(40, 40, 40, 1);
  154. margin: 0 0 30rpx 0;
  155. }