panhui %!s(int64=4) %!d(string=hai) anos
pai
achega
839c8db2dc
Modificáronse 1 ficheiros con 16 adicións e 2 borrados
  1. 16 2
      src/main/nine-space/src/views/Mine.vue

+ 16 - 2
src/main/nine-space/src/views/Mine.vue

@@ -71,6 +71,7 @@
             </div>
         </div>
         <div class="top" v-else>
+            <img src="../assets/creatorBg.png" alt="" class="top-bg" />
             <van-image
                 round
                 width="78"
@@ -214,9 +215,12 @@ export default {
     align-items: center;
     padding: 26px 16px 30px;
     border-bottom: 1px solid @bg2;
+    position: relative;
 
     .text {
         margin-left: 12px;
+        position: relative;
+        z-index: 2;
 
         .text1 {
             font-size: @font3;
@@ -232,12 +236,22 @@ export default {
         }
 
         .text2 {
-            font-size: 16px;
+            font-size: @font2;
             color: #949699;
             line-height: 24px;
-            margin-top: 6px;
         }
     }
+
+    .top-bg {
+        position: absolute;
+        top: -83px;
+        left: 0;
+        right: 0;
+        width: 100%;
+        display: block;
+        height: auto;
+        z-index: 0;
+    }
 }
 
 /deep/ .title {