You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

214 lines
5.3 KiB

1 week ago
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .u-nav-slot.data-v-140ee42a {
  27. display: flex;
  28. }
  29. .u-nav-slot .btn.data-v-140ee42a {
  30. color: #fff;
  31. position: relative;
  32. padding: 0 20rpx;
  33. }
  34. .u-nav-slot .btn.active.data-v-140ee42a::before {
  35. content: "";
  36. position: absolute;
  37. left: 50%;
  38. bottom: -20rpx;
  39. width: 30rpx;
  40. height: 4rpx;
  41. background: #F6F7F8;
  42. border-radius: 2rpx;
  43. transform: translateX(-50%);
  44. }
  45. .content.data-v-140ee42a {
  46. width: 100%;
  47. min-height: 100vh;
  48. padding: 100rpx 30rpx 30rpx 30rpx;
  49. background: url("../../../static/images/topbg.png") #F6F7FA no-repeat;
  50. background-size: 100% 410rpx;
  51. }
  52. .content .studyDay.data-v-140ee42a {
  53. font-weight: bold;
  54. font-size: 36rpx;
  55. color: #FFFFFF;
  56. padding: 40rpx 0;
  57. }
  58. .content .card.data-v-140ee42a {
  59. background: #FFFFFF;
  60. border-radius: 20rpx;
  61. overflow: hidden;
  62. margin-top: 20rpx;
  63. }
  64. .content .card.card2.data-v-140ee42a {
  65. padding: 20rpx;
  66. }
  67. .content .card .pd20.data-v-140ee42a {
  68. padding: 20rpx;
  69. }
  70. .content .card .tabs.data-v-140ee42a {
  71. height: 84rpx;
  72. background: #F6F7FA;
  73. border-radius: 20rpx 20rpx 0px 0px;
  74. display: flex;
  75. line-height: 84rpx;
  76. text-align: center;
  77. }
  78. .content .card .tabs .tab.data-v-140ee42a {
  79. width: 160rpx;
  80. font-weight: 500;
  81. font-size: 28rpx;
  82. }
  83. .content .card .tabs .tab.active.data-v-140ee42a {
  84. background: #fff;
  85. }
  86. .content .card .statistics.data-v-140ee42a {
  87. display: flex;
  88. }
  89. .content .card .statistics .statisticsItem.data-v-140ee42a {
  90. width: 25%;
  91. display: flex;
  92. flex-direction: column;
  93. align-items: center;
  94. justify-content: center;
  95. height: 152rpx;
  96. }
  97. .content .card .statistics .statisticsItem.data-v-140ee42a:last-child {
  98. background: linear-gradient(0deg, rgba(55, 118, 255, 0) 0%, #EDF3FF 100%);
  99. border-radius: 10px;
  100. color: #1989FA;
  101. }
  102. .content .card .statistics .statisticsItem:last-child .text.data-v-140ee42a {
  103. color: #1989FA;
  104. }
  105. .content .card .statistics .statisticsItem .num.data-v-140ee42a {
  106. font-family: DIN;
  107. font-weight: bold;
  108. font-size: 38rpx;
  109. margin-bottom: 6rpx;
  110. }
  111. .content .card .statistics .statisticsItem .text.data-v-140ee42a {
  112. font-size: 24rpx;
  113. color: #CCCCCC;
  114. margin-bottom: 16rpx;
  115. }
  116. .content .card .h3.data-v-140ee42a {
  117. font-weight: 500;
  118. font-size: 30rpx;
  119. }
  120. .content .card .bgCard_row.data-v-140ee42a {
  121. display: flex;
  122. justify-content: space-between;
  123. margin-top: 20rpx;
  124. }
  125. .content .card .bgCard_row .bgCard.data-v-140ee42a {
  126. padding: 20rpx 0 0 30rpx;
  127. height: 172rpx;
  128. width: 48%;
  129. }
  130. .content .card .bgCard_row .bgCard.data-v-140ee42a:first-child {
  131. background: url("../../../static/images/mystudy1.png") no-repeat;
  132. background-size: 100% 100%;
  133. color: #24CBBA;
  134. }
  135. .content .card .bgCard_row .bgCard.data-v-140ee42a:last-child {
  136. background: url("../../../static/images/mystudy2.png") no-repeat;
  137. background-size: 100% 100%;
  138. color: #F07634;
  139. }
  140. .content .card .bgCard_row .bgCard .lab.data-v-140ee42a {
  141. font-size: 28rpx;
  142. }
  143. .content .card .bgCard_row .bgCard .tps.data-v-140ee42a {
  144. font-size: 24rpx;
  145. opacity: 0.3;
  146. padding: 6rpx 0;
  147. }
  148. .content .card .bgCard_row .bgCard .num.data-v-140ee42a {
  149. font-family: DIN;
  150. font-weight: bold;
  151. font-size: 36rpx;
  152. }
  153. .content .tip.data-v-140ee42a {
  154. font-size: 24rpx;
  155. color: #ccc;
  156. padding: 10rpx 0 30rpx;
  157. }
  158. .content .tips.data-v-140ee42a {
  159. width: 360rpx;
  160. height: 48rpx;
  161. background: #DCE7FF;
  162. border-radius: 24rpx;
  163. font-size: 24rpx;
  164. color: #1989FA;
  165. text-align: center;
  166. line-height: 48rpx;
  167. margin-top: 30rpx;
  168. }
  169. .content .chartTab.data-v-140ee42a {
  170. display: flex;
  171. justify-content: space-between;
  172. }
  173. .content .chartTab .btn_row.data-v-140ee42a {
  174. display: flex;
  175. width: 170rpx;
  176. height: 44rpx;
  177. border-radius: 8rpx;
  178. overflow: hidden;
  179. border: 1px solid #1989FA;
  180. }
  181. .content .chartTab .btn_row .btn.bg.data-v-140ee42a {
  182. background: #3776FF;
  183. color: #fff;
  184. }
  185. .content .chartTab .btn_row .btn.data-v-140ee42a {
  186. color: #1989FA;
  187. text-align: center;
  188. font-size: 28rpx;
  189. flex: 1;
  190. }
  191. .content .tables.data-v-140ee42a {
  192. width: 100%;
  193. }
  194. .content .tables .fristTab.li.data-v-140ee42a {
  195. background: #F4F4F4;
  196. border-radius: 8rpx 8rpx 0 0;
  197. }
  198. .content .tables .fristTab.li .item.data-v-140ee42a {
  199. color: #1989FA;
  200. }
  201. .content .tables .li.data-v-140ee42a {
  202. height: 76rpx;
  203. line-height: 76rpx;
  204. border-bottom: 1rpx solid #F4F4F4;
  205. display: flex;
  206. }
  207. .content .tables .li .item.data-v-140ee42a {
  208. text-align: center;
  209. flex: 1;
  210. font-size: 28rpx;
  211. }
  212. .btnE.data-v-140ee42a {
  213. width: 240rpx;
  214. margin: 30rpx auto 60rpx auto;
  215. }