12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .exclusive-header{width: 100%;}
- .exclusive-header img{width: 100%;}
- .es-title{display: -webkit-box;font-size: 15px;color: #333;-webkit-box-align: center;}
- .es-title div:nth-child(1){margin-right:10px;width: 30px;height: 30px;background: url(../images/tesefuw_icon.png) no-repeat;background-size: contain;background-position: center;}
- body{background-color: #f3f3f3;}
- .service-list{background-color: #fff;border-top: solid 1px #dcdcdc;padding: 10px;border-bottom: solid 1px #dcdcdc;}
- .es-li{width: 100%;border: solid 1px #ededed;border-radius: 8px;position: relative;margin-bottom: 10px;}
- .es-li:last-child{margin-bottom: 0px;}
- .es-li .img{width: 100%;}
- .es-li img{width: 100%;}
- #service_list{padding:10px 0px 0px 0px;}
- .es-li .text{padding: 15px 110px 15px 10px;font-size: 14px;}
- .es-li .bttn{position: absolute;bottom: 10px;right: 10px;width: 90px;height: 30px;line-height: 30px;font-size: 15px;color: #fff;text-align: center;border-radius: 5px;}
- .benefit-wrap{background-color: #fff;margin-top: 10px;border-top: solid 1px #dcdcdc;padding: 10px;border-bottom: solid 1px #dcdcdc;}
- .es-title-bar{display: -webkit-box;font-size: 15px;color: #333;-webkit-box-align: center;margin-bottom: 8px;}
- .es-title-bar div:nth-child(1){margin-right:10px;width: 30px;height: 30px;background: url(../images/qianyuhaochu_icon.png) no-repeat;background-size: contain;background-position: center;}
- .benefit-wrap li {
- position: relative;
- line-height: 1.4;
- padding-left: 20px;
- font-size: 14px;
- margin-bottom: 5px;
- }
- .benefit-wrap li i {
- position: absolute;
- display: block;
- top: 50%;
- left: 0;
- margin-top: -5px;
- width: 10px;
- height: 10px;
- background: url(../images/biaoqian_img.png) no-repeat;
- background-size: cover;
- border-radius: 50%;
- }
- #benefit_list { position: relative; border-radius: 8px; padding: 10px; padding-bottom: 100px; border: solid 1px #ededed;}
- #bottom_img {
- position: absolute;
- bottom: 10px;
- right: 10px;
- width: 205px;
- height: 110px;
- }
|