浏览代码

fix:订单详情-同步au detail样式文件(99d355a)

Ken 1 天之前
父节点
当前提交
c6f996f5ce
共有 1 个文件被更改,包括 63 次插入32 次删除
  1. 63 32
      pages/home/myDetail/detail.scss

+ 63 - 32
pages/home/myDetail/detail.scss

@@ -1,6 +1,12 @@
 .com-main {
   color: #101010;
-  min-width: 1400px;
+  max-width: 1400px;
+  box-sizing: border-box;
+  .order-detail-part {
+    max-width: 1400px;
+    width: 100%;
+    margin: 0 auto;
+  }
   .breadcrumb {
     font-size: 14px;
     color: #8f9ab5;
@@ -8,7 +14,10 @@
     padding: 0 20px;
   }
   section {
-    margin: 0 100px;
+    width: 100%;
+    max-width: 1300px;
+    margin: 0 auto;
+    box-sizing: border-box;
     padding: 30px 20px;
     border-bottom: 1px solid #c9c9c9;
   }
@@ -19,7 +28,7 @@
       margin-bottom: 20px;
     }
     .main-header-mid {
-      .user_logo{
+      .user_logo {
         max-width: 120px;
         max-height: 120px;
         width: 100%;
@@ -29,11 +38,11 @@
       .left {
         font-size: 20px;
         align-self: flex-start;
-        li{
-          i{
+        li {
+          i {
             vertical-align: middle;
           }
-          span{
+          span {
             color: #1890ff;
             cursor: pointer;
           }
@@ -41,41 +50,63 @@
       }
       .right {
         font-size: 18px;
-        li{
+        li {
           text-align: right;
           margin-top: 10px;
         }
       }
+      @media screen and (max-width: 1000px) {
+        flex-direction: column;
+        align-items: flex-start;
+        .right li {
+          text-align: left;
+        }
+      }
     }
     .steps {
-      margin: 70px 0 50px;
-      :deep(.el-step) {
-        .is-wait {
-          .el-step__icon-inner {
-            display: none;
-          }
-        }
-        .el-step__main {
-          position: absolute;
-          top: -40px;
-          left: 50%;
-          transform: translate(-50%, 0);
-          width: 100%;
-          .el-step__title {
-            font-size: 16px;
-          }
-          .el-step__description {
-            font-size: 16px;
-            margin-top: 35px;
-            padding: 0;
+      margin: 50px 0 0;
+      .steps-title{
+        font-size: 24px;
+        font-weight: 600;
+      }
+      .pointer{
+        cursor: pointer;
+      }
+      @media screen and (min-width: 1000px) {
+        :deep(.el-step) {
+          .is-wait {
+            .el-step__icon-inner {
+              display: none;
+            }
           }
+          .el-step__main {
+            position: absolute;
+            top: -40px;
+            left: 50%;
+            transform: translate(-50%, 0);
+            width: 100%;
+            .el-step__title {
+              font-size: 16px;
+            }
+            .el-step__description {
+              font-size: 16px;
+              margin-top: 35px;
+              padding: 0;
+            }
 
-          .is-success {
-            color: #07921d !important;
+            .is-success {
+              color: #07921d !important;
+            }
           }
         }
       }
     }
+    .margin-b-30{
+      margin-bottom: 30px;
+    }
+    .margin-b-50{
+      margin-bottom: 50px;
+    }
   }
   .main-custom {
     div {
@@ -131,11 +162,11 @@
     }
   }
   :deep(.expanded + tr) {
-    .el-table__expanded-cell{
-      padding:0 0 15px !important;
+    .el-table__expanded-cell {
+      padding: 0 0 15px !important;
     }
   }
-  
+
   .colorBlue {
     color: #1890ff;
   }