58 lines
1000 B
Plaintext
58 lines
1000 B
Plaintext
|
|
.body {
|
|
height: 1352rpx;
|
|
width: 750rpx;
|
|
background-color: #ffffff;
|
|
padding-top: 176rpx;
|
|
}
|
|
.conter {
|
|
height: auto;
|
|
width: 690rpx;
|
|
margin-left: 30rpx;
|
|
/* padding: 25rpx; */
|
|
margin-bottom: 40rpx;
|
|
}
|
|
.conter_from {
|
|
height: 108rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
/* margin-top: 40rpx; */
|
|
padding-top: 40rpx;
|
|
}
|
|
.conter_from_left {
|
|
width: 600rpx;
|
|
height: 100%;
|
|
/* border: 1rpx solid red; */
|
|
}
|
|
.conter_from_left_t {
|
|
width: auto;
|
|
height: 56rpx;
|
|
font-size: 36rpx;
|
|
font-family: PingFang SC-Bold, PingFang SC;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
line-height: 56rpx;
|
|
}
|
|
.conter_from_left_b {
|
|
width: 100%;
|
|
height: 42rpx;
|
|
font-size: 30rpx;
|
|
font-family: PingFang SC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
margin-top: 10rpx;
|
|
line-height: 35rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.conter_from_right {
|
|
width: 258rpx;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
|