抖音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.

47 lines
685 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. .b3{
  12. /* margin:0 auto; */
  13. width:100%;
  14. height:100%;
  15. position:relative;
  16. }
  17. .t_w{
  18. width: 100%;
  19. position: absolute;
  20. top: 50%;
  21. left: 50%;
  22. margin-top: -50%;
  23. margin-left: -50%;
  24. }
  25. .b2{
  26. overflow: hidden;
  27. border-radius: 10rpx;
  28. }
  29. .t_image{
  30. width: 70%;
  31. border-radius: 16rpx;
  32. display: block;
  33. margin: 0 auto;
  34. }
  35. .cancel_icon{
  36. position: absolute;
  37. right: 65rpx;
  38. top: -40rpx;
  39. }
  40. .line{
  41. width:2rpx;
  42. height: 75rpx;
  43. background: #fff;
  44. position: absolute;
  45. right: 370rpx;
  46. bottom: -125rpx;
  47. }