Browse Source

Merge branch 'dev/v4.8.80_zsy' of qmx/jy into feature/v4.8.80

zhangsiya 1 năm trước cách đây
mục cha
commit
2b2fb23517

+ 20 - 9
src/web/staticres/brand/css/brand.css

@@ -1010,29 +1010,40 @@
     margin-top: 40px;
     display: flex;
 }
-.contact_us .qr_box > img{
-    width:100%;
-    height:100%;
-}
 
 .qr_box .item {
     flex: 1;
 }
 
 .qr_box .item .tit {
-    width: 88px;
+    width: 100%;
     height: 40px;
     font-style: normal;
     font-weight: 400;
     font-size: 20px;
     line-height: 40px;
-    /* identical to box height, or 200% */
     text-align: center;
     letter-spacing: 0.1em;
-    /* Font/#686868 */
     color: #686868;
-    border-bottom: 4px solid #2CB7CA;
-    margin: auto;
+    border-bottom: 1px solid #ededed;
+    white-space: nowrap;
+    position: relative;
+}
+.qr_box .item img{
+    width: 160px;
+    height:160px;
+}
+.qr_box .item .tit::after{
+    content: '';
+    height: 4px;
+    width:88px;
+    background: #2CB7CA;
+    position: absolute;
+    bottom:-1px;
+    left:calc(50% - 44px);
+}
+.qr_box .item:nth-of-type(1) .tit::after{
+    transform: translateX(0);
 }
 
 .qr_box .name {

+ 0 - 1
src/web/templates/frontRouter/pc/brand/free/index.html

@@ -384,7 +384,6 @@
       <img src="{{Msg "seo" "cdn"}}/brand/img/maps.png?v={{Msg "seo" "version"}}" alt="">
     </div>
     <div class="qr_box">
-        <!-- 广告位站位-->
       <div class="item">
         <p class="tit">客户服务</p>
         <p class="name">服务热线</p>