Sfoglia il codice sorgente

修改金融服务页面的部分样式,对背景图做修改

wangcz 8 anni fa
parent
commit
71d5add8d7

+ 19 - 24
src/main/webapp/WEB-INF/views/normal/finance.html

@@ -39,16 +39,23 @@
         margin-top: 20px;
     }
 
-    .finance-content{}
-    .finance-content h3{
-        font-size: 30px;
+    .finance-content a{
+        padding:15px 70px;
+        font-size: 20px;
+        font-weight: bold;
         color:#000;
-        margin-bottom:15px;
+        border:1px solid #000;
+    }
+    .finance-content a:hover{
+        text-decoration: none;
+        cursor:pointer;
+        color:#3c8cd7;
+        background: #e6e6e6;
     }
     .finance-content h5{
         font-size: 16px;
         color:#4f4f4f;
-        margin-bottom:50px;
+        margin:35px 0 50px 0;
     }
     .finance-content .thumbnail{
         width:320px;
@@ -56,8 +63,13 @@
         padding-top:30px;
         box-shadow: 0 0 3px rgba(0,0,0,.3);
     }
+    .finance-content .thumbnail:hover{
+        cursor:pointer;
+        transform:scale(1.1)
+    }
     .finance-content .thumbnail p:nth-child(1){
         font-size: 22px;
+        font-weight: bold;
         color:#3c8cd7;
         margin-bottom:15px;
     }
@@ -72,26 +84,13 @@
         text-align: center;
         padding:55px 0 45px 0;
     }
-    .finance-tel a{
-        padding:15px 70px;
-        font-size: 20px;
-        color:#fff;
-        border:1px solid #fff;
-    }
-    .finance-tel a:hover{
-        text-decoration: none;
-        cursor:pointer;
-    }
-    .finance-tel .title{
-        margin-top:60px;
-    }
+
     .finance-tel .title p{
         color:#fff;
         font-size: 15px;
         margin-bottom:15px;
     }
 
-
     #note {
         padding-bottom: 12px;
     }
@@ -313,7 +312,7 @@
 <!-- nav end -->
 <section class="finance-content" style="text-align: center;">
     <div class="container">
-        <h3>智融链</h3>
+        <a onclick="applyLoan()">立即申请</a>
         <h5>基于客户与优软云平台贸易产生的所有应收账款提供的融资服务</h5>
         <div class="row">
             <div class="col-xs-4">
@@ -326,7 +325,6 @@
                 </div>
             </div>
             <div class="col-xs-4">
-
                 <div class="thumbnail">
                     <div class="caption">
                         <p>门槛极低</p>
@@ -350,9 +348,6 @@
 </section>
 <section class="finance-tel">
     <div class="container">
-        <a onclick="applyLoan()">
-            立即申请
-        </a>
         <div class="title">
             <p>联系电话:0755-26657231</p>
             <p>传真:0755-86140331</p>

BIN
src/main/webapp/resources/images/banner.png