包装新增页面

This commit is contained in:
2026-06-11 15:49:17 +08:00
parent 780814bad4
commit 5b3fc66a36
6 changed files with 239 additions and 37 deletions
+16 -11
View File
@@ -783,7 +783,7 @@
display: flex;
align-items: center;
padding: 28rpx 32rpx;
border-bottom: 1rpx solid #f5f6f8;
border-bottom: 1rpx solid #f0f0f0;
&:last-child {
border-bottom: none;
@@ -794,23 +794,28 @@
font-size: 28rpx;
color: #666;
flex-shrink: 0;
display: flex;
align-items: center;
.required {
color: #ff4d4f;
margin-right: 4rpx;
}
}
.info-value {
flex: 1;
font-size: 28rpx;
color: #333;
text-align: right;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
&.info-link {
.info-value {
color: #999;
}
&:active {
background: #f8f9fa;
}
.u-input {
flex: 1;
background: transparent;
}
}
@@ -829,7 +834,7 @@
height: 80rpx;
font-size: 28rpx;
border-radius: 8rpx;
width: 45% !important;
flex: 1;
margin: 0;
}