index.wxss 2.6 KB

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