evaluationIntroduction.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. /* subpages/evaluationIntroduction/evaluationIntroduction.wxss */
  2. page {
  3. background: linear-gradient(180deg, #D6E8FE 0%, #FFFFFF 100%);
  4. }
  5. .nav-bar {
  6. --nav-bar-icon-color: black !important;
  7. width: 100vw;
  8. background-color: transparent !important;
  9. background: transparent !important;
  10. position: sticky;
  11. top: 0;
  12. left: 0;
  13. }
  14. .page-title {
  15. margin-left: 60rpx;
  16. font-weight: 600;
  17. font-size: 38rpx;
  18. color: #222222;
  19. }
  20. .page-icon {
  21. display: block;
  22. width: 372rpx;
  23. height: 372rpx;
  24. position: fixed;
  25. top: 36rpx;
  26. right: 28rpx;
  27. z-index: -1;
  28. }
  29. .w-card {
  30. margin-top: 60rpx;
  31. margin-left: auto;
  32. margin-right: auto;
  33. margin-bottom: 180rpx;
  34. width: 710rpx;
  35. box-shadow: 0rpx 8rpx 20rpx 0rpx #D3E0F4;
  36. border-radius: 24rpx;
  37. background: linear-gradient(90deg, #F8FBFF 4%, #FFFFFF 100%);
  38. }
  39. .bottom-btn-view {
  40. position: fixed;
  41. bottom: 0;
  42. left: 0;
  43. right: 0;
  44. width: 100%;
  45. height: 180rpx;
  46. background: #FFFFFF;
  47. display: flex;
  48. flex-direction: column;
  49. align-items: center;
  50. justify-content: flex-start;
  51. }
  52. .start-test-btn {
  53. margin-top: 16rpx;
  54. width: 670rpx;
  55. height: 84rpx;
  56. background: linear-gradient(135deg, #53A9FF 0%, #1E8BFF 100%);
  57. border-radius: 84rpx;
  58. text-align: center;
  59. line-height: 84rpx;
  60. font-size: 32rpx;
  61. color: #FFFFFF;
  62. font-weight: bold;
  63. }
  64. .start-test-btn:active {
  65. opacity: 0.7;
  66. }
  67. .res-test-btn-view {
  68. margin-top: 16rpx;
  69. width: 690rpx;
  70. display: flex;
  71. flex-direction: row;
  72. align-items: center;
  73. justify-content: space-between;
  74. }
  75. .restart-test-btn {
  76. width: 336rpx;
  77. height: 84rpx;
  78. background: linear-gradient(135deg, #53A9FF 0%, #1E8BFF 100%);
  79. border-radius: 84rpx;
  80. text-align: center;
  81. line-height: 84rpx;
  82. font-size: 32rpx;
  83. color: #FFFFFF;
  84. font-weight: bold;
  85. }
  86. .restart-test-btn:active {
  87. opacity: 0.7;
  88. }
  89. .view-res-btn {
  90. width: 336rpx;
  91. height: 84rpx;
  92. background: #EFF7FF;
  93. text-align: center;
  94. border-radius: 84rpx;
  95. line-height: 84rpx;
  96. font-size: 32rpx;
  97. color: #1E8BFF;
  98. font-weight: bold;
  99. }
  100. .view-res-btn:active {
  101. opacity: 0.7;
  102. }
  103. .test-info-view {
  104. display: flex;
  105. flex-direction: row;
  106. align-items: center;
  107. border-bottom: 2rpx solid #DFECFE;
  108. }
  109. .test-info-item {
  110. display: flex;
  111. flex-direction: column;
  112. align-items: center;
  113. }
  114. .test-info-item image {
  115. margin-top: 42rpx;
  116. width: 52rpx;
  117. display: block;
  118. height: 52rpx;
  119. }
  120. .test-info-item-title {
  121. margin-top: 12rpx;
  122. font-weight: 500;
  123. font-size: 32rpx;
  124. color: #333333;
  125. }
  126. .test-info-item-desc {
  127. margin-top: 6rpx;
  128. margin-bottom: 40rpx;
  129. font-weight: 400;
  130. font-size: 24rpx;
  131. color: #666666;
  132. }
  133. .flex-1 {
  134. flex: 1;
  135. }
  136. .base-title-view {
  137. margin-left: auto;
  138. margin-right: auto;
  139. margin-top: 10rpx;
  140. width: calc(100% - 20rpx);
  141. display: flex;
  142. flex-direction: row;
  143. align-items: center;
  144. }
  145. .base-title-line {
  146. width: 6rpx;
  147. margin-right: 16rpx;
  148. margin-left: 20rpx;
  149. height: 28rpx;
  150. background: #1E8BFF;
  151. border-radius: 4rpx;
  152. }
  153. .base-title {
  154. flex: 1;
  155. font-weight: 400;
  156. font-size: 32rpx;
  157. color: #333333;
  158. }
  159. .base-title-view image {
  160. display: block;
  161. padding: 20rpx;
  162. width: 32rpx;
  163. height: 32rpx;
  164. }
  165. .base-title-share-box {
  166. position: relative;
  167. }
  168. .base-title-share-box button {
  169. position: absolute;
  170. top: 0;
  171. left: 0;
  172. bottom: 0;
  173. right: 0;
  174. line-height: 76rpx;
  175. width: 100%;
  176. height: 100%;
  177. padding: 0;
  178. opacity: 0;
  179. margin: 0;
  180. }
  181. .test-desc-box {
  182. position: relative;
  183. width: 100%;
  184. margin-left: auto;
  185. margin-right: auto;
  186. margin-top: 10rpx;
  187. display: flex;
  188. flex-direction: column;
  189. }
  190. .test-desc-box image {
  191. width: 100%;
  192. margin-bottom: 30rpx;
  193. display: block;
  194. }
  195. .test-desc {
  196. position: absolute;
  197. top: 100rpx;
  198. left: 40rpx;
  199. right: 40rpx;
  200. font-weight: 400;
  201. font-size: 28rpx;
  202. color: #696F78;
  203. }