@@ -71,6 +71,7 @@
</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;
+ 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 {