perSign.wxss 6.5 KB

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