testResultA.wxss 3.5 KB

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