textStep.wxss 4.6 KB

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