99 lines
1.6 KiB
Plaintext
99 lines
1.6 KiB
Plaintext
|
|
.boby {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding-top: 176rpx;
|
|
}
|
|
.conter_div {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.conter {
|
|
width: 690rpx;
|
|
margin-left: 30rpx;
|
|
margin-top: 40rpx;
|
|
height: 100%;
|
|
}
|
|
page {
|
|
|
|
background: #F3F4F6;
|
|
}
|
|
.conter_for {
|
|
|
|
width: 690rpx;
|
|
height: 276rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 24rpx;
|
|
opacity: 1;
|
|
margin-bottom: 28rpx;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
}
|
|
.conter_for_left {
|
|
width: 204rpx;
|
|
height: 276rpx;
|
|
border-radius: 24rpx 0px 0px 24rpx;
|
|
opacity: 1;
|
|
position: relative;
|
|
}
|
|
.top_hot {
|
|
width: 54rpx;
|
|
height: 48rpx;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 18rpx;
|
|
/* border: 1rpx solid red; */
|
|
}
|
|
.conter_for_right {
|
|
width: 438rpx;
|
|
height: 100%;
|
|
/* border: 1px solid red; */
|
|
margin-left: 24rpx;
|
|
}
|
|
.conter_for_right_1 {
|
|
width: 100%;
|
|
height: 50rpx;
|
|
font-size: 36rpx;
|
|
font-family: PingFang SC-Bold, PingFang SC;
|
|
font-weight: bold;
|
|
color: #1A1A1A;
|
|
line-height: 42rpx;
|
|
margin-top: 36rpx;
|
|
}
|
|
.conter_for_right_2 {
|
|
width: 100%;
|
|
height: 42rpx;
|
|
font-size: 30rpx;
|
|
font-family: PingFang SC-Regular, PingFang SC;
|
|
color: #666666;
|
|
line-height: 42rpx;
|
|
margin-top: 34rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
|
|
}
|
|
.conter_for_right_3 {
|
|
width: 100%;
|
|
height: 44rpx;
|
|
|
|
margin-top: 36rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
display: fle;
|
|
}
|
|
.conter_for_right_3_r {
|
|
font-size: 30rpx;
|
|
font-family: PingFang SC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #FF8A00;
|
|
overflow : hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 1;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|