answer.wxss 4.7 KB

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