applicationForm.ttss 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. height: 100%;
  13. }
  14. .content {
  15. padding-top: 16rpx;
  16. }
  17. .content .top {
  18. width: 100%;
  19. height: 188rpx;
  20. }
  21. .content .top image {
  22. width: 100%;
  23. height: 188rpx;
  24. }
  25. .content .info-box {
  26. text-indent: 64rpx;
  27. margin: 12rpx 0 54rpx;
  28. padding: 0 32rpx 20rpx;
  29. width: 100%;
  30. display: -webkit-box;
  31. display: -webkit-flex;
  32. display: flex;
  33. -webkit-box-orient: vertical;
  34. -webkit-box-direction: normal;
  35. -webkit-flex-direction: column;
  36. flex-direction: column;
  37. border-radius: 25rpx;
  38. color: #e63931;
  39. }
  40. .content .buttom {
  41. width: 750rpx;
  42. height: 100rpx;
  43. background: #F0433C;
  44. position: fixed;
  45. bottom: 0;
  46. font-size: 34rpx;
  47. font-family: PingFang SC;
  48. font-weight: 500;
  49. color: #fff;
  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: -webkit-linear-gradient(bottom, #c90f1b, #f14d33);
  69. background: linear-gradient(0deg, #c90f1b, #f14d33);
  70. border-radius: 10rpx;
  71. font-size: 30rpx;
  72. font-weight: 500;
  73. color: #E80000;
  74. position: absolute;
  75. top: -36rpx;
  76. left: 50%;
  77. -webkit-transform: translateX(-50%);
  78. transform: translateX(-50%);
  79. z-index: 1;
  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. 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: #ff4500;
  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. text-align: center;
  138. padding-right: 24rpx;
  139. }
  140. .content .box .check-box .info-1 .list-input .input-placeholder {
  141. width: 400rpx;
  142. height: 70rpx;
  143. color: #ff9797;
  144. }
  145. .content .box .check-box .check-main {
  146. display: -webkit-box;
  147. display: -webkit-flex;
  148. display: flex;
  149. width: 100%;
  150. }
  151. .content .box .check-box .check-main .check-text {
  152. margin-right: 12rpx;
  153. color: #000;
  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: #ff4500;
  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-align: center;
  187. -webkit-align-items: center;
  188. align-items: center;
  189. -webkit-box-pack: justify;
  190. -webkit-justify-content: space-between;
  191. justify-content: space-between;
  192. width: 100%;
  193. border-bottom: solid 1px #f0f0f0;
  194. height: 99rpx;
  195. }
  196. .content .box .box-1 .box-left {
  197. font-size: 28rpx;
  198. width: 200rpx;
  199. padding-left: 2rpx;
  200. text-align: left;
  201. color: #000;
  202. line-height: 99rpx;
  203. }
  204. .content .box .box-1 input {
  205. margin-right: 36rpx;
  206. display: block;
  207. height: 99rpx;
  208. line-height: 99rpx;
  209. margin-top: 32rpx;
  210. font-size: 28rpx;
  211. font-family: PingFang SC;
  212. font-weight: 500;
  213. color: #000;
  214. }
  215. .content .box .box-1 .list-input {
  216. display: -webkit-box;
  217. display: -webkit-flex;
  218. display: flex;
  219. -webkit-box-align: center;
  220. -webkit-align-items: center;
  221. align-items: center;
  222. width: 100%;
  223. font-size: 28rpx;
  224. -webkit-box-flex: 1;
  225. -webkit-flex: 1;
  226. flex: 1;
  227. text-align: left;
  228. padding-left: 25rpx;
  229. height: 99rpx;
  230. line-height: 99rpx;
  231. margin-top: 0 !important;
  232. }
  233. .content .box .box-1 .list-input .input-placeholder {
  234. height: 99rpx;
  235. color: #999;
  236. }
  237. .content .box .box-1 .box-right {
  238. width: 460rpx;
  239. display: -webkit-box;
  240. display: -webkit-flex;
  241. display: flex;
  242. -webkit-box-align: center;
  243. -webkit-align-items: center;
  244. align-items: center;
  245. padding-left: 24rpx;
  246. height: 66rpx;
  247. line-height: 66rpx;
  248. border-radius: 22rpx;
  249. margin-right: 36rpx;
  250. margin-left: 32rpx;
  251. font-size: 28rpx;
  252. text-align: left;
  253. }
  254. .content .box .box-1 .box-right .action {
  255. color: #999;
  256. }
  257. .content .box .upload-box {
  258. width: 100%;
  259. height: 247rpx;
  260. background: #ffffff;
  261. border-radius: 27rpx;
  262. display: -webkit-box;
  263. display: -webkit-flex;
  264. display: flex;
  265. -webkit-box-orient: vertical;
  266. -webkit-box-direction: normal;
  267. -webkit-flex-direction: column;
  268. flex-direction: column;
  269. padding: 30rpx 40rpx 30rpx 0;
  270. margin: 0 auto 30rpx;
  271. }
  272. .content .box .upload-box .upload-left {
  273. font-weight: 400;
  274. color: #e63931;
  275. }
  276. .content .box .upload-box .upload-right {
  277. -webkit-box-flex: 1;
  278. -webkit-flex: 1;
  279. flex: 1;
  280. display: -webkit-box;
  281. display: -webkit-flex;
  282. display: flex;
  283. -webkit-box-align: center;
  284. -webkit-align-items: center;
  285. align-items: center;
  286. -webkit-box-pack: center;
  287. -webkit-justify-content: center;
  288. justify-content: center;
  289. }
  290. .content .box .upload-box .upload-right .upload-img {
  291. width: 103rpx;
  292. height: 103rpx;
  293. margin-top: 24rpx;
  294. }
  295. .red-box {
  296. text-align: center;
  297. font-size: 38rpx;
  298. font-family: PingFang SC;
  299. font-weight: bold;
  300. color: #FFFFFF;
  301. padding-top: 50rpx;
  302. }
  303. .jg {
  304. width: 215rpx;
  305. height: 17rpx;
  306. margin: -15rpx auto 34rpx;
  307. background: #FFFFFF;
  308. opacity: 0.26;
  309. }