C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
544 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. border-radius: 16rpx;
  22. display: block;
  23. margin: 0 auto;
  24. }
  25. .cancel_icon{
  26. position: absolute;
  27. right: 300rpx;
  28. bottom: -200rpx;
  29. }
  30. .line{
  31. width:2rpx;
  32. height: 75rpx;
  33. background: #fff;
  34. position: absolute;
  35. right: 340rpx;
  36. bottom: -125rpx;
  37. }