index.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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. .uimg {
  20. position: absolute;
  21. width: 100%;
  22. height: 240rpx;
  23. top: 0;
  24. left: 0;
  25. z-index: 1;
  26. }
  27. .text {
  28. color: #fff;
  29. position: absolute;
  30. left: 50rpx;
  31. z-index: 99;
  32. font-weight: 900;
  33. }
  34. .text0 {
  35. font-size: 30rpx;
  36. top: 10rpx;
  37. }
  38. .text1 {
  39. font-size: 25rpx;
  40. top: 55rpx;
  41. }
  42. .text2 {
  43. font-size: 25rpx;
  44. top: 95rpx;
  45. }
  46. .text3 {
  47. font-size: 25rpx;
  48. top: 135rpx;
  49. }
  50. .gozbbtn {
  51. position: absolute;
  52. width: 258rpx;
  53. height: 61rpx;
  54. top: 165rpx;
  55. right: 20rpx;
  56. z-index: 999;
  57. }
  58. .sec {
  59. height: 120rpx;
  60. width: 710rpx;
  61. margin-left: 20rpx;
  62. margin-top: 15rpx;
  63. /* border: 1px solid red; */
  64. }
  65. .sec_item {
  66. float: left;
  67. position: relative;
  68. }
  69. .sec_item1 {
  70. float: right;
  71. position: relative;
  72. }
  73. .secimg {
  74. width: 350rpx;
  75. height: 110rpx;
  76. border-radius: 10rpx;
  77. overflow: hidden;
  78. }
  79. .text4 {
  80. color: #fff;
  81. font-size: 30rpx;
  82. font-weight: 900;
  83. position: absolute;
  84. top: 10rpx;
  85. left: 115rpx;
  86. }
  87. .text5 {
  88. color: #fff;
  89. font-size: 25rpx;
  90. position: absolute;
  91. top: 60rpx;
  92. left: 90rpx;
  93. }
  94. .gridbox {
  95. height: 200rpx;
  96. width: 710rpx;
  97. margin-left: 20rpx;
  98. }
  99. .grid_text {
  100. font-size: 26rpx;
  101. }
  102. .qy_title {
  103. width: 670rpx;
  104. margin-left: 40rpx;
  105. font-size: 30rpx;
  106. display: flex;
  107. /* border: 1px solid red; */
  108. display: block;
  109. margin-top: 30rpx;
  110. }
  111. .redk {
  112. height: 33rpx;
  113. width: 8rpx;
  114. background-color: #eb3f33;
  115. border-radius: 5rpx;
  116. margin-right: 10rpx;
  117. margin-top: 3rpx;
  118. float: left;
  119. }
  120. .more {
  121. font-size: 25rpx;
  122. font-weight: 900;
  123. color: #eb3f33;
  124. float: right;
  125. }
  126. .xczs {
  127. width: 720rpx;
  128. margin-left: 20rpx;
  129. /* height: 250rpx; */
  130. /* border: 1px solid yellow; */
  131. margin-top: 20rpx;
  132. margin-bottom: 20rpx;
  133. display: flex;
  134. display: block;
  135. }
  136. .zb1 {
  137. width: 338rpx;
  138. height: 253rpx;
  139. margin-right: 20rpx;
  140. margin-bottom: 10rpx;
  141. border-radius: 10rpx;
  142. overflow: hidden;
  143. float: left;
  144. position: relative;
  145. /* border: 1px solid red; */
  146. }
  147. .show1 {
  148. width: 338rpx;
  149. height: 260rpx;
  150. }
  151. .show_text {
  152. font-size: 22rpx;
  153. margin-top: 10rpx;
  154. white-space: nowrap;
  155. overflow: hidden;
  156. text-overflow: ellipsis;
  157. }
  158. .grayblock {
  159. width: 100%;
  160. height: 80rpx;
  161. background-color: rgba(255, 255, 255, 0.7);
  162. position: absolute;
  163. bottom: 0;
  164. text-indent: 10rpx;
  165. }
  166. .qb {
  167. width: 23rpx;
  168. height: 25rpx;
  169. margin-left: 10rpx;
  170. margin-top: 5rpx;
  171. float: left;
  172. }