1.28 更换echarts文件

This commit is contained in:
尚政杰
2026-01-28 14:43:26 +08:00
parent 3c6e5392cc
commit da90511b86
421 changed files with 45838 additions and 570 deletions

View File

@@ -0,0 +1,154 @@
.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 .item_info {
margin: 15rpx 0;
margin-right: 15rpx;
width: calc((100% - 15rpx)/2);
}
.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;
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;
padding: 0 5rpx;
height: 30rpx;
border-radius: 5rpx;
font-size: 18rpx;
}
.com_list .item .guquan .bottom .b_item .item_info .right .shengjiang .icon {
width: 11rpx;
height: 25rpx;
margin-right: 4rpx;
}
.com_list .item .guquan .bottom .b_item .item_info .right .shengjiang.up {
background-color: #FFDFE1;
color: #EC3440;
}
.com_list .item .guquan .bottom .b_item .item_info .right .shengjiang.down {
background-color: #C6F6D5;
color: #345423;
}
.com_list .item .guquan .bottom .b_item .item_info:nth-child(2n) {
margin-right: 0;
}
.com_list .item .gudong {
margin-top: 25rpx;
}
.com_list .item .gudong .back {
margin: 25rpx 0;
font-weight: 500;
border-radius: 10rpx;
color: #666666;
}
.com_list .item .gudong .back .top {
width: 100%;
display: grid;
align-items: center;
grid-template-columns: 166rpx repeat(4, 1fr);
background-color: white;
height: 60rpx;
}
.com_list .item .gudong .back .top.action {
background-color: #FAFAFC;
}
.com_list .item .gudong .back .top .head {
padding: 0 10rpx;
font-size: 22rpx;
}
.com_list .item .gudong .back .top .child {
padding: 0 10rpx;
font-size: 18rpx;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.com_list .item .gudong .back .top .nature {
background-color: #FFF7E9;
margin: 10rpx;
line-height: 36rpx;
border-radius: 5rpx;
font-size: 18rpx;
color: #E0AC4A;
text-align: center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}