|
|
@@ -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;}
|
|
|
}
|