143 lines
3.1 KiB
Plaintext
143 lines
3.1 KiB
Plaintext
.com_list {
|
|
margin-top: 38rpx;
|
|
padding: 0 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.com_list .title {
|
|
color: #2B2B2B;
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
}
|
|
.com_list .item .com_info {
|
|
margin: 20rpx 0;
|
|
background-color: #FAFAFC;
|
|
border-radius: 10rpx;
|
|
padding: 25rpx 20rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-weight: 500;
|
|
}
|
|
.com_list .item .com_info .left .l_top {
|
|
color: #666666;
|
|
font-size: 24rpx;
|
|
}
|
|
.com_list .item .com_info .left .l_bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 10rpx;
|
|
}
|
|
.com_list .item .com_info .left .l_bottom .l_b_left {
|
|
background-color: #99AFEC;
|
|
border-radius: 10rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: white;
|
|
font-size: 20rpx;
|
|
padding: 5rpx;
|
|
}
|
|
.com_list .item .com_info .left .l_bottom .l_b_right {
|
|
margin-left: 10rpx;
|
|
color: #999999;
|
|
font-size: 22rpx;
|
|
}
|
|
.com_list .item .com_info .right {
|
|
color: #71675D;
|
|
font-size: 20rpx;
|
|
text-align: right;
|
|
}
|
|
.com_list .item .com_info .right .r_center {
|
|
color: #BB8520;
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
margin: 5rpx 0;
|
|
}
|
|
.com_list .item .guquan {
|
|
margin: 25rpx 0;
|
|
font-weight: 500;
|
|
background-color: #FAFAFC;
|
|
border-radius: 10rpx;
|
|
padding: 25rpx 13rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.com_list .item .guquan .top {
|
|
color: #999999;
|
|
font-size: 22rpx;
|
|
}
|
|
.com_list .item .guquan .bottom {
|
|
display: flex;
|
|
}
|
|
.com_list .item .guquan .bottom .b_item {
|
|
flex: 1;
|
|
}
|
|
.com_list .item .guquan .bottom .b_item .item_info {
|
|
margin: 15rpx 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.com_list .item .guquan .bottom .b_item .item_info .left {
|
|
color: #666666;
|
|
font-size: 20rpx;
|
|
}
|
|
.com_list .item .guquan .bottom .b_item .item_info .right {
|
|
height: 35rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 20rpx;
|
|
}
|
|
.com_list .item .guquan .bottom .b_item .item_info .right .bili {
|
|
color: #BB8520;
|
|
font-weight: bold;
|
|
}
|
|
.com_list .item .guquan .bottom .b_item .item_info .right .shengjiang {
|
|
margin-left: 10rpx;
|
|
box-sizing: border-box;
|
|
padding: 5rpx;
|
|
border-radius: 5rpx;
|
|
background-color: #C6F6D5;
|
|
color: #345423;
|
|
font-size: 18rpx;
|
|
}
|
|
.com_list .item .guquan .bottom .b_item .item_info .right .shengjiang image {
|
|
width: 11rpx;
|
|
height: 25rpx;
|
|
margin-right: 4rpx;
|
|
}
|
|
.com_list .item .guquan .bottom .b_item .item_info .right .shengjiang.action {
|
|
background-color: #FFDFE1;
|
|
color: #EC3440;
|
|
}
|
|
.com_list .item .gudong {
|
|
margin-top: 25rpx;
|
|
}
|
|
.com_list .item .gudong .back {
|
|
margin: 25rpx 0;
|
|
font-weight: 500;
|
|
background-color: #FAFAFC;
|
|
border-radius: 10rpx;
|
|
padding: 25rpx 13rpx;
|
|
box-sizing: border-box;
|
|
color: #666666;
|
|
}
|
|
.com_list .item .gudong .back .top {
|
|
width: 100%;
|
|
display: grid;
|
|
gap: 20rpx;
|
|
grid-template-columns: 130rpx repeat(4, 1fr);
|
|
font-size: 22rpx;
|
|
background-color: white;
|
|
}
|
|
.com_list .item .gudong .back .top.action {
|
|
background-color: #FAFAFC;
|
|
}
|
|
.com_list .item .gudong .back .top .child {
|
|
font-size: 18rpx;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
margin: 10rpx 0;
|
|
}
|