张文飞 3 years ago
parent
commit
774b2be39f
1 changed files with 10 additions and 4 deletions
  1. 10 4
      pages/shareCardPage/shareCardPage.vue

+ 10 - 4
pages/shareCardPage/shareCardPage.vue

@@ -9,7 +9,7 @@
 				{{shareRemark}}
 			</view>
 			<view class="share_copy" @click="copy" v-if="shareRemark">
-				<image class="icon_share_copy" src="../../static/icons/icon_copy.png" mode=""></image>
+				<image class="icon_share_copy" src="../../static/icons/icon_copy.png" mode="" ></image>
 				<text class="share_txt">复制发圈</text>
 			</view>
 			<image v-if="shareUrl" class="shareCard" :src="shareUrl" mode="widthFix"></image>
@@ -123,6 +123,11 @@
 </script>
 
 <style lang="scss">
+	page{
+		width: 100%;
+		height: 100%;
+		background: #4e4e4e;
+	}
 	.share_body{
 		display: flex;
 		flex-direction: column;
@@ -130,7 +135,6 @@
 		align-items: center;
 		width: 100%;
 		background: #4e4e4e;
-		height: 100vh;
 	}
 	.share_card_info{
 		width: 550rpx;
@@ -139,6 +143,7 @@
 		align-items: center;
 		background-color: #FFFFFF;
 		border-radius: 10rpx;
+		margin-top: 60rpx;
 		
 		.share_title{
 			width: 100%;
@@ -184,8 +189,8 @@
 			align-items: center;
 			margin-top: 12rpx;
 			.icon_share_copy{
-				width: 24rpx;
-				height: 24rpx;
+				width: 24rpx !important;
+				height: 24rpx !important;
 			}
 			.share_txt{
 				font-size: 24rpx;
@@ -233,6 +238,7 @@
 		font-weight: 400;
 		text-align: center;
 		color: #919191;
+		margin-bottom: 40rpx;
 	}
 	
 	.loader {