index.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. .banner {
  2. width: 710rpx;
  3. margin-left: 20rpx;
  4. height: 240rpx;
  5. position: relative;
  6. }
  7. .u-wrp-bnr {
  8. width: 100%;
  9. height: 240rpx;
  10. display: block;
  11. position: relative;
  12. border-radius: 20rpx;
  13. overflow: hidden;
  14. }
  15. .u-img-slide {
  16. width: 100%;
  17. height: inherit;
  18. }
  19. .text {
  20. color: #fff;
  21. position: absolute;
  22. left: 50rpx;
  23. }
  24. .text1 {
  25. font-size: 35rpx;
  26. /* font-weight: 900; */
  27. top: 25rpx;
  28. }
  29. .text2 {
  30. font-size: 25rpx;
  31. top: 85rpx;
  32. }
  33. .text3 {
  34. font-size: 25rpx;
  35. top: 135rpx;
  36. }
  37. .gozbbtn {
  38. position: absolute;
  39. width: 258rpx;
  40. height: 61rpx;
  41. top: 165rpx;
  42. right: 20rpx;
  43. }
  44. .sec {
  45. height: 120rpx;
  46. width: 710rpx;
  47. margin-left: 20rpx;
  48. margin-top: 15rpx;
  49. /* border: 1px solid red; */
  50. }
  51. .sec_item {
  52. float: left;
  53. position: relative;
  54. }
  55. .sec_item1 {
  56. float: right;
  57. position: relative;
  58. }
  59. .secimg {
  60. width: 350rpx;
  61. height: 110rpx;
  62. border-radius: 10rpx;
  63. overflow: hidden;
  64. }
  65. .text4 {
  66. color: #fff;
  67. font-size: 30rpx;
  68. font-weight: 900;
  69. position: absolute;
  70. top: 10rpx;
  71. left: 115rpx;
  72. }
  73. .text5 {
  74. color: #fff;
  75. font-size: 25rpx;
  76. position: absolute;
  77. top: 60rpx;
  78. left: 90rpx;
  79. }
  80. .gridbox {
  81. height: 200rpx;
  82. width: 710rpx;
  83. margin-left: 20rpx;
  84. }
  85. .grid_text {
  86. font-size: 26rpx;
  87. }
  88. .qy_title {
  89. width: 670rpx;
  90. margin-left: 40rpx;
  91. font-size: 30rpx;
  92. display: flex;
  93. /* border: 1px solid red; */
  94. display: block;
  95. margin-top: 30rpx;
  96. }
  97. .redk {
  98. height: 33rpx;
  99. width: 8rpx;
  100. background-color: #eb3f33;
  101. border-radius: 5rpx;
  102. margin-right: 10rpx;
  103. float: left;
  104. }
  105. .more {
  106. font-size: 25rpx;
  107. font-weight: 900;
  108. color: #eb3f33;
  109. float: right;
  110. }
  111. .xczs {
  112. width: 720rpx;
  113. margin-left: 20rpx;
  114. /* height: 250rpx; */
  115. /* border: 1px solid yellow; */
  116. margin-top: 20rpx;
  117. margin-bottom: 20rpx;
  118. display: flex;
  119. display: block;
  120. }
  121. .zb1 {
  122. width: 338rpx;
  123. height: 283rpx;
  124. margin-right: 20rpx;
  125. margin-bottom: 10rpx;
  126. border-radius: 10rpx;
  127. overflow: hidden;
  128. float: left;
  129. position: relative;
  130. }
  131. .show1 {
  132. width: 338rpx;
  133. height: 283rpx;
  134. }
  135. .show_text {
  136. font-size: 22rpx;
  137. margin-top: 10rpx;
  138. }
  139. .grayblock {
  140. width: 100%;
  141. height: 80rpx;
  142. background-color: rgba(255, 255, 255, 0.7);
  143. position: absolute;
  144. bottom: 0;
  145. text-indent: 10rpx;
  146. }
  147. .qb {
  148. width: 23rpx;
  149. height: 25rpx;
  150. margin-left: 10rpx;
  151. margin-top: 5rpx;
  152. float: left;
  153. }