index.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .popuplist.data-v-d37f2538 {
  28. display: flex;
  29. flex-direction: column;
  30. text-align: center;
  31. }
  32. .popuplist image.data-v-d37f2538 {
  33. width: 347rpx;
  34. height: 347rpx;
  35. margin-top: 20rpx;
  36. }
  37. .popuplist text.data-v-d37f2538 {
  38. color: #888e9c;
  39. }
  40. .popuplist view.data-v-d37f2538 {
  41. margin-top: 15rpx;
  42. }
  43. .popuplist view.data-v-d37f2538:last-child {
  44. padding: 25rpx 0;
  45. border-top: 10rpx solid rgba(149, 150, 151, 0.5);
  46. }
  47. .ucenter.data-v-d37f2538 {
  48. padding: 0 30rpx;
  49. }
  50. .ucenter .mydata.data-v-d37f2538 {
  51. color: #1d2129;
  52. font-size: 32rpx;
  53. font-weight: bold;
  54. margin: 40rpx 0;
  55. text-indent: 10rpx;
  56. }
  57. .ucenter .data-box.data-v-d37f2538 {
  58. display: flex;
  59. justify-content: space-between;
  60. }
  61. .ucenter .data-box .datashow.data-v-d37f2538 {
  62. background-color: #fff;
  63. box-sizing: border-box;
  64. border-radius: 25rpx;
  65. box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(226, 226, 226, 0.25);
  66. padding: 25rpx;
  67. }
  68. .ucenter .data-box .datashow .icon.data-v-d37f2538 {
  69. height: 100rpx;
  70. }
  71. .ucenter .data-box .datashow .num.data-v-d37f2538 {
  72. color: #1d2129;
  73. font-weight: bold;
  74. font-size: 32rpx;
  75. height: 50rpx;
  76. }
  77. .ucenter .data-box .datashow .unit.data-v-d37f2538 {
  78. color: #666666;
  79. font-size: 30rpx;
  80. }
  81. .ucenter .data-box .datashow image.data-v-d37f2538 {
  82. width: 60rpx;
  83. height: 60rpx;
  84. }
  85. .ucenter .data-box .datashow text.data-v-d37f2538 {
  86. color: #86909c;
  87. font-size: 28rpx;
  88. }
  89. .ucenter .common.data-v-d37f2538 {
  90. display: flex;
  91. margin-top: 20rpx;
  92. background-color: #fff;
  93. padding: 25rpx 35rpx;
  94. box-sizing: border-box;
  95. border-radius: 30rpx;
  96. flex-direction: column;
  97. height: 518rpx;
  98. justify-content: space-around;
  99. }
  100. .ucenter .common .title.data-v-d37f2538 {
  101. color: #1d2129;
  102. font-size: 32rpx;
  103. font-weight: bold;
  104. }
  105. .ucenter .common .list.data-v-d37f2538 {
  106. display: flex;
  107. }
  108. .ucenter .common .list image.data-v-d37f2538 {
  109. width: 36rpx;
  110. height: 36rpx;
  111. }
  112. .ucenter .common .list view.data-v-d37f2538:first-child {
  113. width: 56rpx;
  114. padding-top: 5rpx;
  115. }
  116. .ucenter .common .list view.data-v-d37f2538:nth-child(2) {
  117. color: #1d2129;
  118. font-size: 30rpx;
  119. font-weight: 500;
  120. width: 558rpx;
  121. }
  122. .ucenter .common .list view.data-v-d37f2538:last-child {
  123. color: #959ea8;
  124. font-weight: bold;
  125. font-size: 32rpx;
  126. }