Browse Source

样式修改

黄琪勇 10 months ago
parent
commit
bb860e1752

BIN
src/assets/images/icon_nodata.png


+ 2 - 2
src/components/MEmpty.vue

@@ -22,8 +22,8 @@ export default {
 
 .icon {
     width: 2rem;
-    height: 1.7rem;
-    margin: .5rem auto .05rem;
+    height: 1.26rem;
+    margin: 0.5rem auto 0.1rem;
 }
 .icon_nodata {
     background: url('../assets/images/icon_nodata.png') no-repeat center;

+ 1 - 0
src/views/creation/api.js

@@ -17,6 +17,7 @@ export const api_openUserMusicDetail = (params) => {
     baseURL: "/api-student",
     method: "get",
     hideLoading: true,
+    hint: true
   });
 };
 

+ 9 - 1
src/views/creation/edit/index.vue

@@ -36,6 +36,7 @@
      </div>
      <div class="section">
         <van-field
+            class="fieldText"
            :rows="4"
            autosize
            type="textarea"
@@ -46,7 +47,7 @@
         />
      </div>
      <div class="btnGroup">
-        <van-button type="primary" round block color="#01C1B5" @click="onSubmit">
+        <van-button class="subBtn" type="primary" round block color="#01C1B5" @click="onSubmit">
            {{ musicDetail.type === "FORMAL" ? "保存" : "发布" }}
         </van-button>
      </div>
@@ -272,6 +273,10 @@ export default {
      background: #ffffff;
      border-radius: 10px;
      font-size: 16px;
+     overflow: hidden;
+     .fieldText /deep/.van-field__control{
+         caret-color: #01C1B5;
+      }
 
      .van-field__control::placeholder {
         color: #aaa;
@@ -374,6 +379,9 @@ export default {
      margin: 32px 24px 12px;
      font-weight: 500;
      font-size: 16px;
+     .subBtn /deep/.van-button__text{
+         font-size: 16px;
+      }
   }
 
   /deep/.uploadSingleImg {

BIN
src/views/creation/img/logo.png


BIN
src/views/creation/img/logo1.png


+ 2 - 2
src/views/creation/index.less

@@ -301,7 +301,7 @@
             height: 100%;
             left: 0;
             top: 0;
-            z-index: 1;
+            z-index: 3;
             overflow: hidden;
             visibility: hidden;
             &.staffBoxShow {
@@ -467,7 +467,7 @@
             .userLogo {
                width: 0.44rem;
                height: 0.44rem;
-               border: 0.01rem solid #ffffff;
+               border: 0.02rem solid #ffffff;
                margin-right: 0.1rem;
                border-radius: 50%;
                overflow: hidden;

+ 1 - 1
src/views/creation/share-model/index.vue

@@ -405,7 +405,7 @@ export default {
 
     .iconLogo {
       width: 0.68rem;
-      height: 0.21rem;
+      height: 0.19rem;
       margin: .05rem 0 0;
       display: block;
     }