123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- .main {
- width: 980px;
- height: 455px;
- margin-left: 220px;
- margin-top: 10px;
- }
- .focus {
- float: left;
- width: 721px;
- height: 455px;
- background-color: purple;
- }
- .newsflash {
- float: right;
- width: 250px;
- height: 455px;
- }
- .news {
- height: 165px;
- border: 1px solid #e4e4e4;
- }
- .news-hd {
- height: 33px;
- line-height: 33px;
- border-bottom: 1px dotted #e4e4e4;
- padding: 0 15px;
- }
- .news-hd h5 {
- float: left;
- font-size: 14px;
- }
- .news-hd .more {
- float: right;
- }
- .news-hd .more::after {
- font-family: 'icomoon';
- content: '\e920';
- }
- .news-bd {
- padding: 5px 15px 0;
- }
- .news-bd ul li {
- height: 24px;
- line-height: 24px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .lifeservice {
- overflow: hidden;
- height: 209px;
- /* background-color: purple; */
- border: 1px solid #e4e4e4;
- border-top: 0;
- }
- .lifeservice ul {
- width: 252px;
- }
- .lifeservice ul li {
- float: left;
- width: 63px;
- height: 71px;
- border-right: 1px solid #e4e4e4;
- border-bottom: 1px solid #e4e4e4;
- text-align: center;
- }
- .lifeservice ul li i {
- display: inline-block;
- width: 24px;
- height: 28px;
- background-color: pink;
- margin-top: 12px;
- background: url(../images/icons.png) no-repeat -19px -15px;
- }
- .bargain {
- margin-top: 5px;
- }
- /* 推荐模块 */
- .recom {
- height: 163px;
- background-color: #ebebeb;
- margin-top: 12px;
- }
- .recom_hd {
- float: left;
- height: 163px;
- width: 205px;
- background-color: #5c5251;
- text-align: center;
- padding-top: 30px;
- }
- .recom_bd {
- float: left;
- }
- .recom_bd ul li {
- position: relative;
- float: left;
- }
- .recom_bd ul li img {
- width: 248px;
- height: 163px;
- }
- .recom_bd ul li:nth-child(-n+3)::after {
- content: '';
- position: absolute;
- right: 0;
- top: 10px;
- width: 1px;
- height: 145px;
- background-color: #ddd;
- }
- /* 家用电梯模块 */
- .box_hd {
- height: 30px;
- border-bottom: 2px solid #c81623;
- }
- .box_hd h3 {
- float: left;
- font-size: 18px;
- color: #c81623;
- font-weight: 400;
- }
- .tab_list {
- float: right;
- line-height: 30px;
- }
- .tab_list ul li {
- float: left;
- }
- .tab_list ul li a {
- margin: 0 15px;
- }
- .floor .w {
- margin-top: 30px;
- }
- .box_bd {
- height: 361px;
-
- }
- .tab_list_item>div {
- float: left;
- height: 361px;
- }
- .col_210 {
- width: 210px;
- background-color: #f9f9f9;
- text-align: center;
- }
- .col_210 ul li {
- float: left;
- width: 85px;
- height: 34px;
- border-bottom: 1px solid #ccc;
- text-align: center;
- line-height: 33px;
- margin-right: 10px;
- }
- .col_210 ul {
- padding-left: 12px;
- }
- .col_329 {
- width: 329px;
- }
- .col_221 {
- width: 221px;
- border-right: 1px solid #ccc;
- }
- .col_219 {
- width: 219px;
- }
- .bb {
- /* 一般情况下,a如果包含有宽度的盒子,a需要转为块级元素 */
- display: block;
- border-bottom: 1px solid #ccc;
- }
- .fixedtool {
- position: fixed;
- top: 100px;
- left: 50%;
- margin-left: -676px;
- width: 66px;
- background-color: #fff;
-
- }
- .fixedtool li {
- height: 32px;
- line-height: 32px;
- text-align: center;
- font-size: 12px;
- border-bottom: 1px solid #ccc;
- cursor: pointer;
- }
- .fixedtool .current {
- background-color: #c81623;
- color: #fff;
- }
|