Commit 7421bd5e authored by 袁玲利's avatar 袁玲利

去开通做成按钮

parent b36903a4
......@@ -76,6 +76,7 @@
</div>
<div class="Covers_body">
<img :src="ImgUrl+'user/rep.png'" alt="">
<img :src="ImgUrl+'user/toOpen.png'" alt="" class="toOpen" @click="openAzMenber">
</div>
</div>
</template>
......@@ -1486,6 +1487,14 @@
.Covers_body {
margin: 25rpx 29rpx 39rpx 24rpx;
position: relative;
.toOpen {
position: absolute;
right: 19rpx;
top: 16rpx;
width: 126rpx;
height: 47rpx;
}
}
.Covers_body img {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment