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