applicationForm.wxss 6.4 KB

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