v1.2.1版本,优化调整了很多,整改验收阶段新加字段

This commit is contained in:
王利强
2026-06-13 08:50:51 +08:00
parent 2af9f1fd59
commit 1fe87ec438
591 changed files with 5072 additions and 2706 deletions

View File

@@ -90,34 +90,38 @@
font-size: 28rpx;
box-sizing: border-box;
}
.color-input.data-v-fbf56c15 {
height: 70rpx;
padding: 0 20rpx;
border: 2rpx solid #dadbde;
border-radius: 8rpx;
font-size: 28rpx;
box-sizing: border-box;
}
.color-preview.data-v-fbf56c15 {
width: 70rpx;
height: 70rpx;
border-radius: 8rpx;
margin-left: 20rpx;
flex-shrink: 0;
border: 2rpx solid #e5e5e5;
}
.color-grid.data-v-fbf56c15 {
display: flex;
flex-wrap: wrap;
gap: 16rpx;
justify-content: space-between;
gap: 24rpx 0;
}
.color-option.data-v-fbf56c15 {
width: 25%;
display: flex;
flex-direction: column;
align-items: center;
}
.color-item.data-v-fbf56c15 {
width: 70rpx;
height: 70rpx;
width: 80rpx;
height: 80rpx;
border-radius: 12rpx;
border: 4rpx solid transparent;
box-sizing: border-box;
}
.color-label.data-v-fbf56c15 {
margin-top: 12rpx;
font-size: 24rpx;
color: #666;
}
.color-item-active.data-v-fbf56c15 {
border-color: #333;
box-shadow: 0 0 0 4rpx rgba(0, 0, 0, 0.08);
}