answer.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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. font-size: 28rpx;
  112. font-weight: 500;
  113. color: #59598D;
  114. }
  115. .problem-key-list {
  116. margin-top: 24rpx;
  117. }
  118. .problem-key-list > view{
  119. width: 516rpx;
  120. height: 68rpx;
  121. background: #FFFFFF;
  122. border-radius: 34rpx;
  123. margin: 0 146rpx 20rpx 88rpx;
  124. font-size: 28rpx;
  125. font-weight: 400;
  126. color: #353333;
  127. line-height: 68rpx;
  128. padding: 0 38rpx;
  129. }
  130. .active-R {
  131. color: #FD8011!important;
  132. }
  133. .problem-key-list .border {
  134. border: 2rpx solid #EFEFFF;
  135. }
  136. .problem-key-list .active {
  137. background: #5679F0;
  138. color: rgb(241, 241, 241);
  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: 656rpx;
  159. height: 156rpx;
  160. margin: auto;
  161. background-repeat:no-repeat;
  162. background-size:100% 100%;
  163. -moz-background-size:100% 100%;
  164. text-align: center;
  165. line-height: 156rpx;
  166. font-size: 28rpx;
  167. font-weight: 600;
  168. color: #FFFFFF;
  169. }
  170. .button-group-R {
  171. display: flex;
  172. justify-content: center;
  173. padding: 48rpx 0 28rpx 0;
  174. align-items: center;
  175. }
  176. .back{
  177. width: 284rpx;
  178. height: 96rpx;
  179. border-radius: 50rpx;
  180. border: 2rpx solid #C7CCF9;
  181. text-align: center;
  182. line-height: 96rpx;
  183. font-size: 28rpx;
  184. font-weight: 500;
  185. color: #59598D;
  186. margin: 0 10rpx;
  187. }
  188. .next {
  189. width: 340rpx;
  190. height: 152rpx;
  191. background-repeat:no-repeat;
  192. background-size:100% 100%;
  193. -moz-background-size:100% 100%;
  194. text-align: center;
  195. line-height: 152rpx;
  196. font-size: 28rpx;
  197. font-weight: 600;
  198. color: #FFFFFF;
  199. }
  200. .confirm {
  201. position: fixed;
  202. width: 100%;
  203. z-index: 998;
  204. display: flex;
  205. justify-content: center;
  206. top: 35%;
  207. background: transparent;
  208. transform: translateY(-30%);
  209. }
  210. .mask {
  211. position: fixed;
  212. top: 0;
  213. height: 100vh;
  214. width: 750rpx;
  215. background: rgba(31, 33, 56,.8);
  216. z-index: 998;
  217. }
  218. .confirm-bg {
  219. width: 620rpx;
  220. position: absolute;
  221. z-index: 999;
  222. }
  223. .confirm-content {
  224. width: 620rpx;
  225. height: 650rpx;
  226. display: flex;
  227. flex-direction: column;
  228. align-items: center;
  229. position: relative;
  230. z-index: 1000;
  231. }
  232. .warning-icon {
  233. width: 100rpx;
  234. padding-top: 108rpx;
  235. position: relative;
  236. z-index: 999;
  237. }
  238. .confim-title {
  239. margin-top: 46rpx;
  240. font-weight: 500;
  241. color: #161616;
  242. line-height: 50rpx;
  243. font-size: 36rpx;
  244. }
  245. .button-group {
  246. display: flex;
  247. justify-content: center;
  248. }
  249. .button-group > view {
  250. margin: 0 10rpx;
  251. width: 240rpx;
  252. height: 96rpx;
  253. border-radius: 50rpx;
  254. border: 2rpx solid #C7CCF9;
  255. font-weight: 600;
  256. color: #59598D;
  257. line-height: 96rpx;
  258. font-size: 32rpx;
  259. margin-top: 60rpx;
  260. text-align: center;
  261. }
  262. .button-group .confim-button {
  263. width: 380rpx!important;
  264. }
  265. .close-icon {
  266. top: 258rpx;
  267. width: 100rpx;
  268. position: relative;
  269. z-index: 1000;
  270. }