index.wxss 2.7 KB

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