activityPage.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .activityContainer{
  2. }
  3. .activityPage{
  4. overflow: hidden;
  5. -webkit-backface-visibility: hidden;
  6. -webkit-transform: translate3d(0, 0, 0);
  7. }
  8. .activityBack{
  9. width: 100%;
  10. }
  11. .activityMain{
  12. position: absolute;
  13. top: 0;
  14. left: 0;
  15. right: 0;
  16. width: 100%;
  17. z-index: 10;
  18. border: 1px scroll gold;
  19. }
  20. .activityViewItem{
  21. position: absolute;
  22. }
  23. .activityViewItem .activityViewBack{
  24. width: 100%;
  25. height: 100%;
  26. }
  27. .swiperContent{
  28. -webkit-backface-visibility: hidden;
  29. -webkit-transform: translate3d(0, 0, 0);
  30. }
  31. .swiperNewBox{
  32. width: 100%;
  33. height: 100%;
  34. }
  35. .swiperItem{
  36. width: 100%;
  37. height: 100%;
  38. }
  39. .swiperImage{
  40. width: 100%;
  41. height: 100%;
  42. }
  43. .activityVideoContent{
  44. position: relative;
  45. }
  46. .activityVideoBox{
  47. width: 100%;
  48. height: 100%;
  49. overflow: hidden;
  50. -webkit-backface-visibility: hidden;
  51. -webkit-transform: translate3d(0, 0, 0);
  52. position: relative;
  53. }
  54. .activityVideoBox video{
  55. width: 100%;
  56. height: 100%;
  57. }
  58. .videoCover{
  59. position: absolute;
  60. z-index: 999;
  61. left: 0;
  62. top: 0;
  63. width: 100%;
  64. height: 100%;
  65. }