tovolApply.wxss 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  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. border-radius: 25rpx;
  35. color: #e63931;
  36. }
  37. .content .statement {
  38. background-color: #ffffff;
  39. border-radius: 12rpx;
  40. }
  41. .content .statement .title {
  42. height: 84rpx;
  43. display: -webkit-box;
  44. display: -webkit-flex;
  45. display: flex;
  46. -webkit-box-pack: center;
  47. -webkit-justify-content: center;
  48. justify-content: center;
  49. -webkit-box-align: center;
  50. -webkit-align-items: center;
  51. align-items: center;
  52. font-size: 32rpx;
  53. border-bottom: 2rpx dotted #f3f3f3;
  54. }
  55. .content .statement .main {
  56. padding: 24rpx;
  57. text-indent: 48rpx;
  58. color: #666;
  59. font-weight: 400;
  60. }
  61. .content .buttom {
  62. width: 100%;
  63. height: 100rpx;
  64. background: #df2412;
  65. margin: 50rpx auto 0;
  66. font-size: 36rpx;
  67. font-weight: 400;
  68. color: #ffffff;
  69. line-height: 100rpx;
  70. text-align: center;
  71. }
  72. .content .buttom.action {
  73. background: #999999;
  74. }
  75. .content .box {
  76. background-color: #ffffff;
  77. border-radius: 10rpx;
  78. padding: 28rpx 32rpx 84rpx 32rpx;
  79. position: relative;
  80. }
  81. .content .box .box-check {
  82. font-size: 28rpx;
  83. font-weight: 500;
  84. color: #666666;
  85. line-height: 100rpx;
  86. }
  87. .content .box .imp {
  88. color: red;
  89. margin-left: 5rpx;
  90. }
  91. .content .box .check-box {
  92. margin: 44rpx 0rpx;
  93. padding: 25rpx 25rpx;
  94. border: 3rpx solid #e9b2af;
  95. width: 100%;
  96. display: -webkit-box;
  97. display: -webkit-flex;
  98. display: flex;
  99. -webkit-box-orient: vertical;
  100. -webkit-box-direction: normal;
  101. -webkit-flex-direction: column;
  102. flex-direction: column;
  103. border-radius: 25rpx;
  104. color: #e63931;
  105. }
  106. .content .box .check-box .info {
  107. margin-bottom: 32rpx;
  108. text-align: center;
  109. }
  110. .content .box .check-box .chooseTim {
  111. text-align: center;
  112. font-size: 42rpx;
  113. }
  114. .content .box .check-box .choose-job {
  115. color: #666666;
  116. }
  117. .content .box .check-box .choose-job .goods_check {
  118. display: -webkit-box;
  119. display: -webkit-flex;
  120. display: flex;
  121. -webkit-box-orient: vertical;
  122. -webkit-box-direction: normal;
  123. -webkit-flex-direction: column;
  124. flex-direction: column;
  125. }
  126. .content .box .check-box .choose-job .other {
  127. width: 100%;
  128. border-bottom: 2rpx solid #f3f3f3;
  129. }
  130. .content .box .check-box .box-cent {
  131. font-size: 28rpx;
  132. font-weight: 500;
  133. color: #666666;
  134. display: -webkit-box;
  135. display: -webkit-flex;
  136. display: flex;
  137. }
  138. .content .box .check-box .box-cent .cent-left {
  139. margin-right: 28rpx;
  140. }
  141. .content .box .check-box .box-cent .cent-left .left-txt {
  142. line-height: 100rpx;
  143. }
  144. .content .box .check-box .box-cent .cent-right {
  145. -webkit-box-flex: 1;
  146. -webkit-flex: 1;
  147. flex: 1;
  148. display: -webkit-box;
  149. display: -webkit-flex;
  150. display: flex;
  151. -webkit-justify-content: space-around;
  152. justify-content: space-around;
  153. }
  154. .content .box .check-box .box-cent .cent-right .right-check {
  155. line-height: 100rpx;
  156. }
  157. .content .box .box-1 {
  158. display: -webkit-box;
  159. display: -webkit-flex;
  160. display: flex;
  161. -webkit-box-pack: justify;
  162. -webkit-justify-content: space-between;
  163. justify-content: space-between;
  164. -webkit-box-align: center;
  165. -webkit-align-items: center;
  166. align-items: center;
  167. width: 100%;
  168. margin-top: 42rpx;
  169. }
  170. .content .box .box-1 .box-left {
  171. padding-left: 2rpx;
  172. width: 50%;
  173. text-align: left;
  174. color: #000000;
  175. }
  176. .content .box .box-1 input {
  177. height: 66rpx;
  178. line-height: 66rpx;
  179. }
  180. .content .box .box-1 .list-input {
  181. padding-left: 24rpx;
  182. font-size: 28rpx;
  183. display: -webkit-box;
  184. display: -webkit-flex;
  185. display: flex;
  186. -webkit-box-align: center;
  187. -webkit-align-items: center;
  188. align-items: center;
  189. width: 50%;
  190. -webkit-box-flex: 1;
  191. -webkit-flex: 1;
  192. flex: 1;
  193. color: #000000;
  194. text-align: right;
  195. padding-right: 24rpx;
  196. }
  197. .content .box .box-1 .list-input .input-placeholder {
  198. height: 70rpx;
  199. color: #959595;
  200. }
  201. .content .box .box-1 .box-right {
  202. display: -webkit-box;
  203. display: -webkit-flex;
  204. display: flex;
  205. padding-left: 24rpx;
  206. height: 66rpx;
  207. line-height: 66rpx;
  208. border-radius: 22rpx;
  209. width: 100%;
  210. padding-right: 24rpx;
  211. font-size: 28rpx;
  212. color: #959595;
  213. text-align: right !important;
  214. }
  215. .content .box .upload-box {
  216. width: 100%;
  217. height: 247rpx;
  218. background: #ffffff;
  219. border-radius: 27rpx;
  220. display: -webkit-box;
  221. display: -webkit-flex;
  222. display: flex;
  223. -webkit-box-orient: vertical;
  224. -webkit-box-direction: normal;
  225. -webkit-flex-direction: column;
  226. flex-direction: column;
  227. padding: 30rpx 40rpx 30rpx 0;
  228. margin: 42rpx auto 30rpx;
  229. }
  230. .content .box .upload-box .upload-left {
  231. font-weight: 400;
  232. color: #000000;
  233. }
  234. .content .box .upload-box .upload-right {
  235. -webkit-box-flex: 1;
  236. -webkit-flex: 1;
  237. flex: 1;
  238. display: -webkit-box;
  239. display: -webkit-flex;
  240. display: flex;
  241. -webkit-box-align: center;
  242. -webkit-align-items: center;
  243. align-items: center;
  244. -webkit-box-pack: center;
  245. -webkit-justify-content: center;
  246. justify-content: center;
  247. }
  248. .content .box .upload-box .upload-right .upload-img {
  249. width: 150rpx;
  250. height: 150rpx;
  251. margin-top: 24rpx;
  252. }
  253. .content .flex_item {
  254. display: -webkit-box;
  255. display: -webkit-flex;
  256. display: flex;
  257. -webkit-box-align: center;
  258. -webkit-align-items: center;
  259. align-items: center;
  260. }
  261. .content .radio-list {
  262. display: -webkit-box;
  263. display: -webkit-flex;
  264. display: flex;
  265. -webkit-flex-wrap: wrap;
  266. flex-wrap: wrap;
  267. font-size: 28rpx;
  268. padding-top: 30rpx;
  269. color: #000000;
  270. }
  271. .content .radio-list .uni-label-pointer {
  272. padding-right: 25rpx;
  273. padding-bottom: 30rpx;
  274. }
  275. .content .check_box {
  276. padding: 25rpx 25rpx;
  277. font-size: 28rpx;
  278. }
  279. .content .list-box {
  280. background-color: #ffffff;
  281. font-size: 28rpx;
  282. width: 100%;
  283. height: 100%;
  284. border-top: 15rpx solid #f2f2f2;
  285. color: #222222;
  286. }
  287. .content .list-box .worksInput {
  288. margin-bottom: 35rpx;
  289. border: 2rpx solid #979797;
  290. width: 100%;
  291. height: 70rpx;
  292. line-height: 70rpx;
  293. padding: 0rpx 25rpx;
  294. border-radius: 15rpx;
  295. }
  296. .content .list-box .list-title {
  297. color: #000000;
  298. text-align: center;
  299. padding: 30rpx 0rpx;
  300. font-size: 34rpx;
  301. font-weight: 500;
  302. border-bottom: 2rpx dashed #b5b5b5;
  303. }
  304. .content .list-box .tip {
  305. color: #000000;
  306. padding-top: 25rpx;
  307. width: 100%;
  308. text-align: center;
  309. }
  310. .content .list-box .icon {
  311. color: red;
  312. margin-left: 5rpx;
  313. }