tips.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. .relative{position: relative;}
  2. .audio{opacity: 1;}
  3. .tips{width: 535rpx; height: 650rpx;}
  4. .defaulTips{width: 500rpx; height: 290rpx;}
  5. .tips-close-poi{position: absolute; top: -80rpx; right: 0;}
  6. .tip-button{padding: 60rpx 0;}
  7. .tip-button image{width: 270rpx; height: 76rpx;}
  8. .font40{font-size: 80rpx;}
  9. .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%);}
  10. .modal-overlay{position: fixed; top: 0; left: 0; z-index: 10600; width: 100%; height: 100%; background: rgba(0, 0, 0, .4); opacity: 1;}
  11. .onBottom{position: absolute;bottom: -80rpx;left: 0;right: 0;margin: auto;}
  12. .icon-sound{width: 50rpx; height: 50rpx;}
  13. .sharer-stop{
  14. background: #fff;
  15. border-radius: 20rpx;
  16. padding: 20rpx;
  17. }
  18. .pop-title{
  19. font-size: 28rpx;
  20. line-height: 1.8;
  21. color: #666;
  22. }
  23. .pop-btn{
  24. margin-top: 30rpx;
  25. width: 40%;
  26. font-size: 28rpx;
  27. border-radius: 100rpx;
  28. border: 0;
  29. background: #EE3A43;
  30. color: #fff;
  31. line-height: 2;
  32. }