mockExam.wxss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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. .carryOut.data-v-0c90b6ae {
  28. position: fixed;
  29. bottom: 120rpx;
  30. left: 50%;
  31. -webkit-transform: translateX(-50%);
  32. transform: translateX(-50%);
  33. display: -webkit-box;
  34. display: -webkit-flex;
  35. display: flex;
  36. -webkit-box-orient: vertical;
  37. -webkit-box-direction: normal;
  38. -webkit-flex-direction: column;
  39. flex-direction: column;
  40. -webkit-box-pack: center;
  41. -webkit-justify-content: center;
  42. justify-content: center;
  43. -webkit-box-align: center;
  44. -webkit-align-items: center;
  45. align-items: center;
  46. }
  47. .carryOut .carryOut-btn.data-v-0c90b6ae {
  48. height: 80rpx;
  49. background: -webkit-linear-gradient(left, #E31818, #ED3E24, #ED4F24);
  50. background: linear-gradient(90deg, #E31818, #ED3E24, #ED4F24);
  51. border-radius: 35rpx;
  52. display: -webkit-box;
  53. display: -webkit-flex;
  54. display: flex;
  55. -webkit-box-pack: center;
  56. -webkit-justify-content: center;
  57. justify-content: center;
  58. -webkit-box-align: center;
  59. -webkit-align-items: center;
  60. align-items: center;
  61. color: #FFFFFF;
  62. }
  63. .data-v-0c90b6ae .answer .van-cell {
  64. background-color: #16CC16 !important;
  65. color: #ffffff;
  66. }
  67. .data-v-0c90b6ae .van-cell {
  68. margin: 10rpx;
  69. border-radius: 20rpx;
  70. }
  71. .content.data-v-0c90b6ae {
  72. width: 100%;
  73. height: 100vh;
  74. background-color: #FFFFFF;
  75. }
  76. .swiper-box.data-v-0c90b6ae {
  77. height: calc(100vh - 120rpx);
  78. margin: 0rpx 20rpx;
  79. }
  80. .swiper-box swiper-item.data-v-0c90b6ae {
  81. overflow: auto;
  82. }
  83. .top-box.data-v-0c90b6ae {
  84. height: 60rpx;
  85. padding: 30rpx;
  86. display: -webkit-box;
  87. display: -webkit-flex;
  88. display: flex;
  89. -webkit-box-pack: justify;
  90. -webkit-justify-content: space-between;
  91. justify-content: space-between;
  92. -webkit-box-align: center;
  93. -webkit-align-items: center;
  94. align-items: center;
  95. }
  96. .top-box .icon.data-v-0c90b6ae {
  97. width: 60rpx;
  98. }
  99. .top-box .set.data-v-0c90b6ae {
  100. color: red;
  101. }
  102. .topic-box.data-v-0c90b6ae {
  103. display: -webkit-box;
  104. display: -webkit-flex;
  105. display: flex;
  106. -webkit-box-pack: center;
  107. -webkit-justify-content: center;
  108. justify-content: center;
  109. }
  110. .topic-box .topic-top.data-v-0c90b6ae {
  111. display: -webkit-box;
  112. display: -webkit-flex;
  113. display: flex;
  114. padding: 10rpx;
  115. }
  116. .topic-box .topic-top .topic-left.data-v-0c90b6ae {
  117. display: -webkit-box;
  118. display: -webkit-flex;
  119. display: flex;
  120. -webkit-box-orient: vertical;
  121. -webkit-box-direction: normal;
  122. -webkit-flex-direction: column;
  123. flex-direction: column;
  124. }
  125. .topic-box .topic-top .topic-left .topic-type.data-v-0c90b6ae {
  126. background: #E31818;
  127. border-radius: 10rpx;
  128. color: #FFFFFF;
  129. width: 66rpx;
  130. height: 30rpx;
  131. display: -webkit-box;
  132. display: -webkit-flex;
  133. display: flex;
  134. -webkit-box-pack: center;
  135. -webkit-justify-content: center;
  136. justify-content: center;
  137. -webkit-box-align: center;
  138. -webkit-align-items: center;
  139. align-items: center;
  140. border-radius: 15px 15px 0px 15px;
  141. padding: 10rpx;
  142. margin-bottom: 18rpx;
  143. }
  144. .topic-box .topic-top .topic-tit.data-v-0c90b6ae {
  145. padding: 10rpx;
  146. }
  147. .topic-box .topic-right.data-v-0c90b6ae {
  148. -webkit-box-flex: 1;
  149. -webkit-flex: 1;
  150. flex: 1;
  151. display: -webkit-box;
  152. display: -webkit-flex;
  153. display: flex;
  154. -webkit-box-orient: vertical;
  155. -webkit-box-direction: normal;
  156. -webkit-flex-direction: column;
  157. flex-direction: column;
  158. padding: 0 10rpx;
  159. }
  160. .topic-box .topic-right .topic-img.data-v-0c90b6ae {
  161. padding: 10rpx;
  162. margin: auto;
  163. width: 500rpx;
  164. height: 250rpx;
  165. }
  166. .topic-box .topic-right .topic-opt.data-v-0c90b6ae {
  167. padding: 30rpx 5rpx;
  168. }
  169. .topic-box .topic-right .topic-opt .submit.data-v-0c90b6ae {
  170. margin: auto;
  171. margin-top: 150rpx;
  172. height: 80rpx;
  173. background: -webkit-linear-gradient(left, #E31818, #ED3E24, #ED4F24);
  174. background: linear-gradient(90deg, #E31818, #ED3E24, #ED4F24);
  175. border-radius: 35rpx;
  176. display: -webkit-box;
  177. display: -webkit-flex;
  178. display: flex;
  179. -webkit-box-pack: center;
  180. -webkit-justify-content: center;
  181. justify-content: center;
  182. -webkit-box-align: center;
  183. -webkit-align-items: center;
  184. align-items: center;
  185. color: #FFFFFF;
  186. }
  187. .flag.data-v-0c90b6ae {
  188. padding: 30rpx 5rpx;
  189. display: -webkit-box;
  190. display: -webkit-flex;
  191. display: flex;
  192. -webkit-box-pack: center;
  193. -webkit-justify-content: center;
  194. justify-content: center;
  195. }
  196. .flag .result.data-v-0c90b6ae {
  197. display: inline-block;
  198. background-color: #16CC16;
  199. width: 690rpx;
  200. padding: 20rpx;
  201. display: -webkit-box;
  202. display: -webkit-flex;
  203. display: flex;
  204. -webkit-box-align: center;
  205. -webkit-align-items: center;
  206. align-items: center;
  207. -webkit-box-pack: center;
  208. -webkit-justify-content: center;
  209. justify-content: center;
  210. border-radius: 20rpx;
  211. color: #ffffff;
  212. }
  213. .item-titBox.data-v-0c90b6ae {
  214. display: -webkit-box;
  215. display: -webkit-flex;
  216. display: flex;
  217. -webkit-box-pack: justify;
  218. -webkit-justify-content: space-between;
  219. justify-content: space-between;
  220. -webkit-box-align: center;
  221. -webkit-align-items: center;
  222. align-items: center;
  223. padding: 20rpx;
  224. border-bottom: 1rpx solid #e8e8e8;
  225. }
  226. .item-titBox .item-tit.data-v-0c90b6ae {
  227. border-left: 8rpx solid #E31818;
  228. font-size: 30rpx;
  229. padding: 0 11rpx;
  230. }
  231. .parsing-text.data-v-0c90b6ae {
  232. padding: 30rpx;
  233. }