You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

309 regels
4.6 KiB

  1. *{
  2. box-sizing:border-box;
  3. }
  4. html{
  5. background: #EEF6F8;
  6. }
  7. body{
  8. position: relative;
  9. }
  10. #fromBg{
  11. position: absolute;
  12. bottom: 0;
  13. left: 0;
  14. width: 100%
  15. }
  16. .fromSec{
  17. width: 1100px;
  18. margin: 0 auto;
  19. }
  20. .header{
  21. background: #282E3B;
  22. padding: 20px 0;
  23. height: 80px;
  24. line-height: 40px;
  25. font-size: 30px;
  26. color: #fff
  27. }
  28. .header a{
  29. color: #59A7FF;
  30. }
  31. .headerLine{
  32. margin: 0 20px;
  33. }
  34. .chickT{
  35. color: #3E3F3F;
  36. font-size: 24px;
  37. font-weight: bold;
  38. text-align: center;
  39. margin-bottom: 40px
  40. }
  41. .chickForm_sec{
  42. margin:80px 0 70px;
  43. position: relative;
  44. z-index: 9;
  45. }
  46. .chickForm_sec .fromSec{
  47. background: #fff;
  48. -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  49. -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  50. box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  51. border-radius: 4px;
  52. padding: 40px 35px 60px;
  53. }
  54. .chickRemind{
  55. margin: 0 20px;
  56. height: 40px;
  57. line-height: 38px;
  58. font-size: 12px;
  59. color: #E62D31;
  60. padding: 0 10px;
  61. border: 1px dashed #E62D31;
  62. margin-bottom: 30px;
  63. }
  64. .chickRemind img{
  65. margin-right: 6px;
  66. width: 20px;
  67. position: relative;
  68. top: -1px;
  69. }
  70. .chickInput{
  71. margin: 20px auto 0;
  72. width: 720px;
  73. font-size: 14px;
  74. color: #222222;
  75. }
  76. .chickInputLable{
  77. float: left;
  78. width: 20%;
  79. padding-right: 10px;
  80. text-align: right;
  81. line-height: 40px;
  82. color: #6A6A6A
  83. }
  84. .chickInputLable span{
  85. color: #E62D31;
  86. }
  87. .chickInput > input{
  88. height: 40px;
  89. width: 80%;
  90. margin-left: 20%;
  91. display: block;
  92. border: 1px solid #DDDDDD;
  93. padding: 7px 12px;
  94. line-height: 24px;
  95. }
  96. .chickInput2 > input{
  97. width: 530px;
  98. }
  99. .layui-input-inline{
  100. width: 100%;
  101. }
  102. .chickInputBox .layui-input-inline > img{
  103. position: absolute;
  104. height: 24px;
  105. right: 5px;
  106. top: 0;
  107. bottom: 0;
  108. margin: auto;
  109. z-index: 0
  110. }
  111. .chickInputBox{
  112. line-height: 40px;
  113. color: #666666;
  114. margin-left: 20%;
  115. }
  116. .chickInputTxt{
  117. font-size: 12px;
  118. color: #E62D31
  119. }
  120. #chickUpload{
  121. width: 107px;
  122. height: 107px;
  123. border: 1px solid #E9E9E9;
  124. overflow: hidden;
  125. margin: 0;
  126. cursor: pointer;
  127. text-align: center;
  128. }
  129. #chickUpload img{
  130. width: 100%;
  131. height: 100%;
  132. }
  133. #chickUpload .layui-upload-img{
  134. width: 50%;
  135. height: auto;
  136. margin-top: 8px;
  137. }
  138. #chickUpload div{
  139. font-size: 14px;
  140. color: #DCDBDB;
  141. }
  142. .chickUploadTxt{
  143. height: 36px;
  144. width: 255px;
  145. line-height: 34px;
  146. text-align: center;
  147. font-size: 12px;
  148. color: #E62D31;
  149. border: 1px solid #E9E9E9;
  150. }
  151. .chickFormSec1Img{
  152. position: absolute;
  153. top: 12px;
  154. right: 30px;
  155. width: 311px;
  156. max-height: 432px;
  157. border: 1px solid #CCCCCC;
  158. overflow: hidden;
  159. font-size: 0;
  160. display: none;
  161. }
  162. .chickFormSec1Img img{
  163. width: 100%;
  164. }
  165. .chickLine{
  166. position: relative;
  167. height: 28px;
  168. line-height: 28px;
  169. overflow: hidden;
  170. margin: 40px 0;
  171. }
  172. .chickLine:after{
  173. content: '';
  174. position: absolute;
  175. border-top: 1px #E1E1E1 dashed;
  176. width: 100%;
  177. height: 1px;
  178. left: 0;
  179. top: 0;
  180. bottom: 0;
  181. margin: auto;
  182. }
  183. .chickLine > *{
  184. background: #fff;
  185. position: relative;
  186. z-index: 3
  187. }
  188. .chickLine span{
  189. color: #E62D31;
  190. font-size: 12px;
  191. }
  192. .chickLine span:first-child{
  193. padding-right: 15px;
  194. float: left;
  195. }
  196. .chickLineR{
  197. padding-left: 15px;
  198. float: right;
  199. cursor: pointer;
  200. }
  201. .chickLineR img{
  202. width: 10px;
  203. margin-right: 5px;
  204. position: relative;
  205. top: -1px;
  206. transition:all .5s;
  207. -moz-transition:all .5s;
  208. -ms-transition:all .5s;
  209. -o-transition:all .5s;
  210. -webkit-transition:all .5s;
  211. }
  212. .chickInputBox .layui-form-select{
  213. height: 40px;
  214. width: 100%;
  215. }
  216. .chickInputBox > input{
  217. width: 255px;
  218. float: left;
  219. margin-left: 20px;
  220. }
  221. .chickInputBox > a{
  222. color: #E62D31;
  223. }
  224. .chickSec2Box .chickInput:first-child{
  225. margin: 0;
  226. }
  227. .chickForm_sec2.active .chickLineR img{
  228. transform:rotate(180deg);
  229. -moz-transform:rotate(180deg);
  230. -ms-transform:rotate(180deg);
  231. -o-transform:rotate(180deg);
  232. -webkit-transform:rotate(180deg);
  233. }
  234. .chickBtn{
  235. width: 465px;
  236. height: 40px;
  237. border-radius: 8px;
  238. background: #F9A810;
  239. font-size: 16px;
  240. color: #fff;
  241. text-align: center;
  242. line-height: 40px;
  243. margin: 40px auto 0;
  244. cursor: pointer;
  245. }
  246. .footer{
  247. font-size: 13px;
  248. color: #fff;
  249. padding-bottom: 50px;
  250. position: relative;
  251. z-index: 9;
  252. text-align: center;
  253. }
  254. @media(max-width:1100px) {
  255. .fromSec{
  256. width: 84%
  257. }
  258. .chickInput{
  259. width: 80%
  260. }
  261. }
  262. @media(max-width:768px) {
  263. .chickBtn{
  264. width: 80%;
  265. }
  266. .chickInputLable{
  267. width: 100%;
  268. float: initial;
  269. }
  270. .chickInput > input,.chickInputBox{
  271. width: 100%;
  272. margin-left: 0;
  273. }
  274. .header{
  275. font-size: 18px;
  276. line-height: 24px;
  277. padding: 10px;
  278. height: 44px;
  279. }
  280. .headerLine {
  281. margin: 0 8px;
  282. }
  283. .fromSec {
  284. width: 94%;
  285. }
  286. .chickForm_sec {
  287. margin: 50px 0 30px;
  288. position: relative;
  289. z-index: 9;
  290. }
  291. .chickForm_sec .fromSec {
  292. padding: 30px 0;
  293. }
  294. .chickT {
  295. font-size: 16px;
  296. margin-bottom: 30px;
  297. }
  298. .chickInput {
  299. margin: 15px auto 0;
  300. width: 94%;
  301. font-size: 13px;
  302. }
  303. .footer{
  304. padding-bottom: 10px;
  305. }
  306. }