wxy 4 年之前
父節點
當前提交
bdff15a35e
共有 1 個文件被更改,包括 10 次插入3 次删除
  1. 10 3
      src/views/market/index.vue

+ 10 - 3
src/views/market/index.vue

@@ -908,12 +908,15 @@ export default {
   }
 }
 .down {
-  height: 550px;
-  padding: 50px 0 0 0;
+  height: 560px;
+  padding: 15px 0 0 0;
   margin: 0 0 15px 0;
   background-color: #e9edf6;
   .left {
-    border-right: 1px dashed #ccc;
+    background: #f5f5f5;
+    border-radius: 20px;
+    padding: 15px;
+    margin: 0 15px 0 0;
     .leftTop {
       height: 50px;
       .txt {
@@ -989,6 +992,10 @@ export default {
     }
   }
   .right {
+    width: 48%;
+    background: #f5f5f5;
+    border-radius: 20px;
+    padding: 15px;
     .rightTop {
       height: 50px;
       .txt {