textStep.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. /* subpages/textStep/textStep.wxss */
  2. page {
  3. background: linear-gradient(180deg, #D6E8FE 0%, #FFFFFF 100%);
  4. --cell-background-color: transparent;
  5. }
  6. .nav-bar {
  7. --nav-bar-icon-color: black !important;
  8. width: 100vw;
  9. background-color: transparent !important;
  10. background: transparent !important;
  11. position: sticky;
  12. top: 0;
  13. left: 0;
  14. }
  15. .page-title {
  16. margin-left: 40rpx;
  17. font-weight: 600;
  18. font-size: 38rpx;
  19. color: #222222;
  20. }
  21. .bottom-btn-view {
  22. position: fixed;
  23. bottom: 0;
  24. left: 0;
  25. right: 0;
  26. width: 100%;
  27. height: 180rpx;
  28. background: #FFFFFF;
  29. display: flex;
  30. flex-direction: column;
  31. align-items: center;
  32. justify-content: flex-start;
  33. }
  34. .res-test-btn-view {
  35. margin-top: 16rpx;
  36. width: 690rpx;
  37. display: flex;
  38. flex-direction: row;
  39. align-items: center;
  40. justify-content: center;
  41. }
  42. .view-res-btn {
  43. margin-top: 16rpx;
  44. width: 336rpx;
  45. margin: 0 auto;
  46. height: 84rpx;
  47. background: #EFF7FF;
  48. text-align: center;
  49. border-radius: 84rpx;
  50. line-height: 84rpx;
  51. font-size: 32rpx;
  52. color: #1E8BFF;
  53. font-weight: bold;
  54. }
  55. .view-res-btn:active {
  56. opacity: 0.7;
  57. }
  58. .w-card {
  59. display: flex;
  60. flex-direction: column;
  61. margin-top: 20rpx;
  62. margin-left: auto;
  63. margin-right: auto;
  64. margin-bottom: 200rpx;
  65. padding-bottom: 40rpx;
  66. width: 710rpx;
  67. box-shadow: 0rpx 8rpx 20rpx 0rpx #D3E0F4;
  68. border-radius: 24rpx;
  69. background: linear-gradient(90deg, #F8FBFF 4%, #FFFFFF 100%);
  70. }
  71. .base-title-view {
  72. margin-left: auto;
  73. margin-right: auto;
  74. margin-top: 40rpx;
  75. width: calc(100% - 20rpx);
  76. display: flex;
  77. flex-direction: row;
  78. }
  79. .base-title-line {
  80. width: 6rpx;
  81. margin-top: 6rpx;
  82. margin-right: 20rpx;
  83. margin-left: 30rpx;
  84. height: 28rpx;
  85. background: #1E8BFF;
  86. border-radius: 4rpx;
  87. }
  88. .base-title {
  89. flex: 1;
  90. font-weight: 600;
  91. font-size: 28rpx;
  92. color: #333333;
  93. }
  94. .progressBar-box {
  95. width: calc(100% - 80rpx);
  96. margin-top: 20rpx;
  97. margin-left: 40rpx;
  98. display: flex;
  99. flex-direction: row;
  100. align-items: center;
  101. }
  102. .progressBar-bg {
  103. flex: 1;
  104. height: 16rpx;
  105. background: #CCE4FC;
  106. border-radius: 8rpx;
  107. display: flex;
  108. align-items: center;
  109. overflow: hidden;
  110. flex-direction: row;
  111. }
  112. .progressBar-progress {
  113. border-radius: 8rpx;
  114. width: calc(100% / 8);
  115. height: 16rpx;
  116. background: linear-gradient(90deg, #1E8BFF 0%, #70B7FF 100%);
  117. }
  118. .progressBar-progressText {
  119. min-width: 50rpx;
  120. text-align: right;
  121. font-size: 32rpx;
  122. color: #1E8BFF;
  123. }
  124. .progressBar-progressTotal {
  125. font-size: 32rpx;
  126. color: #555555;
  127. }
  128. .v1 {
  129. margin-top: 40rpx;
  130. display: flex;
  131. flex-direction: row;
  132. align-items: center;
  133. justify-content: space-evenly;
  134. }
  135. .v1 image {
  136. display: flex;
  137. width: 112rpx;
  138. height: 112rpx;
  139. }
  140. .v2 {
  141. display: flex;
  142. flex-wrap: wrap;
  143. justify-content: space-evenly;
  144. flex-direction: row;
  145. }
  146. .v3 {
  147. margin-top: 60rpx;
  148. margin-left: 20rpx;
  149. width: 266rpx;
  150. display: flex;
  151. flex-direction: column;
  152. }
  153. .v4 {
  154. --cell-horizontal-padding: 0;
  155. display: flex;
  156. flex-wrap: nowrap;
  157. flex-direction: row;
  158. align-items: baseline;
  159. }
  160. .t2 {
  161. color: #666666;
  162. font-size: 28rpx;
  163. font-weight: 400;
  164. min-width: 70rpx;
  165. }
  166. .options {
  167. margin-top: 20rpx;
  168. display: flex;
  169. flex-direction: column;
  170. }
  171. .options-date {
  172. margin-top: 20rpx;
  173. display: flex;
  174. flex-direction: row;
  175. }
  176. .option {
  177. margin-top: 20rpx;
  178. margin-left: auto;
  179. margin-right: auto;
  180. width: 570rpx;
  181. background: #F7F8FD;
  182. padding: 28rpx 30rpx;
  183. border-radius: 16rpx;
  184. display: flex;
  185. flex-direction: column;
  186. justify-content: center;
  187. font-size: 28rpx;
  188. color: #333333;
  189. }
  190. .option.active {
  191. background: linear-gradient(90deg, #1E8BFF 0%, #70B7FF 100%);
  192. color: #FFFFFF;
  193. }
  194. .option-date {
  195. display: flex;
  196. flex-direction: row;
  197. justify-content: flex-start;
  198. align-items: center;
  199. }
  200. .van-datetime-picker {
  201. border-radius: 24rpx 24rpx 0px 0px !important;
  202. overflow: hidden;
  203. background-color: #f0f0f0;
  204. }
  205. .van-picker {
  206. border-radius: 24rpx 24rpx 0px 0px !important;
  207. overflow: hidden;
  208. background: white !important;
  209. }
  210. .toolbar-class {
  211. border-radius: 24rpx 24rpx 0px 0px !important;
  212. overflow: hidden;
  213. background: #ECFAF7 !important;
  214. }
  215. .van-picker__confirm {
  216. padding: 0 !important;
  217. margin: 0 16px;
  218. font-size: 28rpx !important;
  219. color: #0BC3AA !important;
  220. }
  221. .van-picker__cancel {
  222. padding: 0 !important;
  223. margin: 0 16px;
  224. font-size: 28rpx !important;
  225. color: #666666 !important;
  226. }
  227. .custom-date-class {
  228. position: fixed;
  229. box-sizing: border-box;
  230. max-height: 100%;
  231. overflow-y: auto;
  232. transition-timing-function: ease;
  233. -webkit-animation: ease both;
  234. animation: ease both;
  235. -webkit-overflow-scrolling: touch;
  236. background-color: white !important;
  237. border-radius: 24rpx 24rpx 0px 0px !important;
  238. overflow: hidden;
  239. }
  240. .van-picker-column__item {
  241. color: #666666 !important;
  242. font-size: 32rpx !important;
  243. }
  244. .van-picker-column__item--selected {
  245. color: #333333 !important;
  246. font-size: 40rpx !important;
  247. }
  248. .t1 {
  249. font-size: 28rpx;
  250. font-weight: 600;
  251. color: #333333;
  252. }