You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

183 lines
3.0 KiB

2 years ago
  1. .main{
  2. width: 980px;
  3. height: 450px;
  4. /* background-color: pink; */
  5. margin-left: 220px;
  6. margin-top: 10px;
  7. }
  8. .focus{
  9. float: left;
  10. width: 721px;
  11. height: 455px;
  12. /* background-color: blue; */
  13. }
  14. .newsflash{
  15. float: right;
  16. width: 250px;
  17. height: 455px;
  18. /* background-color: yellow; */
  19. }
  20. .news{
  21. height: 165px;
  22. border: 1px solid #e4e4e4;
  23. }
  24. .news_hd{
  25. height: 33px;
  26. line-height: 33px;
  27. border-bottom: 1px dotted #e4e4e4;
  28. padding: 0 15px;
  29. }
  30. .news_hd h5{
  31. float: left;
  32. font-size: 14px;
  33. }
  34. .news_hd .more{
  35. float: right;
  36. }
  37. .news_hd .more::after{
  38. font-family: 'icomoon';
  39. content: "\e920";
  40. }
  41. .news_bd{
  42. padding: 5px 15px 0;
  43. }
  44. .news_bd ul li {
  45. height: 24px;
  46. line-height: 24px;
  47. /* 超出的文字隐藏的写法 */
  48. overflow: hidden;
  49. white-space: normal;
  50. text-overflow: ellipsis;
  51. }
  52. .lifesevice{
  53. overflow: hidden;
  54. height: 209px;
  55. border: 1px solid #e4e4e4;
  56. border-top: 0;
  57. }
  58. .lifesevice ul{
  59. width: 252px;
  60. }
  61. .lifesevice ul li{
  62. text-align: center;
  63. float: left;
  64. width: 63px;
  65. height: 73px;
  66. border-right: 1px solid #e4e4e4;
  67. border-bottom: 1px solid #e4e4e4;
  68. }
  69. .lifesevice ul li i{
  70. display: inline-block;
  71. width: 24px;
  72. height: 28px;
  73. background-color: pink;
  74. margin-top: 12px;
  75. background: url(../images/icons.png) no-repeat -19px -15px;
  76. }
  77. .bargain{
  78. margin-top: 5px;
  79. }
  80. /* 推荐模块开始 */
  81. .recom{
  82. height: 163px;
  83. background-color: #ebebeb;
  84. margin-top: 12px;
  85. }
  86. .recom_hd{
  87. float: left;
  88. width: 205px;
  89. height: 163px;
  90. background-color: #5c5251;
  91. text-align: center;
  92. padding-top: 30px;
  93. font-size: 20px;
  94. color: #fff;
  95. }
  96. .recom_hd p{
  97. margin-top: 10px;
  98. }
  99. .recom_bd{
  100. float: left;
  101. }
  102. .recom_bd ul li{
  103. position: relative;
  104. float: left;
  105. }
  106. .recom_bd ul li img{
  107. width: 248px;
  108. height: 163px;
  109. }
  110. .recom_bd ul li:nth-child(-n+3):after{
  111. content: "";
  112. position: absolute;
  113. right: 0;
  114. top: 10px;
  115. width: 1px;
  116. height: 145px;
  117. background-color: #ddd;
  118. }
  119. /* 楼层区开始了 */
  120. .box_hd{
  121. height: 30px;
  122. border-bottom: 2px solid #c81623;
  123. }
  124. .box_hd h3{
  125. float: left;
  126. font-size: 18px;
  127. color: #c81623;
  128. font-weight: 400;
  129. }
  130. .tab_list {
  131. float: right;
  132. line-height: 30px;
  133. }
  134. .tab_list ul li{
  135. float: left;
  136. }
  137. .tab_list ul li a{
  138. margin: 0 15px;
  139. }
  140. .floor .w{
  141. margin-top: 30px;
  142. }
  143. .box_bd{
  144. height: 361px;
  145. background-color: pink;
  146. }
  147. .tab_list_item>div{
  148. float: left;
  149. }
  150. .col_210{
  151. width: 210px;
  152. height: 361px;
  153. background-color: #f9f9f9;
  154. text-align: center;
  155. }
  156. .col_210 ul{
  157. padding-left: 12px;
  158. }
  159. .col_210 ul li{
  160. float: left;
  161. width: 85px;
  162. height: 34px;
  163. text-align: center;
  164. line-height: 34px;
  165. border-bottom: 1px solid #ccc;
  166. margin-left: 10px;
  167. }
  168. .col_329{
  169. width: 329px;
  170. }
  171. .col_221{
  172. width: 221px;
  173. border-right: 1px solid #ccc;
  174. }
  175. .col_219{
  176. width: 219px;
  177. }
  178. .bb{
  179. display: block;
  180. border-bottom: 1px solid #ccc;
  181. }