answer.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. /* pages/contest/answer/answer.wxss */
  2. page {
  3. background: #fff;
  4. }
  5. .home {
  6. width: 40rpx;
  7. height: 40rpx;
  8. position: absolute;
  9. top: 70rpx;
  10. left: 50rpx;
  11. z-index: 99;
  12. }
  13. .page-title {
  14. position: relative;
  15. z-index: 1;
  16. width: 100%;
  17. font-size: 32rpx;
  18. font-weight: 400;
  19. color: #FFFFFF;
  20. padding-top: 68rpx;
  21. text-align: center;
  22. }
  23. .bg {
  24. width: 100%;
  25. position: absolute;
  26. z-index: 0;
  27. background: transparent;
  28. }
  29. .top{
  30. position: relative;
  31. z-index: 9;
  32. padding-top: 44rpx;
  33. width: 100%;
  34. }
  35. .top-title {
  36. width: 100%;
  37. display: flex;
  38. justify-content: center;
  39. align-items: center;
  40. font-weight: 400;
  41. color: #FFFFFF;
  42. font-size: 32rpx;
  43. }
  44. .top-title .time {
  45. height: 66rpx;
  46. background: rgba(60, 70, 209,.5);
  47. padding: 0 10rpx;
  48. border-radius: 10rpx;
  49. margin: 10rpx;
  50. font-weight: 500;
  51. color: #FFFFFF;
  52. font-size: 48rpx;
  53. }
  54. .top-nav {
  55. margin-top: 15rpx;
  56. display: flex;
  57. font-weight: 400;
  58. justify-content: center;
  59. color: rgba(255, 255, 255,.7);
  60. align-items: center;
  61. font-size: 24rpx;
  62. }
  63. .top-nav > view {
  64. margin: 0 10rpx;
  65. }
  66. .top-nav .active {
  67. font-size: 24rpx;
  68. font-weight: 500;
  69. color: #59598D;
  70. background-color: #fff;
  71. border-radius: 100rpx;
  72. height: 52rpx;
  73. width: 138rpx;
  74. display: flex;
  75. justify-content: center;
  76. align-items: center;
  77. }
  78. .content {
  79. position: relative;
  80. z-index: 9;
  81. width: 100%;
  82. }
  83. .content-title {
  84. margin-top: 70rpx;
  85. width: 100%;
  86. font-size: 40rpx;
  87. font-weight: 500;
  88. color: #59598D;
  89. text-align: center;
  90. }
  91. .problem {
  92. display: flex;
  93. align-items: center;
  94. margin-top: 42rpx;
  95. }
  96. .problem-num {
  97. position: relative;
  98. width: 40rpx;
  99. margin: 0 24rpx 0 48rpx;
  100. }
  101. .problem-icon {
  102. width: 40rpx;
  103. position: absolute;
  104. z-index: 1;
  105. }
  106. .problem-index {
  107. width: 40rpx;
  108. font-size: 28rpx;
  109. font-weight: 600;
  110. color: #FFFFFF;
  111. position: relative;
  112. z-index: 9;
  113. line-height: 42rpx;
  114. text-align: center;
  115. }
  116. .problem-text {
  117. width: 590rpx;
  118. font-size: 28rpx;
  119. font-weight: 500;
  120. color: #59598D;
  121. }
  122. .problem-key-list {
  123. margin-top: 24rpx;
  124. }
  125. .problem-key-list > view{
  126. width: 516rpx;
  127. min-height: 68rpx;
  128. background: #FFFFFF;
  129. border-radius: 34rpx;
  130. margin: 0 146rpx 20rpx 88rpx;
  131. font-size: 28rpx;
  132. font-weight: 400;
  133. color: #353333;
  134. line-height: 34rpx;
  135. padding: 17rpx 38rpx;
  136. }
  137. .active-R {
  138. color: #FD8011!important;
  139. }
  140. .problem-key-list .border {
  141. border: 2rpx solid #EFEFFF;
  142. }
  143. .problem-key-list .active {
  144. background: #5679F0;
  145. color: rgb(241, 241, 241);
  146. opacity: 1;
  147. }
  148. .bd-b {
  149. width: 640rpx;
  150. height: 2rpx;
  151. background: #59598D;
  152. opacity: 0.12;
  153. margin: 6rpx 52rpx 0 58rpx;
  154. }
  155. .arrow-group {
  156. display: flex;
  157. justify-content: center;
  158. padding-bottom: 34rpx;
  159. margin-top: 30rpx;
  160. }
  161. .arrow-group > image {
  162. width: 160rpx;
  163. margin: 0 18rpx;
  164. }
  165. .next-one {
  166. width: 600rpx;
  167. height: 100rpx;
  168. margin: 30rpx auto;
  169. background-image: linear-gradient(to right, #57A8EF, #6247FF);
  170. border-radius: 100rpx;
  171. text-align: center;
  172. line-height: 100rpx;
  173. font-size: 28rpx;
  174. font-weight: 600;
  175. color: #FFFFFF;
  176. }
  177. .button-group-R {
  178. display: flex;
  179. justify-content: center;
  180. padding: 48rpx 0 28rpx 0;
  181. align-items: center;
  182. }
  183. .back{
  184. width: 284rpx;
  185. height: 96rpx;
  186. border-radius: 50rpx;
  187. border: 2rpx solid #C7CCF9;
  188. text-align: center;
  189. line-height: 96rpx;
  190. font-size: 28rpx;
  191. font-weight: 500;
  192. color: #59598D;
  193. margin: 0 10rpx;
  194. }
  195. .next {
  196. width: 284rpx;
  197. height: 96rpx;
  198. background-image: linear-gradient(to right, #57A8EF, #6247FF);
  199. border-radius: 96rpx;
  200. text-align: center;
  201. line-height: 96rpx;
  202. font-size: 28rpx;
  203. font-weight: 600;
  204. color: #FFFFFF;
  205. }
  206. .confirm {
  207. position: fixed;
  208. width: 100%;
  209. z-index: 998;
  210. display: flex;
  211. justify-content: center;
  212. top: 35%;
  213. background: transparent;
  214. transform: translateY(-30%);
  215. }
  216. .mask {
  217. position: fixed;
  218. top: 0;
  219. height: 100vh;
  220. width: 750rpx;
  221. background: rgba(31, 33, 56,.8);
  222. z-index: 998;
  223. }
  224. .confirm-bg {
  225. width: 620rpx;
  226. position: absolute;
  227. z-index: 999;
  228. }
  229. .confirm-content {
  230. width: 620rpx;
  231. height: 650rpx;
  232. display: flex;
  233. flex-direction: column;
  234. align-items: center;
  235. position: relative;
  236. z-index: 1000;
  237. }
  238. .warning-icon {
  239. width: 100rpx;
  240. padding-top: 108rpx;
  241. position: relative;
  242. z-index: 999;
  243. }
  244. .confim-title {
  245. margin-top: 46rpx;
  246. font-weight: 500;
  247. color: #161616;
  248. line-height: 50rpx;
  249. font-size: 36rpx;
  250. }
  251. .button-group {
  252. display: flex;
  253. justify-content: center;
  254. }
  255. .button-group > view {
  256. margin: 0 10rpx;
  257. width: 240rpx;
  258. height: 96rpx;
  259. border-radius: 50rpx;
  260. border: 2rpx solid #C7CCF9;
  261. font-weight: 600;
  262. color: #59598D;
  263. line-height: 96rpx;
  264. font-size: 32rpx;
  265. margin-top: 60rpx;
  266. text-align: center;
  267. }
  268. .button-group .confim-button {
  269. width: 380rpx!important;
  270. }
  271. .close-icon {
  272. top: 258rpx;
  273. width: 100rpx;
  274. position: relative;
  275. z-index: 1000;
  276. }
  277. .pattern {
  278. background: #E0E0EF;
  279. opacity: 0.21;
  280. }