choumei.min.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. @charset "utf-8";
  2. * {
  3. margin: 0;
  4. padding: 0
  5. }
  6. html {
  7. height: 100%
  8. }
  9. body {
  10. height: 100%;
  11. /* background: url(../images/shouye_nvsheng_bg.png); */
  12. background-size: 100% 100%
  13. }
  14. #header img {
  15. width: 100%
  16. }
  17. .swiper-container {
  18. width: 100%;
  19. -webkit-perspective: 1200px;
  20. -moz-perspective: 1200px;
  21. -ms-perspective: 1200px;
  22. perspective: 1200px
  23. }
  24. .swiper-wrapper {
  25. margin-top: 10px
  26. }
  27. .swiper-slide {
  28. width: 80%;
  29. -webkit-transform-style: preserve-3d;
  30. -moz-transform-style: preserve-3d;
  31. -ms-transform-style: preserve-3d;
  32. transform-style: preserve-3d
  33. }
  34. .swiper-slide .main-img {
  35. width: 80%;
  36. margin: 0 auto;
  37. display: block;
  38. border-radius: 10px;
  39. }
  40. #pagination {
  41. position: absolute;
  42. bottom: 100px;
  43. width: 100%
  44. }
  45. #pagination .swiper-pagination-bullet {
  46. width: 9.5%;
  47. float: left;
  48. margin: 0 0 0 6.15%;
  49. background: 0;
  50. opacity: 1
  51. }
  52. .swiper-pagination-bullet i {
  53. background: #41203f;
  54. width: 24px;
  55. height: 24px;
  56. line-height: 24px;
  57. font-size: 12px;
  58. border-radius: 50px;
  59. display: block;
  60. font-style: normal;
  61. text-align: center;
  62. margin: 0 auto;
  63. color: #f5b55c
  64. }
  65. .swiper-pagination-bullet-active i {
  66. -webkit-transform: scale(1.5);
  67. background: url(../images/shouye_nvsheng_huangseb.png) no-repeat center 50%;
  68. background-size: auto 100%;
  69. color: #815d4b
  70. }
  71. @media screen and (min-height:481px) {
  72. .swiper-wrapper {
  73. margin-top: 20px
  74. }
  75. #pagination {
  76. bottom: 110px
  77. }
  78. }
  79. @media screen and (min-height:569px) {
  80. .swiper-wrapper {
  81. margin-top: 40px
  82. }
  83. #pagination {
  84. bottom: 120px
  85. }
  86. .swiper-pagination-bullet i {
  87. width: 30px;
  88. height: 30px;
  89. line-height: 30px;
  90. font-size: 15px
  91. }
  92. }
  93. #footer {
  94. position: absolute;
  95. bottom: 0
  96. }
  97. #footer img {
  98. width: 100%;
  99. display: block
  100. }