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.

230 lines
5.2 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. image.data-v-4320d38d {
  27. display: block;
  28. width: 100%;
  29. height: 100%;
  30. }
  31. .bottomBar.data-v-4320d38d {
  32. position: fixed;
  33. bottom: 0;
  34. left: 0;
  35. width: 100%;
  36. height: 98rpx;
  37. background: #FFFFFF;
  38. border-top: 1rpx solid #F4F4F4;
  39. }
  40. .ul.data-v-4320d38d {
  41. display: flex;
  42. justify-content: space-between;
  43. height: 100%;
  44. align-items: center;
  45. }
  46. .ul .li.data-v-4320d38d {
  47. width: 16.6%;
  48. display: flex;
  49. flex-direction: column;
  50. align-items: center;
  51. justify-content: center;
  52. }
  53. .ul .li .icon.data-v-4320d38d {
  54. font-size: 30rpx;
  55. height: 30rpx;
  56. line-height: 30rpx;
  57. }
  58. .ul .li .icon image.data-v-4320d38d {
  59. display: block;
  60. margin-top: 4rpx;
  61. width: 26rpx;
  62. height: 26rpx;
  63. }
  64. .ul .li .text.data-v-4320d38d {
  65. font-weight: 500;
  66. font-size: 24rpx;
  67. color: #999999;
  68. margin-top: 10rpx;
  69. }
  70. .content.data-v-4320d38d {
  71. padding: 120rpx 0;
  72. min-height: 100vh;
  73. }
  74. .content .u-nav-slot.data-v-4320d38d {
  75. width: 306rpx;
  76. height: 54rpx;
  77. border-radius: 10rpx;
  78. border: 1px solid #333333;
  79. display: flex;
  80. }
  81. .content .u-nav-slot .btn.data-v-4320d38d {
  82. font-size: 24rpx;
  83. color: #333333;
  84. flex: 1;
  85. text-align: center;
  86. line-height: 54rpx;
  87. }
  88. .content .u-nav-slot .btn.active.data-v-4320d38d {
  89. background-color: #333333;
  90. color: #fff;
  91. }
  92. .content .btn_row.data-v-4320d38d {
  93. padding: 60rpx 0 30rpx 0;
  94. }
  95. .content .btn_row .btn.data-v-4320d38d {
  96. width: 44%;
  97. height: 76rpx;
  98. border-radius: 38rpx;
  99. border: 1rpx solid #1989FA;
  100. line-height: 76rpx;
  101. text-align: center;
  102. font-size: 28rpx;
  103. color: #1989FA;
  104. }
  105. .content .btn_row .btn.disable.data-v-4320d38d {
  106. opacity: 0.4;
  107. }
  108. .content .btn_row .btn.bg.data-v-4320d38d {
  109. background: #3776FF;
  110. border-radius: 38rpx;
  111. color: #fff;
  112. }
  113. .content .con .h1_row.data-v-4320d38d {
  114. margin-bottom: 50rpx;
  115. }
  116. .content .con .h1_row .tag.data-v-4320d38d {
  117. display: inline-block;
  118. height: 36rpx;
  119. line-height: 36rpx;
  120. padding: 4rpx 6rpx;
  121. background: #63C168;
  122. border-radius: 6rpx;
  123. margin-top: -2rpx;
  124. margin-right: 16rpx;
  125. font-size: 28rpx;
  126. color: #fff;
  127. }
  128. .content .con .h1_row .tag.blue.data-v-4320d38d {
  129. background: #3776FF;
  130. }
  131. .content .con .h1_row .tag.red.data-v-4320d38d {
  132. background: orangered;
  133. }
  134. .content .con .h1_row text.h1.data-v-4320d38d {
  135. font-size: 36rpx;
  136. }
  137. .content .con .option.data-v-4320d38d {
  138. width: 100%;
  139. }
  140. .content .con .option .optionItem.data-v-4320d38d {
  141. margin-bottom: 50rpx;
  142. align-items: center;
  143. }
  144. .content .con .option .optionItem .icon.data-v-4320d38d {
  145. width: 36rpx;
  146. height: 36rpx;
  147. border-radius: 50%;
  148. border: 1rpx solid #999;
  149. }
  150. .content .con .option .optionItem .text.data-v-4320d38d {
  151. font-size: 32rpx;
  152. margin-left: 16rpx;
  153. }
  154. .content .con .answerCss.data-v-4320d38d {
  155. height: 90rpx;
  156. background: #F4F4F4;
  157. padding: 30rpx;
  158. margin-top: 20rpx;
  159. justify-content: space-around;
  160. }
  161. .content .con .answerCss .ans.data-v-4320d38d {
  162. font-size: 30rpx;
  163. }
  164. .content .con .answerCss .ans text.red.data-v-4320d38d {
  165. color: red;
  166. }
  167. .content .con .analysis.data-v-4320d38d {
  168. margin-top: 60rpx;
  169. }
  170. .content .con .analysis .tit.data-v-4320d38d {
  171. font-weight: 700;
  172. font-size: 32rpx;
  173. position: relative;
  174. padding-left: 30rpx;
  175. }
  176. .content .con .analysis .tit.data-v-4320d38d::after {
  177. content: "";
  178. position: absolute;
  179. left: 0;
  180. top: 8rpx;
  181. width: 6rpx;
  182. height: 30rpx;
  183. background: linear-gradient(0deg, #43EA80 0%, #38F8D4 100%);
  184. border-radius: 3rpx;
  185. }
  186. .content .con .analysis .txt.data-v-4320d38d {
  187. margin-top: 39rpx;
  188. font-size: 32rpx;
  189. color: #333333;
  190. }
  191. .popupCon.data-v-4320d38d {
  192. width: 100%;
  193. height: calc(100vh - 200rpx);
  194. }
  195. .popupCon .h3.data-v-4320d38d {
  196. height: 88rpx;
  197. border-bottom: 1px solid #F4F4F4;
  198. line-height: 88rpx;
  199. font-size: 30rpx;
  200. padding: 0rpx 0 0 30rpx;
  201. }
  202. .popupCon .ulRow.data-v-4320d38d {
  203. height: 100rpx;
  204. padding: 30rpx 0;
  205. }
  206. .popupCon .ul2.data-v-4320d38d {
  207. display: flex;
  208. flex-wrap: wrap;
  209. padding: 30rpx 10rpx;
  210. height: calc(100vh - 388rpx);
  211. overflow-y: auto;
  212. }
  213. .popupCon .ul2 .li2.data-v-4320d38d {
  214. width: 16.6%;
  215. margin-bottom: 20rpx;
  216. }
  217. .popupCon .ul2 .li2 .num.data-v-4320d38d {
  218. width: 100rpx;
  219. height: 100rpx;
  220. border-radius: 50%;
  221. margin: auto;
  222. background: #F6F7FA;
  223. font-size: 32rpx;
  224. line-height: 100rpx;
  225. text-align: center;
  226. }
  227. .popupCon .ul2 .li2 .num.active.data-v-4320d38d {
  228. border: 1px solid #63C168;
  229. background: rgba(99, 193, 104, 0.1);
  230. color: #63C168;
  231. }