1234567891011121314151617181920212223242526272829303132 |
- .relative{position: relative;}
- .audio{opacity: 1;}
- .tips{width: 535rpx; height: 650rpx;}
- .defaulTips{width: 500rpx; height: 290rpx;}
- .tips-close-poi{position: absolute; top: -80rpx; right: 0;}
- .tip-button{padding: 60rpx 0;}
- .tip-button image{width: 270rpx; height: 76rpx;}
- .font40{font-size: 80rpx;}
- .modal{position: fixed; top: 50%; left: 50%; z-index: 11000; width: 540rpx; margin-top: 0; margin-left: -270rpx; color: #3d4145; text-align: center; border-radius: 14rpx; transform:translate(0,-50%);}
- .modal-overlay{position: fixed; top: 0; left: 0; z-index: 10600; width: 100%; height: 100%; background: rgba(0, 0, 0, .4); opacity: 1;}
- .onBottom{position: absolute;bottom: -80rpx;left: 0;right: 0;margin: auto;}
- .icon-sound{width: 50rpx; height: 50rpx;}
- .sharer-stop{
- background: #fff;
- border-radius: 20rpx;
- padding: 20rpx;
- }
- .pop-title{
- font-size: 28rpx;
- line-height: 1.8;
- color: #666;
- }
- .pop-btn{
- margin-top: 30rpx;
- width: 40%;
- font-size: 28rpx;
- border-radius: 100rpx;
- border: 0;
- background: #EE3A43;
- color: #fff;
- line-height: 2;
- }
|