Commit 80a99f82 authored by 袁玲利's avatar 袁玲利

分享问题解决

parent 2a609e24
......@@ -76,7 +76,8 @@
</div>
<div class="Covers_body">
<img :src="ImgUrl+'user/rep.png'" alt="">
<div class="toOpen" @click="openAzMenber"><img :src="ImgUrl+'user/toOpen.png'" alt="" class="img"> </div>
<div class="toOpen" @click="openAzMenber"><img :src="ImgUrl+'user/toOpen.png'" alt=""
class="img"> </div>
</div>
</div>
</template>
......@@ -765,6 +766,45 @@
</script>
<style lang="scss" scoped>
.campusReport {
width: 100vw;
min-height: 100vh;
overflow-y: auto;
display: flex;
flex-direction: column;
}
.htmlCanvasTxt {
height: 154rpx;
width: 100%;
padding: 42rpx 0 20rpx 29rpx;
box-sizing: border-box;
.htmlCanvasTxt1 {
font-size: 32rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #FFFFFF;
line-height: 44rpx;
}
.htmlCanvasTxt2 {
font-size: 26rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FFFFFF;
line-height: 44rpx;
}
}
.htmlCanvasBox {
overflow: scroll;
height: 943rpx;
border-radius: 30rpx;
margin: 0 24rpx 25rpx;
}
.info {
height: 88rpx;
margin-top: 30rpx;
......@@ -1488,12 +1528,14 @@
.Covers_body {
margin: 25rpx 29rpx 39rpx 24rpx;
position: relative;
.toOpen {
position: absolute;
right: 19rpx;
top: 16rpx;
width: 126rpx;
height: 47rpx;
.img {
width: 100%;
height: 100%;
......
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