抖音c端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

advertisement.ttss 685 B

2 år sedan
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. }