applicationForm.wxss 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background-color: #f3afad;
  13. }
  14. .content {
  15. padding-top: 16rpx;
  16. background-color: #f3afad;
  17. }
  18. .content .top {
  19. width: 100%;
  20. height: 188rpx;
  21. }
  22. .content .top image {
  23. width: 100%;
  24. height: 188rpx;
  25. }
  26. .content .info-box {
  27. text-indent: 64rpx;
  28. margin: 12rpx 0 54rpx;
  29. padding: 0 32rpx 20rpx;
  30. width: 100%;
  31. display: -webkit-box;
  32. display: -webkit-flex;
  33. display: flex;
  34. -webkit-box-orient: vertical;
  35. -webkit-box-direction: normal;
  36. -webkit-flex-direction: column;
  37. flex-direction: column;
  38. -webkit-border-radius: 25rpx;
  39. border-radius: 25rpx;
  40. color: #E63931;
  41. }
  42. .content .buttom {
  43. width: 660rpx;
  44. height: 100rpx;
  45. background: -webkit-gradient(linear, left bottom, left top, from(#C90F1B), to(#F14D33));
  46. background: -webkit-linear-gradient(bottom, #C90F1B, #F14D33);
  47. background: linear-gradient(0deg, #C90F1B, #F14D33);
  48. -webkit-border-radius: 50rpx;
  49. border-radius: 50rpx;
  50. margin: 50rpx auto;
  51. font-size: 36rpx;
  52. font-weight: 400;
  53. color: #FFFFFF;
  54. line-height: 100rpx;
  55. text-align: center;
  56. }
  57. .content .buttom.action {
  58. background: #999999;
  59. }
  60. .content .box {
  61. width: 690rpx;
  62. margin: 20rpx auto 0;
  63. background-color: #FFFFFF;
  64. -webkit-border-radius: 10rpx;
  65. border-radius: 10rpx;
  66. padding: 28rpx 20rpx 84rpx 20rpx;
  67. position: relative;
  68. }
  69. .content .box .red-box {
  70. width: 405rpx;
  71. line-height: 66rpx;
  72. text-align: center;
  73. background: -webkit-gradient(linear, left bottom, left top, from(#C90F1B), to(#F14D33));
  74. background: -webkit-linear-gradient(bottom, #C90F1B, #F14D33);
  75. background: linear-gradient(0deg, #C90F1B, #F14D33);
  76. -webkit-border-radius: 10rpx;
  77. border-radius: 10rpx;
  78. font-size: 30rpx;
  79. font-weight: 500;
  80. color: #FFFFFF;
  81. position: absolute;
  82. top: -36rpx;
  83. left: 50%;
  84. -webkit-transform: translateX(-50%);
  85. transform: translateX(-50%);
  86. z-index: 1;
  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: #ff4500;
  113. }
  114. .content .box .check-box .info {
  115. margin-bottom: 32rpx;
  116. }
  117. .content .box .check-box .info-3 {
  118. margin-top: 12rpx;
  119. line-height: 46rpx;
  120. }
  121. .content .box .check-box .info-1 {
  122. display: -webkit-box;
  123. display: -webkit-flex;
  124. display: flex;
  125. -webkit-box-align: center;
  126. -webkit-align-items: center;
  127. align-items: center;
  128. }
  129. .content .box .check-box .info-1 input {
  130. height: 56rpx;
  131. width: 400rpx;
  132. line-height: 56rpx;
  133. width: 300rpx;
  134. }
  135. .content .box .check-box .info-1 .list-input {
  136. padding-left: 24rpx;
  137. display: -webkit-box;
  138. display: -webkit-flex;
  139. display: flex;
  140. -webkit-box-align: center;
  141. -webkit-align-items: center;
  142. align-items: center;
  143. width: 280rpx;
  144. font-size: 36rpx;
  145. color: #FF9797;
  146. border-bottom: 1rpx solid #f3afad;
  147. text-align: center;
  148. padding-right: 24rpx;
  149. }
  150. .content .box .check-box .info-1 .list-input .input-placeholder {
  151. width: 400rpx;
  152. height: 70rpx;
  153. color: #FF9797;
  154. }
  155. .content .box .check-box .check-main {
  156. display: -webkit-box;
  157. display: -webkit-flex;
  158. display: flex;
  159. width: 100%;
  160. }
  161. .content .box .check-box .check-main .check-text {
  162. margin-right: 12rpx;
  163. }
  164. .content .box .check-box .check-main .checkbox,
  165. .content .box .check-box .check-main .uni-checkbox-input,
  166. .content .box .check-box .check-main .uni-checkbox-input-checked {
  167. border: 1px solid #ff4500;
  168. background: #ff4500;
  169. color: #fff !important;
  170. }
  171. .content .box .box-2 {
  172. display: -webkit-box;
  173. display: -webkit-flex;
  174. display: flex;
  175. -webkit-box-align: center;
  176. -webkit-align-items: center;
  177. align-items: center;
  178. width: 100%;
  179. margin-top: 32rpx;
  180. color: #FF9797;
  181. }
  182. .content .box .box-2 .box-left {
  183. padding-left: 2rpx;
  184. text-align: left;
  185. color: #ff4500;
  186. }
  187. .content .box .box-2 .line {
  188. width: 200rpx;
  189. border-bottom: 1rpx solid #FF9797;
  190. }
  191. .content .box .box-1 {
  192. display: -webkit-box;
  193. display: -webkit-flex;
  194. display: flex;
  195. -webkit-box-orient: vertical;
  196. -webkit-box-direction: normal;
  197. -webkit-flex-direction: column;
  198. flex-direction: column;
  199. -webkit-box-align: center;
  200. -webkit-align-items: center;
  201. align-items: center;
  202. width: 100%;
  203. margin-top: 32rpx;
  204. }
  205. .content .box .box-1 .box-left {
  206. padding-left: 2rpx;
  207. width: 100%;
  208. text-align: left;
  209. color: #ff4500;
  210. }
  211. .content .box .box-1 input {
  212. height: 66rpx;
  213. line-height: 66rpx;
  214. margin-top: 32rpx;
  215. }
  216. .content .box .box-1 .list-input {
  217. padding-left: 24rpx;
  218. display: -webkit-box;
  219. display: -webkit-flex;
  220. display: flex;
  221. -webkit-box-align: center;
  222. -webkit-align-items: center;
  223. align-items: center;
  224. width: 100%;
  225. font-size: 36rpx;
  226. -webkit-box-flex: 1;
  227. -webkit-flex: 1;
  228. flex: 1;
  229. color: #FF9797;
  230. border: 1rpx solid #f3afad;
  231. -webkit-border-radius: 22rpx;
  232. border-radius: 22rpx;
  233. text-align: left;
  234. padding-right: 24rpx;
  235. }
  236. .content .box .box-1 .list-input .input-placeholder {
  237. height: 70rpx;
  238. color: #FF9797;
  239. }
  240. .content .box .box-1 .box-right {
  241. display: -webkit-box;
  242. display: -webkit-flex;
  243. display: flex;
  244. -webkit-box-align: center;
  245. -webkit-align-items: center;
  246. align-items: center;
  247. padding-left: 24rpx;
  248. height: 66rpx;
  249. line-height: 66rpx;
  250. border: 1rpx solid #f3afad;
  251. -webkit-border-radius: 22rpx;
  252. border-radius: 22rpx;
  253. margin: 32rpx 36rpx 0 36rpx;
  254. width: 96%;
  255. font-size: 36rpx;
  256. color: #FF9797;
  257. text-align: left;
  258. }
  259. .content .box .upload-box {
  260. width: 100%;
  261. height: 247rpx;
  262. background: #FFFFFF;
  263. -webkit-border-radius: 27rpx;
  264. border-radius: 27rpx;
  265. display: -webkit-box;
  266. display: -webkit-flex;
  267. display: flex;
  268. -webkit-box-orient: vertical;
  269. -webkit-box-direction: normal;
  270. -webkit-flex-direction: column;
  271. flex-direction: column;
  272. padding: 30rpx 40rpx 30rpx 0;
  273. margin: 0 auto 30rpx;
  274. }
  275. .content .box .upload-box .upload-left {
  276. font-weight: 400;
  277. color: #E63931;
  278. }
  279. .content .box .upload-box .upload-right {
  280. -webkit-box-flex: 1;
  281. -webkit-flex: 1;
  282. flex: 1;
  283. display: -webkit-box;
  284. display: -webkit-flex;
  285. display: flex;
  286. -webkit-box-align: center;
  287. -webkit-align-items: center;
  288. align-items: center;
  289. -webkit-box-pack: center;
  290. -webkit-justify-content: center;
  291. justify-content: center;
  292. }
  293. .content .box .upload-box .upload-right .upload-img {
  294. width: 103rpx;
  295. height: 103rpx;
  296. margin-top: 24rpx;
  297. }