hqywList.less 1.9 KB
@charset "UTF-8";

.header{
	width:100%;
	background: #F76681;
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index:10000;
}
.header_ztl{
	width:100%;
}
.header_top{
	width:100%;
	height:96px;
	display: flex;
}
.headerBackground{
	width:100%;
}
.header_back{
	padding:29px 10px 29px 28px;
	width:38px;
	height:38px;
}
.header_back img{
	width:38px;
	height:38px;
}
.header_close{
	padding:29px 30px 29px 10px;
	width:38px;
	height:38px;
}
.header_close img{
	width:38px;
	height:38px;
}
.header_title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:34px;
	font-weight:400;
	color:rgba(255,255,255,1);
	width:-moz-calc(100% - 310px);
	width:-webkit-calc(100% -310px); 
	width: calc(100% - 310px);
	height:96px;
}
.list{
	width: 88%;
	margin: 30px 6% 0 6%;
	display: flex;
	justify-content: space-between;
}
.goods_pic{
	width: 36%;
	height: 240px;
}
.goods_pic_img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.goods_right{
	width: 55%;
	position: relative;
}
.goods_title{
	font-size:28px;
	font-weight:400;
	color:rgba(30,30,30,1);
    line-height:40px;
    /*! autoprefixer: off */
	-webkit-box-orient: vertical;
    /*! autoprefixer: on */
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
	white-space: normal;
}
.goods_price{
	position: absolute;
	bottom: 15px;
	left: 0;
}
.goods_price p{
	font-size:30px;
	font-weight:500;
	color:rgba(255,21,67,1);
	line-height:42px;
	display: inline-block;
}
.goods_price span{
	font-size:24px;
	font-weight:500;
	color:rgba(30,30,30,1);
	line-height:33px;
	text-decoration: line-through;
	margin-left: 10px;
	display: inline-block;
}
.list_end{
	font-size:30px;
	font-weight:500;
	color:rgba(0,0,0,1);
	line-height:42px;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 50px;
}
.go_top_button{
	position: fixed;
	bottom: 32px;
	right: 42px;
	height: 92px;
	width: 92px;
	z-index: 10;
}
.gotop_img{
	width: 100%;
	height: 100%;
}