微信小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

292 lines
4.9 KiB

  1. /* pages/apply/index.wxss */
  2. .inComeUnit{
  3. border:1rpx solid #ddd;
  4. width:90%;
  5. margin:0 auto;
  6. }
  7. .top{
  8. display: flex;
  9. width: 94%;
  10. margin: 0 auto;
  11. border-radius: 10rpx;
  12. margin-top: 3vw;
  13. overflow: hidden;
  14. }
  15. .top view{
  16. padding: 40rpx 15rpx;
  17. align-items: center;
  18. justify-content: center;
  19. position: relative;
  20. }
  21. .top image{
  22. position: absolute;
  23. width: 94%;
  24. }
  25. .top-title{
  26. flex: 1;
  27. text-align: center;
  28. }
  29. .top-tit{
  30. color: #fff;
  31. }
  32. .rules:before{
  33. content:'*';
  34. color:red;
  35. }
  36. .rules.no::before{
  37. content:' ';
  38. padding-left: 14rpx;
  39. color:'#fff';
  40. }
  41. .main-title{
  42. background-image: linear-gradient(to right, #2C8E68 , #B3DB62);
  43. color: #ffffff;
  44. font-size: 18rpx;
  45. padding: 10rpx 0;
  46. text-align: center;
  47. }
  48. .main-box{
  49. background: #ffffff;
  50. padding: 20px;
  51. width: 94%;
  52. margin: 0 auto;
  53. border-radius: 10px;
  54. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  55. }
  56. .main-box block{
  57. float: right;
  58. }
  59. .main-box .color-gray{
  60. color: #888;
  61. }
  62. .title{
  63. padding: 10px calc(3% + 20px);
  64. display: block;
  65. }
  66. .van-cell{
  67. padding-left: 0!important;
  68. padding-right: 0!important;
  69. padding-top: 0!important;
  70. margin-bottom: 15px;
  71. }
  72. .table-box .flex-block{
  73. margin-bottom: 15px;
  74. display: flex;
  75. justify-content: space-between;
  76. align-items: center;
  77. }
  78. .table-box .flex-block:last-child{
  79. margin-bottom: 0px;
  80. }
  81. .table-box .rules{
  82. width: 200rpx;
  83. }
  84. .table-box .picker_wrap{
  85. /* display: flex;
  86. justify-content: flex-end;
  87. align-items: center; */
  88. }
  89. .table-box .picker{text-align: right;}
  90. .table-box .wrap{flex:1; text-align: right;}
  91. .fjLable{
  92. display: flex;
  93. width:24px;
  94. margin:25rpx 5rpx;
  95. color:#fff;
  96. background:#07c160;
  97. text-align: center;
  98. border-radius: 10rpx;
  99. justify-content: center; /* 相对父元素水平居中 */
  100. align-items: center;
  101. padding:25rpx 0;
  102. }
  103. .content {
  104. width: 100%;
  105. background-color: #fff;
  106. }
  107. .img-list {
  108. display: flex;
  109. display: -webkit-flex;
  110. flex-direction: row;
  111. justify-content: flex-start;
  112. align-items: center;
  113. flex-wrap: wrap;
  114. }
  115. .img-item {
  116. width: 30%;
  117. text-align: left;
  118. margin-right: 3%;
  119. margin-bottom: 10rpx;
  120. position: relative;
  121. }
  122. .img-item .close-ico{
  123. position: absolute;
  124. right: -10rpx;
  125. top: -10rpx;
  126. }
  127. .img-item .imagea {
  128. width: 160rpx;
  129. height: 160rpx;
  130. }
  131. .submit-btn {
  132. width: 100%;
  133. background-color: #fff;
  134. height: 80rpx;
  135. text-align: center;
  136. line-height: 80rpx;
  137. font-size: 30rpx;
  138. position: fixed;
  139. bottom: 100rpx;
  140. }
  141. .chooseimg {
  142. height: 160rpx;
  143. background-color: #fff;
  144. display: flex;
  145. justify-content: center; /* 相对父元素水平居中 */
  146. align-items: center;
  147. }
  148. .weui-uploader__input-box {
  149. float: left;
  150. position: relative;
  151. /* margin-right: 9rpx;
  152. margin-bottom: 9rpx; */
  153. width: 120rpx;
  154. height: 120rpx;
  155. border: 1px solid #d9d9d9;
  156. }
  157. .weui-uploader__input-box:before {
  158. width: 2px;
  159. height: 39.5px;
  160. }
  161. .weui-uploader__input-box:after, .weui-uploader__input-box:before {
  162. content: " ";
  163. position: absolute;
  164. top: 50%;
  165. left: 50%;
  166. -webkit-transform: translate(-50%, -50%);
  167. transform: translate(-50%, -50%);
  168. background-color: #d9d9d9;
  169. }
  170. .weui-uploader__input-box:after {
  171. width: 39.5px;
  172. height: 2px;
  173. }
  174. .weui-uploader__input-box:after, .weui-uploader__input-box:before {
  175. content: " ";
  176. position: absolute;
  177. top: 50%;
  178. left: 50%;
  179. -webkit-transform: translate(-50%, -50%);
  180. transform: translate(-50%, -50%);
  181. background-color: #d9d9d9;
  182. }
  183. .tips {
  184. color: #666;
  185. font-size: 24rpx;
  186. padding-bottom: 20rpx;
  187. }
  188. .img-box {
  189. width: 92%;
  190. margin: auto;
  191. padding-top: 20rpx;
  192. }
  193. .btn button{
  194. line-height: 1.7;
  195. padding-left:80rpx;
  196. padding-right:80rpx;
  197. border-radius: 30rpx;
  198. }
  199. .fj-box text{
  200. background-color: #5CAE77;
  201. color: #ffffff;
  202. text-align: center;
  203. border-radius: 5px;
  204. white-space:pre-wrap;
  205. padding: 22px 8px;
  206. display: block;
  207. }
  208. .fj-li{
  209. margin-top: 20px;
  210. display: flex;
  211. /* flex-wrap: wrap; */
  212. }
  213. .fj-li .img_li{
  214. width: 100%;
  215. height: 18.5vw;
  216. }
  217. .fj-li .img_add{
  218. overflow: hidden;
  219. }
  220. .img_box{
  221. position: relative;
  222. width: 100%;
  223. display: flex;
  224. flex-wrap: wrap;
  225. }
  226. .img_box .img_list{
  227. width: 25%;
  228. margin-left: 5%;
  229. position: relative;
  230. }
  231. .img_box .img_list .van-icon{
  232. font-size: 20px;
  233. position: absolute;
  234. top: 0;
  235. right: 0;
  236. transform: translate(50%,-50%);
  237. }
  238. .img_box .img_list:nth-child(n+4){
  239. margin-top: 15px;
  240. }
  241. .bottom{
  242. width: 84%;
  243. margin: 0 auto;
  244. text-align: center;
  245. margin-top: 50px;
  246. margin-bottom: 50px;
  247. display: flex;
  248. }
  249. .bottom view {
  250. width: 47%;
  251. margin: 0 auto;
  252. border-radius: 30px;
  253. display: inline-block;
  254. }
  255. .bottom .btn1{
  256. border: 1px solid #2C8E68;
  257. padding: 8px 0px;
  258. color: #2C8E68;
  259. }
  260. .bottom .btn2{
  261. border: 1px solid transparent;
  262. padding: 8px 0px;
  263. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  264. margin-left: 6%;
  265. color: #fff;
  266. }
  267. .bottom .btn3{
  268. border: 1px solid transparent;
  269. padding: 8px 0px;
  270. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  271. color: #fff;
  272. width: 100%;
  273. }