137 lines
2.7 KiB
Plaintext
137 lines
2.7 KiB
Plaintext
|
|
/* 详情内容 */
|
|
.detail-content.data-v-5e008aeb {
|
|
flex: 1;
|
|
padding: 24rpx 32rpx;
|
|
background-color: #FFFFFF;
|
|
overflow-y: auto;
|
|
min-height: 0;
|
|
}
|
|
.summary-item.data-v-5e008aeb {
|
|
padding: 24rpx 0;
|
|
border-bottom: 1px solid #F0F0F0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: relative;
|
|
padding-right: 40rpx;
|
|
}
|
|
.summary-item.data-v-5e008aeb:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.summary-label.data-v-5e008aeb {
|
|
margin-bottom: 12rpx;
|
|
}
|
|
.summary-label text.data-v-5e008aeb {
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
font-weight: 500;
|
|
}
|
|
.summary-value.data-v-5e008aeb {
|
|
flex: 1;
|
|
}
|
|
.summary-value text.data-v-5e008aeb {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
line-height: 1.6;
|
|
}
|
|
.summary-item uni-icons.data-v-5e008aeb {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
/* 产品类别标签页 */
|
|
.product-category-tabs.data-v-5e008aeb {
|
|
background-color: #FFFFFF;
|
|
border-bottom: 1px solid #E0E0E0;
|
|
margin-bottom: 24rpx;
|
|
padding: 0;
|
|
}
|
|
.category-tabs-scroll.data-v-5e008aeb {
|
|
white-space: nowrap;
|
|
width: 100%;
|
|
}
|
|
.category-tabs-wrapper.data-v-5e008aeb {
|
|
display: inline-flex;
|
|
padding: 0 32rpx;
|
|
}
|
|
.category-tab-item.data-v-5e008aeb {
|
|
padding: 24rpx 16rpx;
|
|
position: relative;
|
|
margin-right: 32rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.category-tab-item text.data-v-5e008aeb {
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
}
|
|
.category-tab-item.active text.data-v-5e008aeb {
|
|
color: #333;
|
|
font-weight: 500;
|
|
}
|
|
.category-tab-item.active.data-v-5e008aeb::after {
|
|
content: '';
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 16rpx;
|
|
right: 16rpx;
|
|
height: 4rpx;
|
|
background-color: #007AFF;
|
|
border-radius: 2rpx;
|
|
}
|
|
|
|
/* 产品需求清单表格 */
|
|
.product-requirement-table.data-v-5e008aeb {
|
|
background-color: #FFFFFF;
|
|
padding: 0;
|
|
}
|
|
.requirement-title.data-v-5e008aeb {
|
|
padding: 24rpx 32rpx;
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
color: #333;
|
|
border-bottom: 1px solid #F0F0F0;
|
|
}
|
|
.requirement-table.data-v-5e008aeb {
|
|
padding: 0 32rpx 24rpx;
|
|
}
|
|
.requirement-row.data-v-5e008aeb {
|
|
display: flex;
|
|
padding: 24rpx 0;
|
|
border-bottom: 1px solid #F0F0F0;
|
|
}
|
|
.requirement-row.data-v-5e008aeb:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.requirement-label.data-v-5e008aeb {
|
|
min-width: 200rpx;
|
|
width: 200rpx;
|
|
padding-right: 24rpx;
|
|
}
|
|
.requirement-label text.data-v-5e008aeb {
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
font-weight: 500;
|
|
}
|
|
.requirement-content.data-v-5e008aeb {
|
|
flex: 1;
|
|
}
|
|
.requirement-content text.data-v-5e008aeb {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
line-height: 1.6;
|
|
}
|
|
|
|
/* 加载和空状态 */
|
|
.loading-container.data-v-5e008aeb,
|
|
.empty-container.data-v-5e008aeb {
|
|
padding: 80rpx 0;
|
|
text-align: center;
|
|
}
|
|
.loading-text.data-v-5e008aeb,
|
|
.empty-text.data-v-5e008aeb {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
}
|