panhui %!s(int64=4) %!d(string=hai) anos
pai
achega
3bc3857b3d

+ 0 - 2
src/components/ImgContent.vue

@@ -17,5 +17,3 @@ export default {
     }
     }
 };
 };
 </script>
 </script>
-
-<style lang="less" scoped></style>

+ 5 - 1
src/components/creator/CreatorSmall.vue

@@ -20,7 +20,7 @@
 
 
         <div class="content">
         <div class="content">
             <div class="text1 van-ellipsis">{{ info.nickname }}</div>
             <div class="text1 van-ellipsis">{{ info.nickname }}</div>
-            <div class="text2 van-ellipsis">
+            <div class="text2 van-multi-ellipsis--l2">
                 {{ info.intro }}
                 {{ info.intro }}
             </div>
             </div>
         </div>
         </div>
@@ -110,6 +110,7 @@ export default {
         background: #373b3e;
         background: #373b3e;
         padding: 18px 10px 10px;
         padding: 18px 10px 10px;
         align-items: center;
         align-items: center;
+        box-sizing: border-box;
 
 
         .text1 {
         .text1 {
             font-size: 12px;
             font-size: 12px;
@@ -124,6 +125,7 @@ export default {
             line-height: 17px;
             line-height: 17px;
             width: 100%;
             width: 100%;
             margin-top: 4px;
             margin-top: 4px;
+            text-align: center;
         }
         }
     }
     }
 }
 }
@@ -137,5 +139,7 @@ export default {
     top: 102px;
     top: 102px;
     left: 50%;
     left: 50%;
     transform: translateX(-50%);
     transform: translateX(-50%);
+    border: 3px solid #fff;
+    background-color: #fff;
 }
 }
 </style>
 </style>

+ 1 - 0
src/styles/app.less

@@ -238,6 +238,7 @@ input:-webkit-autofill {
 
 
 .activeAvatar {
 .activeAvatar {
     overflow: initial !important;
     overflow: initial !important;
+    background-color: #fff;
     img {
     img {
         border-radius: 100px;
         border-radius: 100px;
         // border: 4px solid;
         // border: 4px solid;

+ 8 - 2
src/views/creator/Home.vue

@@ -169,6 +169,7 @@ export default {
 }
 }
 /deep/.van-tabs__nav--line.van-tabs__nav--complete {
 /deep/.van-tabs__nav--line.van-tabs__nav--complete {
     border-color: #303133;
     border-color: #303133;
+    border-width: 2px;
 }
 }
 .top {
 .top {
     background-color: #222426;
     background-color: #222426;
@@ -224,6 +225,7 @@ export default {
     padding: 8px;
     padding: 8px;
 }
 }
 ::v-deep(.mySwiper) {
 ::v-deep(.mySwiper) {
+    background-color: #222426;
     // height: 255px;
     // height: 255px;
     padding: 16px 0;
     padding: 16px 0;
     margin: 0 16px;
     margin: 0 16px;
@@ -249,11 +251,11 @@ export default {
 }
 }
 
 
 /deep/.van-sticky--fixed {
 /deep/.van-sticky--fixed {
-    background-color: #181818;
+    background-color: #222426;
 
 
     &:after {
     &:after {
         content: '';
         content: '';
-        background-color: #181818;
+        background-color: #222426;
         position: absolute;
         position: absolute;
         left: 0;
         left: 0;
         right: 0;
         right: 0;
@@ -261,4 +263,8 @@ export default {
         height: 5px;
         height: 5px;
     }
     }
 }
 }
+
+.van-tabs.dark {
+    background-color: #222426;
+}
 </style>
 </style>