C端小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

38 satır
564 B

  1. /* components/advertisement.wxss */
  2. .b1{
  3. position:fixed;
  4. width:100%;
  5. height:100%;
  6. top:0px;
  7. background:rgba(0,0,0,0.8);
  8. overflow: hidden;
  9. z-index: 1000;
  10. }
  11. .t_w{
  12. position:relative;
  13. }
  14. .b2{
  15. /* width: 90%; */
  16. margin:45% auto;
  17. overflow: hidden;
  18. border-radius: 10rpx;
  19. }
  20. .t_image{
  21. width: 80%;
  22. border-radius: 16rpx;
  23. display: block;
  24. margin: 0 auto;
  25. }
  26. .cancel_icon{
  27. position: absolute;
  28. right: 300rpx;
  29. bottom: -200rpx;
  30. }
  31. .line{
  32. width:2rpx;
  33. height: 75rpx;
  34. background: #fff;
  35. position: absolute;
  36. right: 340rpx;
  37. bottom: -125rpx;
  38. }