123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- body{
- overflow-x: hidden;
- width: 100%;
- }
- #container{
- font-size: 0.15rem;
- line-height: 0.26rem;
- color: #666666;
- padding: 0.1rem;
- box-sizing: border-box;
- }
- section{
- font-size: 0.14rem !important;
- }
- #container img{
- width: 100% !important;
- height: auto !important;
- }
- #app_image{
- width: 100%;
- }
- .news_info{
- padding: 0 0.1rem;
- box-sizing: border-box;
- }
- .news_info .title{
- color: #333333;
- font-size: 0.16rem;
- line-height: 0.22rem;
- font-weight: bold;
- padding: 0.1rem 0;
- text-align: center;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- box-sizing: border-box;
- }
- .news_info .drs_info{
- display: flex;
- align-content: center;
- justify-content: space-between;
- margin: 0.12rem 0;
- }
- .news_info .drs_info .left .head_img{
- width: 0.22rem;
- height: 0.22rem;
- border-radius: 50%;
- vertical-align: middle;
- display: inline-block;
- }
- .news_info .drs_info .left .talent_name{
- font-size: 0.14rem;
- line-height: 0.2rem;
- color: #999999;
- padding-left: 0.08rem;
- vertical-align: middle;
- }
- .news_info .drs_info .right{
- color: #999999;
- font-size: 0.14rem;
- line-height: 0.2rem;
- vertical-align: middle;
- }
- .news_info .drs_info .right .readtimes_icon{
- width: 0.22rem;
- height: 0.22rem;
- display: inline-block;
- margin-right: 0.04rem;
- vertical-align: middle;
- }
- .js_tobuy{
- background: #F5F5F5;
- padding: 0.08rem;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- margin: 0.1rem 0;
- }
- #container .js_tobuy img{
- width: 0.9rem !important;
- height: 0.9rem !important;
- border-radius: 0.04rem;
- margin-right: 0.12rem;
- }
- .js_tobuy .single-details-two,.js_tobuy .single-details-one,.js_tobuy .commodity-details{
- flex: 1;
- }
- .js_tobuy .phone-title{
- color: #222222;
- font-size: 0.13rem;
- line-height: 0.22rem;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- .js_tobuy .single-coupon-two,.js_tobuy .single-coupon-one, .js_tobuy .single-message,.js_tobuy .message-left,.js_tobuy .message-right{
- display: flex;
- align-items: center;
- justify-content:space-between;
- color: #999999;
- font-size: 0.12rem;
- }
- .js_tobuy .single-price{
- color: #F04848;
- font-size: 0.16rem;
- }
- .js_tobuy .single-price span:nth-of-type(1){
- font-size: 0.1rem;
- }
- .js_tobuy .coupon-style{
- background: url(./icon-price.png) no-repeat;
- background-size:100% 100%;
- width: 0.5rem;
- height: 0.16rem;
- line-height: 0.16rem;
- color: #fff;
- font-size: 0.1rem;
- display: inline-block;
- }
- .js_tobuy .coupon-style span:nth-of-type(1){
- padding:0 0.04rem;
- }
- .js_tobuy .coupon-style .coupon{
- padding-left: 0.04rem;
- }
|