tovolApplyDemo.wxss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background-color: #FFFFFF;
  13. }
  14. .content .top {
  15. width: 100%;
  16. height: 368rpx;
  17. }
  18. .content .top image {
  19. width: 100%;
  20. height: 368rpx;
  21. }
  22. .content .info-box {
  23. text-indent: 64rpx;
  24. margin: 12rpx 0 54rpx;
  25. padding: 0 32rpx 20rpx;
  26. width: 100%;
  27. display: -webkit-box;
  28. display: -webkit-flex;
  29. display: flex;
  30. -webkit-box-orient: vertical;
  31. -webkit-box-direction: normal;
  32. -webkit-flex-direction: column;
  33. flex-direction: column;
  34. -webkit-border-radius: 25rpx;
  35. border-radius: 25rpx;
  36. color: #E63931;
  37. }
  38. .content .statement {
  39. background-color: #FFFFFF;
  40. -webkit-border-radius: 12rpx;
  41. border-radius: 12rpx;
  42. }
  43. .content .statement .title {
  44. height: 84rpx;
  45. display: -webkit-box;
  46. display: -webkit-flex;
  47. display: flex;
  48. -webkit-box-pack: center;
  49. -webkit-justify-content: center;
  50. justify-content: center;
  51. -webkit-box-align: center;
  52. -webkit-align-items: center;
  53. align-items: center;
  54. font-size: 32rpx;
  55. border-bottom: 2rpx dotted #f3f3f3;
  56. }
  57. .content .statement .main {
  58. padding: 24rpx;
  59. text-indent: 48rpx;
  60. color: #666;
  61. font-weight: 400;
  62. }
  63. .content .buttom {
  64. width: 660rpx;
  65. height: 100rpx;
  66. background: -webkit-gradient(linear, left bottom, left top, from(#C90F1B), to(#F14D33));
  67. background: -webkit-linear-gradient(bottom, #C90F1B, #F14D33);
  68. background: linear-gradient(0deg, #C90F1B, #F14D33);
  69. -webkit-border-radius: 50rpx;
  70. border-radius: 50rpx;
  71. margin: 50rpx auto;
  72. font-size: 36rpx;
  73. font-weight: 400;
  74. color: #FFFFFF;
  75. line-height: 100rpx;
  76. text-align: center;
  77. }
  78. .content .buttom.action {
  79. background: #999999;
  80. }
  81. .content .box {
  82. background-color: #FFFFFF;
  83. -webkit-border-radius: 10rpx;
  84. border-radius: 10rpx;
  85. padding: 28rpx 32rpx 84rpx 32rpx;
  86. position: relative;
  87. }
  88. .content .box .box-check {
  89. font-size: 28rpx;
  90. font-weight: 500;
  91. color: #666666;
  92. line-height: 100rpx;
  93. }
  94. .content .box .imp {
  95. color: red;
  96. margin-left: 5rpx;
  97. }
  98. .content .box .check-box {
  99. margin: 44rpx 0rpx;
  100. padding: 25rpx 25rpx;
  101. border: 3rpx solid #e9b2af;
  102. width: 100%;
  103. display: -webkit-box;
  104. display: -webkit-flex;
  105. display: flex;
  106. -webkit-box-orient: vertical;
  107. -webkit-box-direction: normal;
  108. -webkit-flex-direction: column;
  109. flex-direction: column;
  110. -webkit-border-radius: 25rpx;
  111. border-radius: 25rpx;
  112. color: #E63931;
  113. }
  114. .content .box .check-box .info {
  115. margin-bottom: 32rpx;
  116. text-align: center;
  117. }
  118. .content .box .check-box .chooseTim {
  119. text-align: center;
  120. font-size: 42rpx;
  121. }
  122. .content .box .check-box .choose-job {
  123. color: #666666;
  124. }
  125. .content .box .check-box .choose-job .goods_check {
  126. display: -webkit-box;
  127. display: -webkit-flex;
  128. display: flex;
  129. -webkit-box-orient: vertical;
  130. -webkit-box-direction: normal;
  131. -webkit-flex-direction: column;
  132. flex-direction: column;
  133. }
  134. .content .box .check-box .choose-job .other {
  135. width: 100%;
  136. border-bottom: 2rpx solid #f3f3f3;
  137. }
  138. .content .box .check-box .box-cent {
  139. font-size: 28rpx;
  140. font-weight: 500;
  141. color: #666666;
  142. display: -webkit-box;
  143. display: -webkit-flex;
  144. display: flex;
  145. }
  146. .content .box .check-box .box-cent .cent-left {
  147. margin-right: 28rpx;
  148. }
  149. .content .box .check-box .box-cent .cent-left .left-txt {
  150. line-height: 100rpx;
  151. }
  152. .content .box .check-box .box-cent .cent-right {
  153. -webkit-box-flex: 1;
  154. -webkit-flex: 1;
  155. flex: 1;
  156. display: -webkit-box;
  157. display: -webkit-flex;
  158. display: flex;
  159. -webkit-justify-content: space-around;
  160. justify-content: space-around;
  161. }
  162. .content .box .check-box .box-cent .cent-right .right-check {
  163. line-height: 100rpx;
  164. }
  165. .content .box .box-1 {
  166. display: -webkit-box;
  167. display: -webkit-flex;
  168. display: flex;
  169. -webkit-box-orient: vertical;
  170. -webkit-box-direction: normal;
  171. -webkit-flex-direction: column;
  172. flex-direction: column;
  173. -webkit-box-align: center;
  174. -webkit-align-items: center;
  175. align-items: center;
  176. width: 100%;
  177. margin-top: 32rpx;
  178. }
  179. .content .box .box-1 .box-left {
  180. padding-left: 2rpx;
  181. width: 100%;
  182. text-align: left;
  183. color: #E63931;
  184. }
  185. .content .box .box-1 input {
  186. height: 66rpx;
  187. line-height: 66rpx;
  188. margin-top: 32rpx;
  189. }
  190. .content .box .box-1 .list-input {
  191. padding-left: 24rpx;
  192. display: -webkit-box;
  193. display: -webkit-flex;
  194. display: flex;
  195. -webkit-box-align: center;
  196. -webkit-align-items: center;
  197. align-items: center;
  198. width: 100%;
  199. font-size: 36rpx;
  200. -webkit-box-flex: 1;
  201. -webkit-flex: 1;
  202. flex: 1;
  203. color: #FF9797;
  204. border: 1rpx solid #f3afad;
  205. -webkit-border-radius: 22rpx;
  206. border-radius: 22rpx;
  207. text-align: left;
  208. padding-right: 24rpx;
  209. }
  210. .content .box .box-1 .list-input .input-placeholder {
  211. height: 70rpx;
  212. color: #FF9797;
  213. }
  214. .content .box .box-1 .box-right {
  215. display: -webkit-box;
  216. display: -webkit-flex;
  217. display: flex;
  218. -webkit-box-align: center;
  219. -webkit-align-items: center;
  220. align-items: center;
  221. padding-left: 24rpx;
  222. height: 66rpx;
  223. line-height: 66rpx;
  224. border: 1rpx solid #f3afad;
  225. -webkit-border-radius: 22rpx;
  226. border-radius: 22rpx;
  227. margin: 32rpx 36rpx 0 36rpx;
  228. width: 96%;
  229. font-size: 36rpx;
  230. color: #FF9797;
  231. text-align: left;
  232. }
  233. .content .box .upload-box {
  234. width: 100%;
  235. height: 247rpx;
  236. background: #FFFFFF;
  237. -webkit-border-radius: 27rpx;
  238. border-radius: 27rpx;
  239. display: -webkit-box;
  240. display: -webkit-flex;
  241. display: flex;
  242. -webkit-box-orient: vertical;
  243. -webkit-box-direction: normal;
  244. -webkit-flex-direction: column;
  245. flex-direction: column;
  246. padding: 30rpx 40rpx 30rpx 0;
  247. margin: 0 auto 30rpx;
  248. }
  249. .content .box .upload-box .upload-left {
  250. font-weight: 400;
  251. color: #E63931;
  252. }
  253. .content .box .upload-box .upload-right {
  254. -webkit-box-flex: 1;
  255. -webkit-flex: 1;
  256. flex: 1;
  257. display: -webkit-box;
  258. display: -webkit-flex;
  259. display: flex;
  260. -webkit-box-align: center;
  261. -webkit-align-items: center;
  262. align-items: center;
  263. -webkit-box-pack: center;
  264. -webkit-justify-content: center;
  265. justify-content: center;
  266. }
  267. .content .box .upload-box .upload-right .upload-img {
  268. width: 103rpx;
  269. height: 103rpx;
  270. margin-top: 24rpx;
  271. }