周立森 5 years ago
parent
commit
1855eb0610
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/pages/project/detail/index.scss

+ 2
- 2
src/pages/project/detail/index.scss View File

19
     height: 64px;
19
     height: 64px;
20
     background: rgba(255, 255, 255, 1);
20
     background: rgba(255, 255, 255, 1);
21
     border-radius: 12px;
21
     border-radius: 12px;
22
-    top: 440px;
22
+    top: 420px;
23
     left: 284px;
23
     left: 284px;
24
     font-size: 30px;
24
     font-size: 30px;
25
     font-family: PingFangSC-Regular, PingFang SC;
25
     font-family: PingFangSC-Regular, PingFang SC;
47
 
47
 
48
 
48
 
49
   .wrap {
49
   .wrap {
50
-    padding-top: 546px;
50
+    padding-top: 500px;
51
     background: transparent;
51
     background: transparent;
52
   }
52
   }
53
 
53