textStep.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  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: 400;
  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. width: 286rpx;
  149. display: flex;
  150. flex-direction: column;
  151. }
  152. .v4 {
  153. --cell-horizontal-padding: 0;
  154. display: flex;
  155. flex-wrap: nowrap;
  156. flex-direction: row;
  157. align-items: baseline;
  158. }
  159. .t2 {
  160. min-width: 70rpx;
  161. }
  162. .options {
  163. margin-top: 20rpx;
  164. display: flex;
  165. flex-direction: column;
  166. }
  167. .options-date {
  168. margin-top: 20rpx;
  169. display: flex;
  170. flex-direction: row;
  171. }
  172. .option {
  173. margin-top: 20rpx;
  174. margin-left: auto;
  175. margin-right: auto;
  176. width: 570rpx;
  177. background: #F7F8FD;
  178. padding: 28rpx 30rpx;
  179. border-radius: 16rpx;
  180. display: flex;
  181. flex-direction: column;
  182. justify-content: center;
  183. font-size: 28rpx;
  184. color: #333333;
  185. }
  186. .option.active {
  187. background: linear-gradient(90deg, #1E8BFF 0%, #70B7FF 100%);
  188. color: #FFFFFF;
  189. }
  190. .option-date {
  191. display: flex;
  192. flex-direction: row;
  193. justify-content: flex-start;
  194. align-items: center;
  195. }
  196. .van-datetime-picker {
  197. border-radius: 24rpx 24rpx 0px 0px !important;
  198. overflow: hidden;
  199. background-color: #f0f0f0;
  200. }
  201. .van-picker {
  202. border-radius: 24rpx 24rpx 0px 0px !important;
  203. overflow: hidden;
  204. background: white !important;
  205. }
  206. .toolbar-class {
  207. border-radius: 24rpx 24rpx 0px 0px !important;
  208. overflow: hidden;
  209. background: #ECFAF7 !important;
  210. }
  211. .van-picker__confirm {
  212. padding: 0 !important;
  213. margin: 0 16px;
  214. font-size: 28rpx !important;
  215. color: #0BC3AA !important;
  216. }
  217. .van-picker__cancel {
  218. padding: 0 !important;
  219. margin: 0 16px;
  220. font-size: 28rpx !important;
  221. color: #666666 !important;
  222. }
  223. .custom-date-class {
  224. position: fixed;
  225. box-sizing: border-box;
  226. max-height: 100%;
  227. overflow-y: auto;
  228. transition-timing-function: ease;
  229. -webkit-animation: ease both;
  230. animation: ease both;
  231. -webkit-overflow-scrolling: touch;
  232. background-color: white !important;
  233. border-radius: 24rpx 24rpx 0px 0px !important;
  234. overflow: hidden;
  235. }
  236. .van-picker-column__item {
  237. color: #666666 !important;
  238. font-size: 32rpx !important;
  239. }
  240. .van-picker-column__item--selected {
  241. color: #333333 !important;
  242. font-size: 40rpx !important;
  243. }
  244. .t1 {
  245. font-size: 28rpx;
  246. color: #333333;
  247. }