123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- /* component/shar-dialog/shar-dialog.wxss */
- .share {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, .6);
- z-index: 99;
- }
- .btn {
- position: fixed;
- bottom: 0;
- width: 100%;
- height: 290rpx;
- background: #fff;
- }
- .btn .bg {
- display: block;
- width: 500rpx;
- margin: 5% auto;
- height: 42rpx;
- }
- .btn text{
- font-size: 28rpx;
- }
- .share-btn {
- display: flex;
- justify-content: space-around;
- }
- .share-btn image {
- width: 68rpx;
- height: 68rpx;
- }
- .share-btn view {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- font-size: 32rpx;
- height: 120rpx;
- width: 180rpx
- }
- .img {
- position: absolute;
- left: 5rpx;
- top: 30rpx;
- width: 740rpx;
- height: 1014rpx;
- }
- .Preservation {
- position: absolute;
- left: 15%;
- bottom: 5%;
- width: 70%;
- height: 88rpx;
- }
- .Preservation .PreservationBg {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- }
- .Preservation text {
- color: #fff;
- font-size: 36rpx;
- position: absolute;
- left: 30rpx;
- top: 20rpx;
- z-index: 9;
- }
- .share-friend {
- background: #fff;
- display:flex;
- flex-direction:column;
- align-items: center;
- outline:none;
- padding:0;
- margin:0;
- border-radius:0;
- height: 140rpx;
- font-size:32rpx;
- width: 180rpx;
- }
- .share-friend image {
- width: 68rpx;
- height: 68rpx;
- }
- button::after{ border: none; }
|