shaogen1995 1 год назад
Родитель
Сommit
3c07ada0ca

BIN
hot/src/assets/images/pc/icon-left.png


BIN
hot/src/assets/images/pc/icon-right.png


+ 10 - 7
hot/src/views/Home.vue

@@ -497,7 +497,7 @@ export default {
 
       .mainCon {
         border-radius: 0;
-        height: calc(100% - 260px);
+        height: calc(100% - 195px);
         .contenBox {
           .videoBox {
             padding: 0 30px;
@@ -534,16 +534,19 @@ export default {
         }
       }
       .flooTxt {
-        margin-top: 0;
+        margin-top: -5px;
         padding: 20px 15px 15px;
         height: 200px;
-        // background-color: #fff;
-        // border-radius: 0 0 8px 8px;
+        color: #fff;
+        background-color: #c6a572;
+        border-radius: 8px 8px 0 0;
         .flooTxtBox {
           .myTitle {
             font-size: 18px;
           }
           .myTxt {
+            color: #fff;
+
             font-size: 14px;
             line-height: 22px;
           }
@@ -555,13 +558,13 @@ export default {
     }
     .flooTabBox {
       width: 100%;
-      bottom: 20px;
+      bottom: 220px;
       right: 0;
       justify-content: center;
       .tabRow {
         cursor: default;
-        margin: 0 6px;
-        padding: 0 10px;
+        // margin: 0 6px;
+        // padding: 0 10px;
         height: 32px;
         & > img {
           width: 30px;

+ 1 - 1
scene/src/views/gui/components/share.vue

@@ -8,7 +8,7 @@
     </div>
 
     <div class="shaTxt">
-      <p>请使用手机扫描二维码或</p>
+      <p>{{isMobile?'长按保存二维码':'请使用手机扫码二维码'}}或</p>
       <p>复制分享链接</p>
     </div>