homePage.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. .heads {
  6. padding: 40px 30px 0px 30px;
  7. overflow: hidden;
  8. }
  9. .heads-left {
  10. color: #3399FF;
  11. }
  12. .heads-right {
  13. width: 60px;
  14. height: 60px;
  15. }
  16. .heads-right image {
  17. width: 100%;
  18. height: 100%;
  19. }
  20. .left {
  21. float: left;
  22. }
  23. .right {
  24. float: right;
  25. }
  26. #wine {
  27. width: 100%;
  28. height: 100%;
  29. }
  30. .newhelp {
  31. display: flex;
  32. font-size: 12px;
  33. font-family: PingFangSC-Regular, PingFang SC;
  34. font-weight: 400;
  35. color: #999999;
  36. line-height: 17px;
  37. align-items: center;
  38. position: absolute;
  39. top: 0;
  40. left: 0;
  41. margin-top: 10px;
  42. margin-left: 15px;
  43. }
  44. .newhelp .font {
  45. text-decoration: underline;
  46. margin-left: 2px;
  47. }
  48. .newhelp .helpImg {
  49. width: 0.875rem;
  50. height: 0.875rem;
  51. }
  52. .newhelp .helpImg img {
  53. width: 100%;
  54. height: 100%;
  55. }
  56. .buyIcon {
  57. position: absolute;
  58. top: 0;
  59. right: 0;
  60. /* margin-top: 0.625rem;
  61. margin-right: 0.625rem;
  62. */
  63. }
  64. .swiper-container {
  65. width: 100%;
  66. height: 100%;
  67. }
  68. .swiper-slide {
  69. /* padding: 43px 53px; */
  70. padding: 12% 14%;
  71. box-sizing: border-box;
  72. text-align: center;
  73. font-size: 18px;
  74. /* background: #fff; */
  75. /* height: 667px; */
  76. height: 100%;
  77. /* Center slide text vertically */
  78. display: -webkit-box;
  79. display: -ms-flexbox;
  80. display: -webkit-flex;
  81. display: flex;
  82. -webkit-box-pack: center;
  83. -ms-flex-pack: center;
  84. -webkit-justify-content: center;
  85. justify-content: center;
  86. -webkit-box-align: center;
  87. -ms-flex-align: center;
  88. -webkit-align-items: center;
  89. align-items: center;
  90. }
  91. .swiper-button-next {
  92. width: 15px;
  93. height: 15px;
  94. background: url(../../static/img/xia_icon.png);
  95. right: 15px;
  96. }
  97. .swiper-button-prev {
  98. width: 15px;
  99. height: 15px;
  100. background: url(../../static/img/shang_icon.png);
  101. left: 15px;
  102. }
  103. .swiper-button-next:after,
  104. .swiper-container-rtl .swiper-button-prev:after {
  105. content: "" !important;
  106. }
  107. .swiper-button-prev:after,
  108. .swiper-container-rtl .swiper-button-next:after {
  109. content: "" !important;
  110. }
  111. .thl-time {
  112. text-align: left;
  113. margin-left: -0.4rem !important;
  114. }