2022-12-26 12:02:35 +08:00

229 lines
3.8 KiB
Plaintext

.body {
/* height: 1450rpx; */
width: 750rpx;
background-color: #fff;
padding-top: 176rpx;
}
.conter {
height: auto;
width: 690rpx;
margin-left: 30rpx;
}
.conter_top {
height: 112rpx;
width: 690rpx;
/* border: 1rpx solid red; */
padding-top: 32rpx;
}
.conter_top_s {
width: 690rpx;
height: 80rpx;
background: #F3F4F6;
border-radius: 51rpx;
opacity: 1;
/* margin-top: 32rpx; */
display: flex;
align-items: center;
}
.mini-btn {
width: 136rpx;
height: 72rpx;
background: linear-gradient(92deg, #FF6636 0%, #FFA236 100%);
border-radius: 43rpx;
font-size: 36rpx;
font-family: PingFang SC-Regular, PingFang SC;
margin-left: 27rpx;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
}
.conter_top_s_l {
width: 480rpx;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-left: 40rpx;
}
.conter_top_s_l_l {
/* margin-left: 40rpx; */
width: 36rpx;
height: 36rpx;
}
.conter_top_s_r_l {
width: 40rpx;
height: 40rpx;
}
.conter_top_s_l_r {
width: 384rpx;
height: 100%;
margin-left: 20rpx;
display: flex;
align-items: center;
/* justify-content: center; */
}
.conter_top_s_r {
width: 210rpx;
height: 100%;
display: flex;
align-items: center;
margin-left: 4rpx;
}
.conter_bottom {
/* margin-top: 36rpx; */
width: 100%;
height: auto;
}
.conter_bottom_top {
height: 56rpx;
width: 100%;
display: flex;
flex-wrap: nowrap;
}
.conter_bottom_top_l {
width: 50%;
height: 56rpx;
font-size: 30rpx;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold;
color: #666666;
line-height: 56rpx;
}
.conter_bottom_top_r {
width: 50%;
height: 56rpx;
display: flex;
justify-content: flex-end;
align-items: center;
}
.null {
width: 100%;
height: 200rpx;
/* border: 1rpx solid red; */
color: #999;
display: flex;
justify-content: center;
align-items: center;
}
.dataList {
width: 100%;
/* height: 500rpx; */
}
.dataList_list {
width: 100%;
height: 136rpx;
/* margin-bottom: 30rrpx; */
padding-bottom: 30rpx;
display: flex;
flex-wrap: nowrap;
/* border: 1rpx solid red; */
}
.dataList_image {
width: 244rpx;
height: 136rpx;
border-radius: 16rpx;
}
.dataList_right {
width: 426rpx;
height: 114rpx;
margin-left: 20rpx;
margin-top: 10rpx;
/* border: 1rpx solid red; */
}
.dataList_right_t {
height: 50rpx;
font-size: 36rpx;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
color: #1A1A1A;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dataList_right_b {
height: 56rpx;
font-size: 28rpx;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
margin-top: 8rpx;
}
.view_div3 {
width: 100%;
height: auto;
}
.view_div3_top {
height: 42rpx;
font-size: 30rpx;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold;
color: #666666;
}
.view_div3_contge {
width: 100%;
height: auto;
margin-top: 20rpx;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.null{
width: 100%;height: 800rpx;
display: flex;
justify-content: center;
align-content: center;
}
.view_div3_f {
height: 384rpx;
width: 212rpx;
/* border: 1rpx solid red; */
}
.view_div3_t {
width: 212rpx;
height: 300rpx;
}
.view_div3_t_name {
height: 42rpx;
font-size: 30rpx;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold;
color: #1A1A1A;
margin-top: 10rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.conter_bottom_b {
width: 100%;
height: auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
/* justify-content: space-between; */
}
.conter_bottom_b_div {
width: auto;
height: 56rpx;
background: #F3F4F6;
border-radius: 12rpx;
margin-right: 20rpx;
margin-top: 20rpx;
padding: 0rpx 20rpx;
}
.conter_bottom_b_div_c {
width: auto;
display: flex;
justify-items: center;
align-items: center;
height: 56rpx;
}