修改并优化了一些功能及bug

This commit is contained in:
王利强
2026-05-14 13:45:46 +08:00
parent 805747d1d9
commit 2322fcf39a
51 changed files with 802 additions and 346 deletions

View File

@@ -120,17 +120,38 @@
margin-right: 12rpx;
}
.list-card.data-v-00b99536 {
position: relative;
background: #FFFFFF;
box-shadow: 0rpx 2rpx 10rpx rgba(0, 0, 0, 0.08);
border-left: 8rpx solid #2667E9;
border-radius: 16rpx;
padding: 30rpx;
padding: 0;
margin-bottom: 20rpx;
overflow: hidden;
}
.list-card .card-header.data-v-00b99536 {
margin-bottom: 20rpx;
.list-card .card-title-row.data-v-00b99536 {
display: flex;
justify-content: space-between;
align-items: center;
background: linear-gradient(135deg, #4A7CF7 0%, #2667E9 100%);
padding: 24rpx 30rpx;
}
.list-card .card-company-name.data-v-00b99536 {
font-size: 32rpx;
font-weight: bold;
color: #fff;
flex: 1;
margin-right: 16rpx;
}
.list-card .card-status-tag.data-v-00b99536 {
padding: 8rpx 24rpx;
border-radius: 8rpx;
white-space: nowrap;
flex-shrink: 0;
font-size: 24rpx;
color: #fff;
font-weight: 500;
}
.list-card .card-body.data-v-00b99536 {
padding: 30rpx;
}
.list-card .card-row.data-v-00b99536 {
display: flex;
@@ -138,6 +159,9 @@
font-size: 28rpx;
line-height: 1.5;
}
.list-card .card-row.data-v-00b99536:first-of-type {
margin-top: 0;
}
.list-card .card-row .row-label.data-v-00b99536 {
color: #999;
white-space: nowrap;
@@ -147,23 +171,6 @@
color: #333;
word-break: break-all;
}
.status-tag.data-v-00b99536 {
position: absolute;
top: 0;
right: 0;
width: 160rpx;
height: 50rpx;
display: flex;
align-items: center;
justify-content: center;
transform: rotate(0deg);
border-radius: 0 16rpx 0 16rpx;
}
.status-tag .status-text.data-v-00b99536 {
font-size: 22rpx;
color: #fff;
font-weight: 500;
}
.status-serious.data-v-00b99536 {
background: linear-gradient(135deg, #FF6B6B 0%, #EE5A5A 100%);
}
@@ -181,4 +188,42 @@
padding: 100rpx 0;
color: #999;
font-size: 28rpx;
}
.status-tabs.data-v-00b99536 {
white-space: nowrap;
background: #fff;
border-radius: 16rpx;
margin-bottom: 20rpx;
padding: 0 10rpx;
}
.status-tabs-inner.data-v-00b99536 {
display: inline-flex;
align-items: center;
height: 88rpx;
white-space: nowrap;
}
.status-tab-item.data-v-00b99536 {
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 0 24rpx;
height: 88rpx;
position: relative;
}
.status-tab-text.data-v-00b99536 {
font-size: 26rpx;
color: #666;
}
.status-tab-active .status-tab-text.data-v-00b99536 {
color: #2667E9;
font-weight: bold;
}
.status-tab-bar.data-v-00b99536 {
position: absolute;
bottom: 8rpx;
width: 40rpx;
height: 6rpx;
background: #2667E9;
border-radius: 3rpx;
}