|
@ -11,9 +11,11 @@ input{ outline:none;}
|
11
|
11
|
.theme{ width:100%; height:236px; position:absolute; top:50%; margin-top:-60px; }
|
12
|
12
|
.theme h1{font-size:60px;line-height:80px; color:#fff; text-align:center; text-shadow:0px 0px 10px #2d2524;}
|
13
|
13
|
.theme h2{font-size:30px;line-height:50px; color:#fff; text-align:center; text-shadow:0px 0px 10px #2d2524;}
|
14
|
|
.main-search{ width:700px; height:46px; margin:auto; margin-top:20px;}
|
|
14
|
.main-search{ width:700px; height:46px; margin:auto; margin-top:20px; position:relative}
|
|
15
|
.main-search .lookwho{outline:none;position:absolute; height:40px; width:100px;border:none; border-right:1px solid #d6d6d6;border-radius:10px 0 0 10px; background:url(../images/downselect.png) no-repeat 70px center #fff; padding-left:16px; font-size:14px;line-height:38px; color:#888;}
|
15
|
16
|
|
16
|
|
.sear-txt{ width:530px; height:40px; background:#fff; border:none; border-radius:10px 0 0 10px; float:left;font-size:16px;line-height:40px; padding-left:20px; color:#a3a3a3;}
|
|
17
|
|
|
18
|
.sear-txt{ width:530px; height:40px; background:#fff; border:none; border-radius:10px 0 0 10px; float:left;font-size:16px;line-height:40px; padding-left:120px; color:#a3a3a3;}
|
17
|
19
|
.sear-btn{ width:140px; height:40px; background:#ff8400; border-radius:0 10px 10px 0; float:left; cursor:pointer;font-size:18px;line-height:40px;; color:#fff; text-align:center; }
|
18
|
20
|
/*寻找专家流程*/
|
19
|
21
|
.process{ width:806px; height:205px; margin:auto;}
|