Commit 73e26871 authored by spc's avatar spc

friendCirclePage update

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