浏览代码

近三个月补缴样式修改

dujingxian 4 年之前
父节点
当前提交
8d1a884943
共有 4 个文件被更改,包括 15 次插入10 次删除
  1. 3 3
      src/views/index/bujiao.vue
  2. 2 1
      src/views/order/bujiaodetail.vue
  3. 6 4
      src/views/order/detail.vue
  4. 4 2
      src/views/social/social.scss

+ 3 - 3
src/views/index/bujiao.vue

@@ -273,7 +273,7 @@
             font-size: 1.3rem;
             background: white;
             line-height: 4rem;
-            border-bottom: 1px solid #F6F6F6;
+            // border-bottom: 1px solid #F6F6F6;
         }
         .bujiao-hubie{
             padding: 0 1.5rem 1.5rem;
@@ -286,7 +286,7 @@
             font-size: 1.3rem;
             background: white;
             padding: 1.5rem 1.5rem 0.8rem;
-            border-bottom: 1px solid #F6F6F6;
+            // border-bottom: 1px solid #F6F6F6;
             .leixing-box{
                 padding-top: 1.5rem;
                 display: flex;
@@ -327,7 +327,7 @@
             padding: 1rem 1.5rem;
             font-size: 1.3rem;
             background: white;
-            border-bottom: 1px solid #F6F6F6;
+            // border-bottom: 1px solid #F6F6F6;
 
             display: flex;
             justify-content: space-between;

+ 2 - 1
src/views/order/bujiaodetail.vue

@@ -298,7 +298,8 @@
     .bottom-twobtn{
         width: 100%;
         padding-left: 0 !important;
-        height: 4rem;
+        // height: 4rem;
+        height: 5rem;
         margin-top: 1.2rem;
         .button-1{
             width: 50%;

+ 6 - 4
src/views/order/detail.vue

@@ -197,6 +197,7 @@
         width: 100%;
         font-family: "HiraginoSansGB";
         background: #f0f0f0;
+        padding-bottom: 5.5rem;
     }
     .white-box{
         background: white;
@@ -278,10 +279,11 @@
     .bottom-twobtn{
         width: 100%;
         padding-left: 0 !important;
-        // position: fixed;
-        // bottom: 0;
-        height: 4rem;
-        margin-top: 1.2rem;
+        position: fixed;
+        bottom: 0;
+        // height: 4rem;
+        height: 5rem;
+        // margin-top: 1.2rem;
         .button-1{
             width: 50%;
             height: 100%;

+ 4 - 2
src/views/social/social.scss

@@ -174,7 +174,8 @@
   padding-left: 0 !important;
   position: fixed;
   bottom: 0;
-  height: 4rem;
+  // height: 4rem;
+  height: 5rem;
   .button-1{
     width: 50%;
     height: 100%;
@@ -279,5 +280,6 @@
 .backgroundColorFooter {
   background-color: #EDF0F5;
   width: 100%;
-  height: 5rem;
+  // height: 5rem;
+  height: 6rem;
 }