tanxue před 15 hodinami
rodič
revize
e9894c7fb4

+ 20 - 0
common/styles/global/components.scss

@@ -446,4 +446,24 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 		margin: 0 auto 32rpx;
 		background-image: url("@/static/images/xuexi/dialog-e-img2.png");
 	}
+}
+
+// 分享
+.share-popup-box{
+	box-sizing: border-box;padding: 32rpx;position: relative;
+	.share-title{font-size: 32rpx;color: #333;text-align: center;margin-bottom: 36rpx;}
+	.close-btn{width: 100rpx;height: 100rpx;position: absolute;right: 0;top: 0;
+	display: flex;align-items: center;justify-content: center;}
+	.close-btn::after{content: '';width: 36rpx;height: 36rpx;display: block;@include ezy-no-repeat-cover;
+	background-image: url("@/static/images/common/close-icon.svg");}
+	.share-list{display: flex;justify-content: space-evenly;margin: 42rpx 0;}
+	.share-item{
+		display: flex;justify-content: center;flex-direction: column;align-items: center;
+		.share-icon{width: 80rpx;height: 80rpx;@include ezy-no-repeat-cover;margin-bottom: 10rpx;}
+		.wechat-icon{background-image: url("@/static/images/common/weixin-icon.svg");}
+		.timeline-icon{background-image: url("@/static/images/common/pyq-icon.svg");}
+		.share-text{font-size: 26rpx;color: #333;}
+	}
+	.share-close{width: 360rpx;height: 70rpx;line-height: 70rpx;background-color: #fff;border: 1rpx solid #3fd2a1;
+		color: #3fd2a1;text-align: center;border-radius: 8rpx;margin: 32rpx auto 0;border-radius: 35rpx;}
 }

+ 29 - 0
common/styles/global/pages.scss

@@ -1065,6 +1065,35 @@
 	}
 }
 
+// 产品商城详情
+.ezy-shop-info-page{
+	width: 100%;height: 100vh;display: flex;flex-direction: column;
+	.shop-info-body{
+		flex: 1;position: relative;z-index: 2;background-color: #fff;
+		display: flex;flex-direction: column;overflow: hidden;
+		.img-content-box{
+			flex: 1;overflow-y: auto;
+			img{max-width: 100%;    margin: 0 auto;display: block;}
+			}
+		.fx-btn-row{
+			flex-shrink: 0;display: flex;justify-content: space-between;padding: 24rpx;
+			box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.6);box-sizing: border-box;background-color: #f9f9f9;
+			.fx-btn{
+				width:200rpx;
+				display: flex;flex-direction: column;align-items: center;justify-content: center;
+			}
+			.fx-icon{
+				width: 43rpx;height: 38rpx;margin-bottom: 6rpx;
+				@include ezy-no-repeat-cover;background-image: url("@/static/images/shop/fx-icon.png");
+			}
+			.bmxx-btn{
+				width: 481rpx;height: 88rpx;line-height: 88rpx;color:#fff;font-size: 32rpx;text-align: center;
+				@include ezy-no-repeat-cover;background-image: url("@/static/images/shop/bmxx-btn.png");
+			}
+		}
+	}
+}
+
 // 手机号快捷登录弹窗
 .sjh-kjdl-dialog{
 	.sjh-kjdl-content-box{display: flex;flex-direction: column;align-items: center;}