|
@@ -509,9 +509,13 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.share-popup-box{
|
|
.share-popup-box{
|
|
|
- box-sizing: border-box;padding: 32rpx;
|
|
|
|
|
|
|
+ box-sizing: border-box;padding: 32rpx;position: relative;
|
|
|
.share-title{font-size: 32rpx;color: #333;text-align: center;margin-bottom: 36rpx;}
|
|
.share-title{font-size: 32rpx;color: #333;text-align: center;margin-bottom: 36rpx;}
|
|
|
- .share-list{display: flex;justify-content: space-evenly;}
|
|
|
|
|
|
|
+ .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{
|
|
.share-item{
|
|
|
display: flex;justify-content: center;flex-direction: column;align-items: center;
|
|
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;}
|
|
.share-icon{width: 80rpx;height: 80rpx;@include ezy-no-repeat-cover;margin-bottom: 10rpx;}
|
|
@@ -519,6 +523,6 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
.timeline-icon{background-image: url("@/static/images/common/pyq-icon.svg");}
|
|
.timeline-icon{background-image: url("@/static/images/common/pyq-icon.svg");}
|
|
|
.share-text{font-size: 26rpx;color: #333;}
|
|
.share-text{font-size: 26rpx;color: #333;}
|
|
|
}
|
|
}
|
|
|
- .share-close{width: 360rpx;height: 70rpx;line-height: 70rpx;background-color: #e4e4e4;
|
|
|
|
|
- color: #bbb;text-align: center;border-radius: 8rpx;margin: 32rpx auto 0;}
|
|
|
|
|
|
|
+ .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;}
|
|
|
}
|
|
}
|