Browse Source

联系我们再改

Chente 8 years ago
parent
commit
712d6c0ea0
4 changed files with 344 additions and 314 deletions
  1. 333 311
      contact-custom.html
  2. 1 1
      contact.html
  3. 10 2
      css/global.css
  4. BIN
      images/24hour.jpg

File diff suppressed because it is too large
+ 333 - 311
contact-custom.html


+ 1 - 1
contact.html

@@ -29,8 +29,8 @@
 		</div>
 		<div class="width1060">
 			<div class="contact-tab clearfix">
-				<a class="now">服务咨询</a>
 				<a href="contact-custom.html">专属顾问</a>
+				<a class="now">服务咨询</a>
 			</div>
 			<div class="contact-main">
 				<div class="base">

+ 10 - 2
css/global.css

@@ -3088,6 +3088,14 @@ border:none
 .custom-warp {
   padding:20px 120px 0 120px
 }
+.custom-warp .hour-box{
+  margin:30px 0;
+}
+.custom-warp .hour-box h1{
+  font-size: 18px;
+  text-align:center;
+  font-weight: 600
+}
 .custom-warp .custom-box{
   width:742px;
   height:35px;
@@ -3110,7 +3118,7 @@ border:none
 }
 .custom-warp .province a{
   float:left;
-  width:70px;
+  width:110px;
   font-size:18px;
   color:#666;
   border-bottom:1px solid #ddd;
@@ -3130,7 +3138,7 @@ border:none
   border: 1px solid #ddd;
   border-radius: 4px;
   padding:40px;
-  margin-bottom:100px
+  margin-bottom: 100px
 }
 .contact-list p.line{
   border-bottom:1px solid #ddd

BIN
images/24hour.jpg