处理待办事项

This commit is contained in:
2026-01-15 18:00:15 +08:00
parent 7ee44c0663
commit 1364fb2446
84 changed files with 374 additions and 9005 deletions

View File

@@ -51,15 +51,6 @@
.page-content.data-v-2f35fb20 {
min-height: 100vh;
background-color: #f2f3f5;
--nut-menu-bar-box-shadow: none;
--nut-menu-item-content-padding: 20rpx;
--nut-menu-item-content-max-height: 900rpx;
--nut-searchbar-input-height: 40px;
}
.data-v-2f35fb20 .titleClass .nut-menu__title-text {
font-size: 30rpx;
font-weight: bold;
color: black;
}
.top-bar.data-v-2f35fb20 {
background: #fff;
@@ -77,228 +68,61 @@
margin-bottom: 20rpx;
gap: 20rpx;
}
.todo-item .goods-item-content.data-v-2f35fb20 {
.todo-item .todo-item-content.data-v-2f35fb20 {
display: flex;
flex: 1;
flex-direction: column;
justify-content: space-between;
/* 首尾贴边,中间均分 */
}
.todo-item .goods-item-content .goods-item-content-header.data-v-2f35fb20 {
.todo-item .todo-item-content .todo-item-content-header.data-v-2f35fb20 {
display: flex;
align-items: center;
padding: 6rpx 0;
gap: 20rpx;
}
.todo-item .goods-item-content .goods-item-content-body.data-v-2f35fb20 {
.todo-item .todo-item-content .todo-item-content-body.data-v-2f35fb20 {
padding: 6rpx 0;
}
.todo-item .goods-item-content .goods-item-content-body .goods-item-content-body-desc.data-v-2f35fb20 {
.todo-item .todo-item-content .todo-item-content-body .todo-item-content-body-desc.data-v-2f35fb20 {
color: #7c7c7c;
font-size: 26rpx;
/* 关键属性 */
display: -webkit-box;
/* 使用弹性盒子布局 */
-webkit-box-orient: vertical;
/* 垂直方向排列 */
-webkit-line-clamp: 2;
/* 限制显示两行 */
overflow: hidden;
/* 超出部分隐藏 */
text-overflow: ellipsis;
/* 超出时显示省略号 */
}
.todo-item .goods-item-content .goods-item-content-stock.data-v-2f35fb20 {
display: flex;
justify-content: space-between;
}
.todo-item .goods-item-content .goods-item-content-stock .goods-item-content-stock-desc.data-v-2f35fb20 {
font-size: 26rpx;
color: #999999;
}
.todo-item .goods-item-content .goods-item-content-stock .goods-item-content-status-desc.data-v-2f35fb20 {
font-size: 26rpx;
color: red;
}
.todo-item .goods-item-content .goods-item-content-footer.data-v-2f35fb20 {
.todo-item .todo-item-content .todo-item-content-footer.data-v-2f35fb20 {
padding: 6rpx 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.todo-item .goods-item-content .goods-item-content-footer .goods-item-content-footer-btn.data-v-2f35fb20 {
.todo-item .todo-item-content .todo-item-content-footer .todo-item-content-footer-btn.data-v-2f35fb20 {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10rpx;
}
.todo-item .goods-item-content .goods-item-content-footer .goods-item-content-footer-btn .share-btn.data-v-2f35fb20 {
border-radius: 50rpx;
border: 2rpx solid red;
font-size: 26rpx;
align-items: center;
height: 54rpx;
color: red;
display: flex;
justify-content: center;
}
.filter-types.data-v-2f35fb20 {
display: flex;
justify-content: flex-start;
flex-direction: row;
align-items: center;
overflow: auto;
gap: 10rpx;
padding: 10rpx;
height: 60rpx;
background-color: #fff;
border-bottom: 2rpx solid gainsboro;
border-top: 2rpx solid gainsboro;
}
.filter-types .filter-type-inner.data-v-2f35fb20 {
align-items: center;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 16rpx;
box-sizing: border-box;
display: flex;
flex: 0 0 auto;
.title.data-v-2f35fb20 {
padding: 0 20rpx;
margin-top: 20rpx;
margin-bottom: 20rpx;
font-size: 28rpx;
gap: 15rpx;
padding: 10rpx 20rpx;
}
.filter-types .filter-type-inner.active.data-v-2f35fb20 {
background-color: rgba(250, 44, 25, 0.1);
color: var(--nutui-color-primary);
}
.tabs-container.data-v-2f35fb20 {
display: flex;
}
.tabs-container .tab-pane-inner.data-v-2f35fb20 {
height: 600rpx;
}
.tabs-container .tabs-inner.data-v-2f35fb20 {
overflow-y: scroll;
height: 600rpx;
width: 160rpx;
background-color: #F5F5F5;
}
.tabs-container .tabs-inner .tab-inner.data-v-2f35fb20 {
display: flex;
height: 60rpx;
padding: 10rpx;
font-size: 28rpx;
display: flex;
align-items: center;
background: #F5F5F5;
}
.tabs-container .tabs-inner .tab-inner text.data-v-2f35fb20 {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 400;
text-align: center;
}
.tabs-container .tabs-inner .tab-inner-active.data-v-2f35fb20 {
background-color: rgba(250, 44, 25, 0.1);
color: var(--nutui-color-primary);
}
.degree-inner.data-v-2f35fb20 {
display: flex;
flex: 1;
flex-wrap: wrap;
gap: 10rpx;
.room-info.data-v-2f35fb20 {
text-align: left;
padding: 20rpx 20rpx;
color: #666;
width: 100%;
margin-bottom: 60rpx;
}
.degree-item.data-v-2f35fb20 {
align-items: center;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 10rpx;
box-sizing: border-box;
display: flex;
flex: 0 0 auto;
}
.room-info .room-id.data-v-2f35fb20 {
font-size: 28rpx;
}
.room-info .remark.data-v-2f35fb20 {
font-size: 26rpx;
gap: 10rpx;
justify-content: center;
min-height: 80rpx;
width: calc(50% - 10rpx);
}
.degree-item.active.data-v-2f35fb20 {
background-color: rgba(250, 44, 25, 0.1);
color: var(--nutui-color-primary);
}
.product-btns.data-v-2f35fb20 {
display: flex;
width: 100%;
padding: 20rpx 0;
}
.product-btns .reset.data-v-2f35fb20 {
flex: 1;
}
.product-btns .confirm.data-v-2f35fb20 {
flex: 2;
}
.degree-btns.data-v-2f35fb20 {
display: flex;
width: 100%;
}
.degree-btns .reset.data-v-2f35fb20 {
flex: 1;
/* 重置按钮占 1 份 */
}
.degree-btns .confirm.data-v-2f35fb20 {
flex: 2;
/* 确认按钮占 2 份 */
}
.main-nav-container.data-v-2f35fb20 {
display: flex;
justify-content: space-between;
background-color: #fff;
padding: 20rpx;
}
.nav-button.data-v-2f35fb20 {
display: flex;
align-items: center;
width: 45%;
height: 160rpx;
border-radius: 20rpx;
overflow: hidden;
padding: 0 10rpx;
}
.phone-button.data-v-2f35fb20 {
background: linear-gradient(135deg, #6a5ae0, #8d7bfb);
color: white;
}
.parts-button.data-v-2f35fb20 {
background: linear-gradient(135deg, #ff6b6b, #ee5253);
color: white;
}
.nav-button-bg.data-v-2f35fb20 {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 50%;
opacity: 0.2;
object-fit: cover;
}
.nav-button-icon.data-v-2f35fb20 {
width: 90rpx;
height: 90rpx;
margin-right: 20rpx;
z-index: 2;
}
.nav-button-content.data-v-2f35fb20 {
z-index: 2;
display: flex;
flex-direction: column;
}
.nav-button-title.data-v-2f35fb20 {
font-size: 34rpx;
font-weight: bold;
margin-bottom: 8rpx;
}
.nav-button-desc.data-v-2f35fb20 {
font-size: 24rpx;
opacity: 0.85;
}