zs 1 рік тому
батько
коміт
bc264e0417
1 змінених файлів з 5 додано та 35 видалено
  1. 5 35
      src/views/brain/index.vue

+ 5 - 35
src/views/brain/index.vue

@@ -184,51 +184,21 @@ const sizeChange = (limits) => {
 </script>
 <style lang="scss" scoped>
 .main {
+  background: rgb(248, 248, 248);
   .brain {
     .image {
       width: 100%;
       height: 200px;
     }
   }
-  .one {
-    width: 100%;
-    display: flex;
-    justify-content: space-between;
-    align-items: center;
-    margin: 10px 0;
-    padding: 0 10px;
-
-    .left {
-      display: flex;
-      align-items: center;
-
-      span {
-        font-size: 16px;
-        color: #333;
-        font-weight: bold;
-        margin: 0 0 0 5px;
-      }
-
-      .image {
-        width: 40px;
-        height: 40px;
-      }
-    }
-
-    .right {
-      text-align: right;
-      font-size: 12px;
-    }
-
-    .right:hover {
-      color: #2374ff;
-    }
-  }
 
   .two {
     display: flex;
     width: 100%;
-    margin: 10px;
+    margin: 10px 0 0 0;
+    padding: 10px;
+    background-color: #fff;
+    border-radius: 10px;
     .left {
       .list {
         display: flex;