index.wxss 954 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .product-bg {
  2. width: 100%;
  3. height: 750rpx;
  4. position: relative;
  5. }
  6. .product-bg swiper {
  7. width: 100%;
  8. height: 100%;
  9. position: relative;
  10. }
  11. .product-bg .slide-image {
  12. width: 100%;
  13. height: 100%;
  14. }
  15. .product-bg .pages {
  16. position: absolute;
  17. background-color: #fff;
  18. height: 34rpx;
  19. padding: 0 10rpx;
  20. border-radius: 3rpx;
  21. right: 30rpx;
  22. bottom: 30rpx;
  23. line-height: 34rpx;
  24. font-size: 24rpx;
  25. color: #050505;
  26. }
  27. #myVideo {
  28. width: 100%;
  29. height: 100%;
  30. }
  31. .product-bg .item {
  32. position: relative;
  33. width: 100%;
  34. height: 100%;
  35. }
  36. .product-bg .item .poster {
  37. position: absolute;
  38. top: 0;
  39. left: 0;
  40. height: 750rpx;
  41. width: 100%;
  42. }
  43. .product-bg .item .poster .image {
  44. width: 100%;
  45. height: 100%;
  46. }
  47. .product-bg .item .stop {
  48. position: absolute;
  49. top: 50%;
  50. left: 50%;
  51. width: 136rpx;
  52. height: 136rpx;
  53. margin-top: -68rpx;
  54. margin-left: -68rpx;
  55. }
  56. .product-bg .item .stop .image {
  57. width: 100%;
  58. height: 100%;
  59. }