Commit 73e26871 authored by spc's avatar spc

friendCirclePage update

parent 8a4c26a9
<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/wxFriendCircleBg3.png'"></image>
<image class="icon" :src="$baseUrl + 'wxFriendCircleSimplePage/wxFriendCircleIcon3.png'"></image>
<image class="btn" :src="$baseUrl + 'wxFriendCircleSimplePage/wxFriendCircleBtn.png'"></image> <image class="btn" :src="$baseUrl + 'wxFriendCircleSimplePage/wxFriendCircleBtn.png'"></image>
</view> </view>
</template> </template>
...@@ -23,6 +24,15 @@ ...@@ -23,6 +24,15 @@
top: 0rpx; top: 0rpx;
position: absolute; position: absolute;
} }
.icon{
width: 184rpx;
height: 66rpx;
left: 0;
right: 0;
top: 220rpx;
margin: auto;
position: absolute;
}
.btn{ .btn{
width: 360rpx; width: 360rpx;
height: 94rpx; height: 94rpx;
......
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
<view class="button-group"> <view class="button-group">
<image class="rights-btn" :src="$baseUrl + rightsBtn" @click="handleGoToRights"> <image class="rights-btn" :src="$baseUrl + rightsBtn" @click="handleGoToRights">
</image> </image>
<button class="share-btn" :src="$baseUrl + shareBtn" open-type="share"> <button class="share-btn" :src="$baseUrl + shareBtn" style="background: none; border: none; padding: 0;"
open-type="share">
<image class="share-btn-img" :src="$baseUrl + shareBtn" /> <image class="share-btn-img" :src="$baseUrl + shareBtn" />
</button> </button>
</view> </view>
...@@ -125,7 +126,7 @@ export default { ...@@ -125,7 +126,7 @@ export default {
.fixed-bottom { .fixed-bottom {
position: fixed; position: fixed;
bottom: 0; bottom: 75rpx;
left: 0; left: 0;
right: 0; right: 0;
padding: 20rpx 30rpx; padding: 20rpx 30rpx;
...@@ -146,6 +147,12 @@ export default { ...@@ -146,6 +147,12 @@ export default {
background: transparent; background: transparent;
border: none; border: none;
padding: 0; padding: 0;
}
.share-btn::after {
border: none !important;
} }
.share-btn-img { .share-btn-img {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<!-- 固定底部按钮区域 --> <!-- 固定底部按钮区域 -->
<view class="fixed-bottom"> <view class="fixed-bottom">
<view class="button-group"> <view class="button-group">
<button class="share-btn" open-type="share"> <button class="share-btn" open-type="share" style="background: none; border: none; padding: 0;">
<image class="share-btn-img" :src="$baseUrl + rightsShareBtn" /> <image class="share-btn-img" :src="$baseUrl + rightsShareBtn" />
</button> </button>
</view> </view>
...@@ -126,7 +126,7 @@ export default { ...@@ -126,7 +126,7 @@ export default {
.fixed-bottom { .fixed-bottom {
position: fixed; position: fixed;
bottom: 0; bottom: 75rpx;
left: 0; left: 0;
right: 0; right: 0;
padding: 20rpx 30rpx; padding: 20rpx 30rpx;
...@@ -153,10 +153,10 @@ export default { ...@@ -153,10 +153,10 @@ export default {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background: transparent; background: transparent;
border: none;
padding: 0;
} }
.share-btn::after {
border: none !important;
}
.share-btn-img { .share-btn-img {
width: 100%; width: 100%;
height: 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