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.

404 lines
9.8 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. uni-page-body.data-v-4d3e765a {
  27. width: 100%;
  28. height: 100%;
  29. }
  30. html.data-v-4d3e765a {
  31. width: 100vh;
  32. height: 100vw;
  33. -webkit-transform: rotate(90deg);
  34. -webkit-transform-origin: 50vw 50vw;
  35. transform: rotate(90deg);
  36. transform-origin: 50vw 50vw;
  37. }
  38. image.data-v-4d3e765a {
  39. display: block;
  40. width: 100%;
  41. height: 100%;
  42. }
  43. .imgView.data-v-4d3e765a {
  44. position: relative;
  45. background: none;
  46. }
  47. .imgView .closeIcon.data-v-4d3e765a {
  48. position: absolute;
  49. color: #fff;
  50. top: 40rpx;
  51. left: 40rpx;
  52. z-index: 99;
  53. background-color: #333;
  54. border-radius: 50%;
  55. }
  56. .imgView .img.data-v-4d3e765a {
  57. width: 750rpx;
  58. height: 750rpx;
  59. }
  60. .content.data-v-4d3e765a {
  61. padding: 30rpx 30rpx 0rpx 30rpx;
  62. width: 100%;
  63. height: 100%;
  64. display: flex;
  65. flex-direction: column;
  66. background-color: #F7FBFE;
  67. font-size: 20rpx;
  68. }
  69. .content .h3.data-v-4d3e765a {
  70. position: absolute;
  71. top: -16rpx;
  72. left: 0;
  73. width: 100%;
  74. text-align: center;
  75. color: #1989FA;
  76. }
  77. .content .row.data-v-4d3e765a {
  78. width: 100%;
  79. display: flex;
  80. }
  81. .content .row .userInfoBox.data-v-4d3e765a {
  82. width: 140rpx;
  83. display: flex;
  84. flex-direction: column;
  85. }
  86. .content .row .userInfoBox .examNo.data-v-4d3e765a {
  87. width: 100%;
  88. height: 60rpx;
  89. background: #FFFFFF;
  90. border: 1px solid #F0F0F0;
  91. position: relative;
  92. }
  93. .content .row .userInfoBox .examNo .card.data-v-4d3e765a {
  94. line-height: 70rpx;
  95. text-align: center;
  96. padding-left: 20rpx;
  97. }
  98. .content .row .userInfoBox .examNo .back.data-v-4d3e765a {
  99. position: absolute;
  100. left: -20rpx;
  101. top: 50%;
  102. transform: translateY(-50%);
  103. width: 40rpx;
  104. height: 40rpx;
  105. background: #fff;
  106. border-radius: 50%;
  107. display: flex;
  108. align-items: center;
  109. justify-content: center;
  110. }
  111. .content .row .userInfoBox .user.data-v-4d3e765a {
  112. flex: 1;
  113. height: 0;
  114. padding: 10rpx 0 0 0rpx;
  115. }
  116. .content .row .userInfoBox .user .card.data-v-4d3e765a {
  117. padding-left: 15rpx;
  118. position: relative;
  119. background: #FFFFFF;
  120. border: 1px solid #F0F0F0;
  121. height: 100%;
  122. }
  123. .content .row .userInfoBox .user .card .avatar.data-v-4d3e765a {
  124. width: 90rpx;
  125. height: 90rpx;
  126. border-radius: 50%;
  127. overflow: hidden;
  128. margin-top: 36rpx;
  129. margin-bottom: 20rpx;
  130. }
  131. .content .row .userInfoBox .user .card .txt.data-v-4d3e765a {
  132. margin: 10px 0;
  133. font-size: 18rpx;
  134. }
  135. .content .row .examConBox.data-v-4d3e765a {
  136. width: 0;
  137. flex: 1;
  138. display: flex;
  139. padding-left: 20rpx;
  140. }
  141. .content .row .examConBox .leftBox.data-v-4d3e765a {
  142. flex: 2;
  143. background-color: #fff;
  144. position: relative;
  145. display: flex;
  146. flex-direction: column;
  147. }
  148. .content .row .examConBox .leftBox .h3.data-v-4d3e765a {
  149. left: 40rpx;
  150. text-align: left;
  151. }
  152. .content .row .examConBox .leftBox .questionTxt.data-v-4d3e765a {
  153. padding: 30rpx;
  154. flex: 1;
  155. line-height: 2em;
  156. }
  157. .content .row .examConBox .leftBox .answer.flex-b.data-v-4d3e765a {
  158. height: 60rpx;
  159. border-top: 1px solid #F0F0F0;
  160. padding-left: 20rpx;
  161. }
  162. .content .row .examConBox .leftBox .answer.flex-b .rightSelect .optio.data-v-4d3e765a {
  163. padding-left: 20rpx;
  164. }
  165. .content .row .examConBox .leftBox .answer.flex-b .rightSelect .optio .optionItem.data-v-4d3e765a {
  166. width: 38rpx;
  167. height: 38rpx;
  168. border: 1px solid #F0F0F0;
  169. font-size: 18rpx;
  170. color: #333;
  171. text-align: center;
  172. line-height: 38rpx;
  173. margin-right: 20rpx;
  174. }
  175. .content .row .examConBox .leftBox .answer.flex-b .rightSelect .optio .optionItem.active.data-v-4d3e765a {
  176. color: #fff;
  177. background-color: #1989FA;
  178. }
  179. .content .row .examConBox .rightBox.data-v-4d3e765a {
  180. flex: 1.4;
  181. background-color: #fff;
  182. }
  183. .content .row .examConBox .rightBox table.data-v-4d3e765a {
  184. display: table;
  185. border-collapse: collapse;
  186. border-spacing: 0px;
  187. table-layout: fixed;
  188. }
  189. .content .row .examConBox .rightBox table td.data-v-4d3e765a, .content .row .examConBox .rightBox table th.data-v-4d3e765a {
  190. width: 9.09%;
  191. overflow: hidden;
  192. white-space: nowrap;
  193. }
  194. .content .row .examConBox .rightBox .ansItem.data-v-4d3e765a {
  195. font-size: 24rpx;
  196. text-align: center;
  197. border-bottom: 1px solid #E1DFDF;
  198. border-right: 1px solid #E1DFDF;
  199. color: #ff0000;
  200. }
  201. .content .row .examConBox .rightBox .ansItem.green.data-v-4d3e765a {
  202. color: #55ff7f;
  203. }
  204. .content .row .examConBox .rightBox .ansItem.red.data-v-4d3e765a {
  205. color: red;
  206. }
  207. .content .row .examConBox .rightBox .blueItem.data-v-4d3e765a {
  208. background-color: #1989FA;
  209. color: #fff;
  210. text-align: center;
  211. font-size: 24rpx;
  212. }
  213. .content .row .examConBox .rightBox .blueItem.br.data-v-4d3e765a {
  214. border-right: 1px solid #fff;
  215. }
  216. .content .row .examConBox .rightBox .blueItem.br.data-v-4d3e765a:last-child {
  217. border: none;
  218. }
  219. .content .row .examConBox .rightBox .blueItem.bb.data-v-4d3e765a {
  220. border-top: 1px solid #fff;
  221. }
  222. .content .row.row1.data-v-4d3e765a {
  223. flex: 4;
  224. }
  225. .content .row.row2.data-v-4d3e765a {
  226. height: 100rpx;
  227. padding: 20rpx 0;
  228. }
  229. .content .row.row2 .timeBox.data-v-4d3e765a {
  230. width: 140rpx;
  231. height: 100%;
  232. background-color: #fff;
  233. border: 1px solid #F0F0F0;
  234. position: relative;
  235. }
  236. .content .row.row2 .timeBox .h3.data-v-4d3e765a {
  237. font-weight: 400;
  238. }
  239. .content .row.row2 .timeBox .time.data-v-4d3e765a {
  240. font-weight: bold;
  241. font-size: 24rpx;
  242. color: #333333;
  243. line-height: 60rpx;
  244. text-align: center;
  245. }
  246. .content .row.row2 .leftTpsBox.data-v-4d3e765a {
  247. padding-left: 20rpx;
  248. flex: 2;
  249. position: relative;
  250. }
  251. .content .row.row2 .leftTpsBox .card.data-v-4d3e765a {
  252. background-color: #fff;
  253. height: 100%;
  254. }
  255. .content .row.row2 .leftTpsBox .h3.data-v-4d3e765a {
  256. text-align: left;
  257. left: 40rpx;
  258. }
  259. .content .row.row2 .leftTpsBox .txt.data-v-4d3e765a {
  260. padding: 14rpx 20rpx 0 20rpx;
  261. }
  262. .content .row.row2 .rightBtnBox.data-v-4d3e765a {
  263. flex: 1;
  264. padding-left: 20rpx;
  265. display: flex;
  266. justify-content: flex-end;
  267. }
  268. .content .row.row2 .rightBtnBox .btn.data-v-4d3e765a {
  269. width: 133rpx;
  270. margin: 0 0 0 20rpx;
  271. text-align: center;
  272. font-size: 24rpx;
  273. height: 60rpx;
  274. line-height: 60rpx;
  275. background: #3776FF;
  276. line-height: 60rpx;
  277. color: #fff;
  278. border: none;
  279. border-radius: 8rpx;
  280. }
  281. .content .row.row2 .rightBtnBox .btn.disable.data-v-4d3e765a {
  282. opacity: 0.4;
  283. }
  284. .content .row.row2 .rightBtnBox .btn.hui.data-v-4d3e765a {
  285. background: #F4F4F4;
  286. color: #333;
  287. }
  288. .content .picBox.data-v-4d3e765a {
  289. width: 100%;
  290. flex: 1.8;
  291. background-color: #fff;
  292. border: 1px solid #F0F0F0;
  293. padding: 20rpx;
  294. position: relative;
  295. }
  296. .content .picBox .h3.data-v-4d3e765a {
  297. text-align: left;
  298. left: 40rpx;
  299. }
  300. .content .picBox .imgBox.data-v-4d3e765a {
  301. width: 650px;
  302. height: 100%;
  303. overflow: hidden;
  304. margin: 0 auto;
  305. }
  306. .commitView.data-v-4d3e765a {
  307. width: 780rpx;
  308. background: #FFFFFF;
  309. border-radius: 10rpx;
  310. padding: 40rpx;
  311. }
  312. .commitView .commitTit.data-v-4d3e765a {
  313. font-weight: bold;
  314. font-size: 32rpx;
  315. color: #333333;
  316. line-height: 40rpx;
  317. margin-bottom: 34rpx;
  318. text-align: center;
  319. }
  320. .commitView .commitTxt.data-v-4d3e765a {
  321. font-family: PingFang SC;
  322. font-weight: 500;
  323. font-size: 24rpx;
  324. color: #333333;
  325. line-height: 42rpx;
  326. }
  327. .commitView .rowBg.data-v-4d3e765a {
  328. width: 100%;
  329. height: 64rpx;
  330. background: #F4F4F4;
  331. border-radius: 10rpx;
  332. font-size: 24rpx;
  333. margin-top: 20rpx;
  334. color: #333333;
  335. line-height: 64rpx;
  336. display: flex;
  337. align-items: center;
  338. padding: 0 0 0 20rpx;
  339. }
  340. .commitView .rowBg .blue.data-v-4d3e765a {
  341. color: #3776FF;
  342. margin-left: 30rpx;
  343. }
  344. .commitView .commitBtn.data-v-4d3e765a {
  345. display: flex;
  346. align-items: center;
  347. justify-content: center;
  348. margin: 50rpx 0 20rpx 0;
  349. }
  350. .commitView .commitBtn .btn.border.data-v-4d3e765a {
  351. background: none;
  352. color: #3776FF;
  353. border: 1px solid #3776FF;
  354. }
  355. .commitView .commitBtn .btn.data-v-4d3e765a {
  356. width: 180rpx;
  357. height: 60rpx;
  358. background: #3776FF;
  359. border-radius: 10rpx;
  360. font-weight: 500;
  361. font-size: 24rpx;
  362. color: #FFFFFF;
  363. text-align: center;
  364. line-height: 60rpx;
  365. margin: 0 20rpx;
  366. }
  367. .djs.data-v-4d3e765a {
  368. display: flex;
  369. align-items: center;
  370. justify-content: center;
  371. margin-top: 6rpx;
  372. }
  373. .djs .djsTxt.data-v-4d3e765a {
  374. font-size: 24rpx;
  375. color: #999;
  376. margin: -4rpx 0 0 2rpx;
  377. }
  378. /**
  379. * 这里是uni-app内置的常用样式变量
  380. *
  381. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  382. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  383. *
  384. */
  385. /**
  386. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  387. *
  388. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  389. */
  390. /* 颜色变量 */
  391. /* 行为相关颜色 */
  392. /* 文字基本颜色 */
  393. /* 背景颜色 */
  394. /* 边框颜色 */
  395. /* 尺寸变量 */
  396. /* 文字尺寸 */
  397. /* 图片尺寸 */
  398. /* Border Radius */
  399. /* 水平间距 */
  400. /* 垂直间距 */
  401. /* 透明度 */
  402. /* 文章场景相关 */
  403. .djs .u-count-down__text {
  404. color: red !important;
  405. }