dlcenter.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .top.data-v-2fd9c0a7 {
  12. height: 585rpx;
  13. position: relative;
  14. }
  15. .top .sybg.data-v-2fd9c0a7 {
  16. position: absolute;
  17. width: 100%;
  18. height: 265rpx;
  19. }
  20. .top .top-card.data-v-2fd9c0a7 {
  21. width: 688rpx;
  22. height: 398rpx;
  23. padding: 32rpx;
  24. background: #FFFFFF;
  25. box-shadow: -2rpx 4rpx 18rpx 0px rgba(0, 110, 238, 0.2);
  26. border-radius: 24rpx;
  27. position: absolute;
  28. right: 0;
  29. left: 0;
  30. bottom: 40rpx;
  31. margin: 0 auto;
  32. }
  33. .top .top-card .now-tit.data-v-2fd9c0a7 {
  34. text-align: right;
  35. font-size: 24rpx;
  36. font-family: PingFang SC;
  37. font-weight: 500;
  38. color: #999999;
  39. }
  40. .top .top-card .now-money.data-v-2fd9c0a7 {
  41. padding-top: 10rpx;
  42. text-align: right;
  43. font-size: 72rpx;
  44. font-family: PingFang SC;
  45. font-weight: bold;
  46. color: #901B21;
  47. }
  48. .top .top-card .now-money.data-v-2fd9c0a7::before {
  49. content: '¥';
  50. font-size: 44rpx;
  51. position: relative;
  52. bottom: 5rpx;
  53. }
  54. .top .top-card .card-icon.data-v-2fd9c0a7 {
  55. position: absolute;
  56. top: 100rpx;
  57. left: 48rpx;
  58. width: 224rpx;
  59. height: 122rpx;
  60. }
  61. .top .top-card .card-icon image.data-v-2fd9c0a7 {
  62. width: 100%;
  63. height: 100%;
  64. }
  65. .top .top-card .card-tit.data-v-2fd9c0a7 {
  66. display: flex;
  67. align-items: center;
  68. font-size: 32rpx;
  69. font-family: PingFang SC;
  70. font-weight: 500;
  71. color: #333333;
  72. }
  73. .top .top-card .card-tit .tit-point.data-v-2fd9c0a7 {
  74. display: inline-block;
  75. width: 12rpx;
  76. height: 32rpx;
  77. background: #901B21;
  78. border-radius: 3rpx;
  79. margin-right: 17rpx;
  80. }
  81. .top .top-card .card-btm.data-v-2fd9c0a7 {
  82. position: absolute;
  83. bottom: 32rpx;
  84. width: 624rpx;
  85. height: 122rpx;
  86. background: linear-gradient(180deg, rgba(220, 184, 118, 0.12) 0%, rgba(220, 184, 118, 0) 100%);
  87. border-radius: 12rpx;
  88. }
  89. .top .top-card .card-btm .card-info.data-v-2fd9c0a7 {
  90. width: 50%;
  91. flex-shrink: 0;
  92. padding-left: 30rpx;
  93. justify-content: flex-start;
  94. align-items: center;
  95. }
  96. .top .top-card .card-btm .card-info image.data-v-2fd9c0a7 {
  97. width: 48rpx;
  98. height: 48rpx;
  99. }
  100. .top .top-card .card-btm .card-info .info-wrap.data-v-2fd9c0a7 {
  101. padding-left: 20rpx;
  102. }
  103. .top .top-card .card-btm .card-info .info-wrap .info-tit.data-v-2fd9c0a7 {
  104. font-size: 28rpx;
  105. font-family: PingFang SC;
  106. font-weight: 500;
  107. color: #999999;
  108. }
  109. .top .top-card .card-btm .card-info .info-wrap .info-val.data-v-2fd9c0a7 {
  110. font-size: 36rpx;
  111. font-family: PingFang SC;
  112. font-weight: bold;
  113. color: #DCB876;
  114. text-align: center;
  115. }
  116. .top .top-card .card-btm .card-info .info-wrap .dan.data-v-2fd9c0a7::after {
  117. content: '单';
  118. font-size: 32rpx;
  119. position: relative;
  120. bottom: 3rpx;
  121. }
  122. .mid-tit.data-v-2fd9c0a7 {
  123. background-color: #fff;
  124. height: 80rpx;
  125. padding: 0 30rpx 0 33rpx;
  126. justify-content: space-between;
  127. align-items: center;
  128. margin-bottom: 12rpx;
  129. }
  130. .mid-tit .mid-left image.data-v-2fd9c0a7 {
  131. margin-right: 13rpx;
  132. width: 33rpx;
  133. height: 33rpx;
  134. }
  135. .btm-tab.data-v-2fd9c0a7 {
  136. background-color: #fff;
  137. }
  138. .btm-tab .tab-top-left.data-v-2fd9c0a7 {
  139. text-align: left;
  140. padding-left: 35rpx;
  141. }
  142. .btm-tab .tab-top-center.data-v-2fd9c0a7 {
  143. text-align: center;
  144. }
  145. .btm-tab .tab-top-right.data-v-2fd9c0a7 {
  146. text-align: right;
  147. padding-right: 30rpx;
  148. }
  149. .btm-tab .tab-tit.data-v-2fd9c0a7 {
  150. height: 72rpx;
  151. font-size: 24rpx;
  152. font-family: PingFang SC;
  153. font-weight: 500;
  154. color: #999999;
  155. }
  156. .btm-tab .tab-tit .tab-content.data-v-2fd9c0a7 {
  157. width: 33%;
  158. }
  159. .list-wrapper.data-v-2fd9c0a7 {
  160. background-color: #fff;
  161. }
  162. .list-wrapper .list.data-v-2fd9c0a7 {
  163. height: 70rpx;
  164. }
  165. .list-wrapper .list view.data-v-2fd9c0a7 {
  166. width: 33.3%;
  167. flex-shrink: 0;
  168. font-size: 28rpx;
  169. font-family: PingFang SC;
  170. font-weight: 500;
  171. color: #333333;
  172. }
  173. .list-wrapper .list .money.data-v-2fd9c0a7 {
  174. color: #901B21;
  175. }