Commit 82f5703a authored by spc's avatar spc

'分享朋友圈单页样式修改'

parent 101b0112
<template>
<view class="Layer-wx-friend-circle-simple-page">
<image class="bg" :src="$baseUrl + 'wxFriendCircleSimplePage/wxFriendCircleBg.png'"></image>
<image class="btn" :src="$baseUrl + 'wxFriendCircleSimplePage/wxFriendCircleBtn.png'"></image>
</view>
</template>
<script setup>
......@@ -12,14 +13,22 @@
height: 100vh;
top: 0rpx;
left: 0rpx;
overflow: hidden;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
.bg {
width: 750rpx;
height: 1624rpx;
bottom: 0rpx;
top: 0rpx;
position: absolute;
}
.btn{
width: 360rpx;
height: 94rpx;
right: 11rpx;
bottom: 43rpx;
position: fixed;
}
}
</style>
\ No newline at end of file
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