Commit 82f5703a authored by spc's avatar spc

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

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