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.
 
 
 
 
 
 

354 lines
5.2 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. .yz{
  77. /* width: 60%; */
  78. position: relative;
  79. }
  80. .chickInput p input{
  81. width: 50%;
  82. }
  83. .variCode {
  84. position: absolute;
  85. right: 0;
  86. top: 2%;
  87. height: 100%;
  88. width: 110px;
  89. line-height: 0;
  90. }
  91. .variCode img {
  92. width: 100%;
  93. height: 100%;
  94. }
  95. .variCode #btn{
  96. background: #0094DE;
  97. padding: 7px 17px;
  98. }
  99. .variCode input{
  100. padding: 0;
  101. color: #fff;
  102. }
  103. .chickInputLable{
  104. float: left;
  105. width: 20%;
  106. padding-right: 10px;
  107. text-align: right;
  108. line-height: 40px;
  109. color: #6A6A6A
  110. }
  111. .chickInputLable span{
  112. color: #E62D31;
  113. }
  114. .chickInput > input{
  115. height: 40px;
  116. width: 80%;
  117. margin-left: 20%;
  118. display: block;
  119. border: 1px solid #DDDDDD;
  120. padding: 7px 12px;
  121. line-height: 24px;
  122. }
  123. .chickInput2 > input{
  124. width: 530px;
  125. }
  126. .layui-input-inline{
  127. width: 100%;
  128. }
  129. .chickInputBox .layui-input-inline > img{
  130. position: absolute;
  131. height: 24px;
  132. right: 5px;
  133. top: 0;
  134. bottom: 0;
  135. margin: auto;
  136. z-index: 0
  137. }
  138. .chickInputBox{
  139. line-height: 40px;
  140. color: #666666;
  141. margin-left: 20%;
  142. }
  143. .chickInputTxt{
  144. font-size: 12px;
  145. color: #E62D31
  146. }
  147. #chickUpload{
  148. width: 107px;
  149. height: 107px;
  150. border: 1px solid #E9E9E9;
  151. overflow: hidden;
  152. margin: 0;
  153. cursor: pointer;
  154. text-align: center;
  155. }
  156. #chickUpload img{
  157. width: 100%;
  158. height: 100%;
  159. }
  160. #chickUpload .layui-upload-img{
  161. width: 50%;
  162. height: auto;
  163. margin-top: 8px;
  164. }
  165. #chickUpload div{
  166. font-size: 14px;
  167. color: #DCDBDB;
  168. }
  169. .chickUploadTxt{
  170. height: 36px;
  171. width: 255px;
  172. line-height: 34px;
  173. text-align: center;
  174. font-size: 12px;
  175. color: #E62D31;
  176. border: 1px solid #E9E9E9;
  177. }
  178. .chickFormSec1Img{
  179. position: absolute;
  180. top: 12px;
  181. right: 30px;
  182. width: 311px;
  183. max-height: 432px;
  184. border: 1px solid #CCCCCC;
  185. overflow: hidden;
  186. font-size: 0;
  187. display: none;
  188. }
  189. .chickFormSec1Img img{
  190. width: 100%;
  191. }
  192. .chickLine{
  193. position: relative;
  194. height: 28px;
  195. line-height: 28px;
  196. overflow: hidden;
  197. margin: 40px 0;
  198. }
  199. .chickLine:after{
  200. content: '';
  201. position: absolute;
  202. border-top: 1px #E1E1E1 dashed;
  203. width: 100%;
  204. height: 1px;
  205. left: 0;
  206. top: 0;
  207. bottom: 0;
  208. margin: auto;
  209. }
  210. .chickLine > *{
  211. background: #fff;
  212. position: relative;
  213. z-index: 3
  214. }
  215. .chickLine span{
  216. color: #E62D31;
  217. font-size: 12px;
  218. }
  219. .chickLine span:first-child{
  220. padding-right: 15px;
  221. float: left;
  222. }
  223. .chickLineR{
  224. padding-left: 15px;
  225. float: right;
  226. cursor: pointer;
  227. }
  228. .chickLineR img{
  229. width: 10px;
  230. margin-right: 5px;
  231. position: relative;
  232. top: -1px;
  233. transition:all .5s;
  234. -moz-transition:all .5s;
  235. -ms-transition:all .5s;
  236. -o-transition:all .5s;
  237. -webkit-transition:all .5s;
  238. }
  239. .chickInputBox .layui-form-select{
  240. height: 40px;
  241. width: 100%;
  242. }
  243. .chickInputBox > input{
  244. width: 255px;
  245. float: left;
  246. margin-left: 20px;
  247. }
  248. .chickInputBox > a{
  249. color: #E62D31;
  250. }
  251. .chickSec2Box .chickInput:first-child{
  252. margin: 0;
  253. }
  254. .chickForm_sec2.active .chickLineR img{
  255. transform:rotate(180deg);
  256. -moz-transform:rotate(180deg);
  257. -ms-transform:rotate(180deg);
  258. -o-transform:rotate(180deg);
  259. -webkit-transform:rotate(180deg);
  260. }
  261. .chickBtn{
  262. width: 465px;
  263. height: 40px;
  264. border-radius: 8px;
  265. background: #F9A810;
  266. font-size: 16px;
  267. color: #fff;
  268. text-align: center;
  269. line-height: 40px;
  270. margin: 40px auto 0;
  271. cursor: pointer;
  272. }
  273. .footer{
  274. font-size: 13px;
  275. color: #fff;
  276. padding-bottom: 50px;
  277. position: relative;
  278. z-index: 9;
  279. text-align: center;
  280. }
  281. @media(max-width:1100px) {
  282. .fromSec{
  283. width: 84%
  284. }
  285. .chickInput{
  286. width: 80%
  287. }
  288. }
  289. @media(max-width:768px) {
  290. .variCode{
  291. position: absolute;
  292. right: 0;
  293. top: 12%;
  294. height: 100%;
  295. width: 110px;
  296. line-height: 0;
  297. }
  298. .variCode img {
  299. width: 100%;
  300. height: 100%;
  301. margin-top: 15%;
  302. }
  303. .variCode #btn{
  304. background: #0094DE;
  305. padding: 7px 17px;
  306. margin-top: 30%;
  307. }
  308. .chickBtn{
  309. width: 80%;
  310. }
  311. .chickInputLable{
  312. width: 100%;
  313. float: initial;
  314. }
  315. .chickInput > input,.chickInputBox{
  316. width: 100%;
  317. margin-left: 0;
  318. }
  319. .header{
  320. font-size: 18px;
  321. line-height: 24px;
  322. padding: 10px;
  323. height: 44px;
  324. }
  325. .headerLine {
  326. margin: 0 8px;
  327. }
  328. .fromSec {
  329. width: 94%;
  330. }
  331. .chickForm_sec {
  332. margin: 50px 0 30px;
  333. position: relative;
  334. z-index: 9;
  335. }
  336. .chickForm_sec .fromSec {
  337. padding: 30px 0;
  338. }
  339. .chickT {
  340. font-size: 16px;
  341. margin-bottom: 30px;
  342. }
  343. .chickInput {
  344. margin: 15px auto 0;
  345. width: 94%;
  346. font-size: 13px;
  347. }
  348. .footer{
  349. padding-bottom: 10px;
  350. }
  351. }