浏览代码

统计首页样式优化

Liugl 3 年之前
父节点
当前提交
fc167e0746
共有 1 个文件被更改,包括 1 次插入41 次删除
  1. 1 41
      src/views/index.vue

+ 1 - 41
src/views/index.vue

@@ -763,47 +763,7 @@ export default {
       padding-top: 55px;
     }
 
-    .head {
-      position: absolute;
-      padding: 15px 20px;
-      top: 0;
-      right: 0;
-      left: 0;
-      background: #f5f6f9;
-      z-index: 1;
-
-      &__body {
-        position: relative;
-        .user-box {
-          width: unset;
-          height: 36px;
-          padding: 4px 7px;
-          border: 1px solid #E1E1E1;
-          border-radius: 3px;
-          background-color: white;
-          margin-right: 20px;
-          display: flex;
-          cursor: pointer;
-          .user-icon {
-            background: #ddd;
-            color: white;
-            padding: 5px 6px;
-            border-radius: 50%;
-          }
-          .username {
-            font-size: 12px;
-            margin: 0 8px;
-          }
-        }
-
-
-      .sort-btn {
-          position: absolute;
-          right: 0;
-          top: 0;
-        }
-      }
-    }
+    
     .brief-box-top {
       width: 100%;
       border-radius: 3px;