index.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /* 颜色变量 */
  2. /* 行为相关颜色 */
  3. /* 文字基本颜色 */
  4. /* 背景颜色 */
  5. /* 边框颜色 */
  6. /* 尺寸变量 */
  7. /* 文字尺寸 */
  8. /* 图片尺寸 */
  9. /* Border Radius */
  10. /* 水平间距 */
  11. /* 垂直间距 */
  12. /* 透明度 */
  13. /* 文章场景相关 */
  14. .mine_top.data-v-569e925a {
  15. display: flex;
  16. justify-content: space-between;
  17. padding: 30rpx;
  18. box-sizing: border-box;
  19. }
  20. .mine_top .mine_top_left.data-v-569e925a {
  21. display: flex;
  22. align-items: center;
  23. }
  24. .mine_top .mine_top_left .mine_t_l.data-v-569e925a {
  25. width: 120rpx;
  26. height: 120rpx;
  27. }
  28. .mine_top .mine_top_left .mine_t_l_text.data-v-569e925a {
  29. font-size: 36rpx;
  30. font-weight: 600;
  31. letter-spacing: 0rpx;
  32. line-height: 47.74rpx;
  33. color: #3b3b3b;
  34. text-align: left;
  35. vertical-align: top;
  36. margin-left: 30rpx;
  37. }
  38. .mine_top .mine_top_right.data-v-569e925a {
  39. display: flex;
  40. flex-direction: column;
  41. align-items: center;
  42. }
  43. .mine_top .mine_top_right .mine_t_r_t.data-v-569e925a {
  44. font-size: 24rpx;
  45. font-weight: 400;
  46. letter-spacing: 0rpx;
  47. line-height: 31.82rpx;
  48. color: #3b3b3b;
  49. }
  50. .mine_top .mine_top_right .mine_t_r_c.data-v-569e925a {
  51. font-size: 36rpx;
  52. font-weight: 600;
  53. color: #3b3b3b;
  54. }
  55. .mine_top .mine_top_right .mine_t_r_b.data-v-569e925a {
  56. width: 80rpx;
  57. height: 46rpx;
  58. opacity: 1;
  59. border-radius: 348rpx;
  60. background: #78f5c7;
  61. text-align: center;
  62. font-size: 24rpx;
  63. font-weight: 500;
  64. letter-spacing: 0rpx;
  65. line-height: 46rpx;
  66. color: #06615b;
  67. }
  68. .section_text.data-v-569e925a {
  69. font-size: 32rpx;
  70. font-weight: 600;
  71. letter-spacing: 0rpx;
  72. line-height: 42.44rpx;
  73. color: #3b3b3b;
  74. }
  75. .mine_order.data-v-569e925a {
  76. padding: 0 30rpx;
  77. box-sizing: border-box;
  78. }
  79. .mine_order .mine_order_box.data-v-569e925a {
  80. background-color: #fff;
  81. border-radius: 10rpx;
  82. }
  83. .mine_order .mine_order_box .mine_order_list.data-v-569e925a {
  84. display: flex;
  85. width: 100%;
  86. }
  87. .mine_order .mine_order_box .mine_order_list .mine_order_list_item.data-v-569e925a {
  88. width: 25%;
  89. display: flex;
  90. flex-direction: column;
  91. justify-content: center;
  92. align-items: center;
  93. }
  94. .mine_order .mine_order_box .mine_order_list .mine_order_list_item .order_item_icon.data-v-569e925a {
  95. width: 56rpx;
  96. height: 56rpx;
  97. background-size: 100% 100%;
  98. }
  99. .mine_order .mine_order_box .mine_order_list .mine_order_list_item .order_item_text.data-v-569e925a {
  100. font-size: 26rpx;
  101. font-weight: 400;
  102. letter-spacing: 0rpx;
  103. line-height: 30.48rpx;
  104. color: #3b3b3b;
  105. text-align: center;
  106. }
  107. .mine_nav.data-v-569e925a {
  108. padding: 0 30rpx;
  109. box-sizing: border-box;
  110. }
  111. .mine_nav .mine_nav_box.data-v-569e925a {
  112. background-color: #fff;
  113. border-radius: 10rpx;
  114. overflow: hidden;
  115. }
  116. .mine_nav .mine_nav_box .mine_nav_box_item .nav_box_title.data-v-569e925a {
  117. font-size: 28rpx;
  118. font-weight: 400;
  119. color: #3b3b3b;
  120. padding-left: 20rpx;
  121. box-sizing: border-box;
  122. }