diff --git a/pages/mine/mine-index.vue b/pages/mine/mine-index.vue index 02f2b21..6e65fee 100644 --- a/pages/mine/mine-index.vue +++ b/pages/mine/mine-index.vue @@ -133,9 +133,11 @@ 新人手册 - + + + 联系客服 @@ -679,11 +681,27 @@ font-size: 24rpx; margin: 10rpx; + image { width: 60rpx; height: 60rpx; margin-bottom: 10rpx; + } + + .share-button { + border: none !important; + outline: none !important; + border-style: none !important; + position: absolute; + background-color: transparent; + width: 100rpx; + height: 100rpx; + z-index: 99; + } + .share-button::after { + border: none !important; + } } }