index.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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. box-sizing: border-box;
  132. width: 100%;
  133. padding: 30rpx;
  134. /* height: 250rpx; */
  135. /* border: 1px solid yellow; */
  136. display: block;
  137. }
  138. .zb1 {
  139. width: 338rpx;
  140. height: 253rpx;
  141. margin-right: 20rpx;
  142. margin-bottom: 10rpx;
  143. border-radius: 10rpx;
  144. overflow: hidden;
  145. float: left;
  146. position: relative;
  147. /* border: 1px solid red; */
  148. }
  149. .show1 {
  150. width: 338rpx;
  151. height: 260rpx;
  152. }
  153. .show_text {
  154. font-size: 22rpx;
  155. margin-top: 10rpx;
  156. white-space: nowrap;
  157. overflow: hidden;
  158. text-overflow: ellipsis;
  159. }
  160. .grayblock {
  161. width: 100%;
  162. height: 80rpx;
  163. background-color: rgba(255, 255, 255, 0.7);
  164. position: absolute;
  165. bottom: 0;
  166. text-indent: 10rpx;
  167. }
  168. .qb {
  169. width: 23rpx;
  170. height: 25rpx;
  171. margin-left: 10rpx;
  172. margin-top: 5rpx;
  173. float: left;
  174. }
  175. .ivlist{
  176. width: 100%;
  177. height:150rpx;
  178. display: flex;
  179. flex-flow:row nowrap;
  180. justify-content: space-between ;
  181. align-items: center;
  182. padding-bottom:30rpx;
  183. margin-bottom:30rpx;
  184. border-bottom:1rpx solid #f8f8f8;
  185. }
  186. .ivlist_img{
  187. width: 230rpx;
  188. height:150rpx;
  189. }
  190. .ivlist_text{
  191. width:430rpx;
  192. height:150rpx;
  193. display: flex;
  194. flex-flow:column nowrap;
  195. justify-content: space-between ;
  196. }
  197. .ivlist_title{
  198. font-size: 32rpx;
  199. color: #333333;
  200. padding-top:5rpx;
  201. }
  202. .ivlist_subt{
  203. font-size:26rpx;
  204. color:#999999;
  205. padding-bottom:5rpx;
  206. display:flex;
  207. align-items:center;
  208. justify-content: start;
  209. }
  210. .ivlist_icon{
  211. font-size:30rpx;
  212. padding-right:10rpx;
  213. }