answer.wxss 4.6 KB

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