From f06841d8d1569f35128d428598a4b2e14402e73a Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期一, 11 四月 2022 16:09:43 +0800
Subject: [PATCH] Merge branch 'master' of http://39.96.92.240:10000/r/jiashicang-front

---
 src/pages/show/index/index.vue |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/pages/show/index/index.vue b/src/pages/show/index/index.vue
index 4c30389..e2033e3 100644
--- a/src/pages/show/index/index.vue
+++ b/src/pages/show/index/index.vue
@@ -4,7 +4,7 @@
       <div class="yanglao-block">
         <img src="../../../assets/images/yanglao-icon1.png" alt="">
         <h1>鍩庨晣鑱屽伐鍏昏�佷繚闄╁弬淇濅汉鏁�</h1>
-        <h2><font class="bigger">277.8</font>涓囦汉</h2>
+        <h2><font class="bigger">277.7</font>涓囦汉</h2>
       </div>
       <div class="yanglao-block">
         <img src="../../../assets/images/yanglao-icon2.png" alt="">
@@ -738,29 +738,30 @@
 </script>
 <style lang="scss" scoped>
   @import "../../../assets/css/base";
+  @import "../../../assets/css/mixin";
   .index-wrap{
     width: 100%;
     height: 100%;
-    padding: 0 2rem  /* 10/10 */;
+    padding: 0 0.078125rem  /* 20/256 */;
     box-sizing: border-box;
     .index-line-box{
       width: 100%;
       display: flex;
-      margin-top: 3.2rem;
+      margin-top: 0.125rem  /* 32/256 */;
       .yanglao-block{
-        width: 59rem  /* 590/10 */;
-        height: 23rem  /* 230/10 */;
+        width: 2.3046875rem  /* 590/256 */;
+        height: 0.8984375rem  /* 230/256 */;
         background:url("../../../assets/images/yanglao-block-bj.png") no-repeat center;
         background-size: 100% 100%;
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
-        margin: 0 2rem;
+        margin: 0 0.078125rem  /* 20/256 */;
         position: relative;
         img{
-          width: 8rem;
-          height: 8rem;
+          width: 0.3125rem  /* 80/256 */;
+          height: 0.3125rem  /* 80/256 */;
         }
         h1{
           color: #fff;
@@ -963,8 +964,7 @@
 
           }
           .shuju-scroll{
-            height: 28rem  /* 280/10 */;
-            overflow-y: auto;
+            @include overflow-y(28rem)
           }
           .shuju-table-line2{
             width: 100%;

--
Gitblit v1.9.1