Sfoglia il codice sorgente

对VG项目的前端进行了调整

jace 6 anni fa
parent
commit
b0ef3d126b

+ 1 - 1
VeGardInternational/helong/frontend/frontend/views/common/_footer.php

@@ -64,7 +64,7 @@ use yii\helpers\Url;
                 </dd>
                 <dd>
                    service hours
-                    <span class="detail">Beijing time 9:30-17:30 Monday to Friday</span>
+                    <span class="detail">Beijing time 9:30-17:30 <br/> Monday to Friday</span>
                 </dd>
                 <!--<dd>
                     官方微信

+ 1 - 1
VeGardInternational/helong/frontend/frontend/views/common/_header.php

@@ -86,7 +86,7 @@ use yii\helpers\Url;
             </div>
         </li>-->
     </ul>
-    <h1>
+    <h1 style="width:35%;">
         <a href="/">
             <img src="<?= STATIC_URL ?>/static/fxm/images/logo.png" alt="noride">
         </a>

+ 2 - 2
VeGardInternational/helong/frontend/frontend/views/common/_sidebar.php

@@ -1,11 +1,11 @@
 <div class="close">×</div>
 <ul>
     <li>
-        <a target="_blank" class="login-btn" href="http://crm.vegardinternational.com/login">
+        <a target="_blank" class="login-btn" href="http://crm.vegardinternational.com/login" style="width:80px;">
             <i class="icon iconfont icon-customer"></i>User center</a>
     </li>
     <li class="backTop">
-        <a href="javascript:;">
+        <a href="javascript:;" style="width:80px;">
             <i class="icon iconfont icon-top"></i>
             Back to top</a>
     </li>

+ 5 - 0
VeGardInternational/helong/frontend/frontend/views/download/download.php

@@ -70,6 +70,11 @@ use yii\helpers\Url;
 
 </div>
 
+<style>
+.download-link li {
+    margin-left: 300px;
+}
+</style>
 
 <?php $this->beginBlock('footer_script'); ?>
 <script>

+ 2 - 2
VeGardInternational/helong/frontend/frontend/views/site/index.php

@@ -124,7 +124,7 @@ $this->title = 'VeGard International';
 
                 <li>
                     <span class="img img4"></span>
-                    <dl>
+                    <dl style="width: 400px;margin-left: -67px;">
                         <dt>Transaction fair and transparent</dt>
                         <dd>Market entry through banks and exchanges<br/>Open to customers the true level of spreads</dd>
                     </dl>
@@ -138,7 +138,7 @@ $this->title = 'VeGard International';
                 </li>
                 <li>
                     <span class="img img6"></span>
-                    <dl>
+                    <dl style="width: 400px;margin-left: -67px;">
                         <dt>24-hour trading</dt>
                         <dd>Use ECN International Hedging Channel Trading<br/>Extreme order, millisecond trading</dd>
                     </dl>

+ 3 - 3
VeGardInternational/helong/frontend/frontend/web/static/fxm/css/layout.css

@@ -416,7 +416,7 @@ a, .index-why .img, .analysis-nav li a, .analysis-list .list-item a, .activity-l
       display: none;
       padding-top: 34px;
       position: absolute;
-      width: 158px;
+      width: 185px;
       top: 30px;
       left: 50%;
       margin-left: -79px;
@@ -785,7 +785,7 @@ select.error {
     line-height: 97px;
     float: left;
     color: #666;
-    margin-right: 146px; }
+    margin-right: 60px; }
     .index-data li:last-child {
       margin-right: 0; }
   .index-data em {
@@ -2012,7 +2012,7 @@ select.error {
   background-image: url(../images/about-knowus-banner.jpg); }
 .about-icon-nav {
 	width: 100%;
-	height: 105px;
+	height: 145px;
 	background-image: url(../images/about-icon-nav.jpg);
 	background-size: 100% 100%;
 }