小程序进行苹果端显示优化
This commit is contained in:
parent
3e56f21e5f
commit
826924db78
@ -825,7 +825,6 @@ async function submitEntries() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.project-input,
|
.project-input,
|
||||||
.number-input,
|
|
||||||
.picker-value {
|
.picker-value {
|
||||||
min-height: 76rpx;
|
min-height: 76rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@ -839,6 +838,27 @@ async function submitEntries() {
|
|||||||
color: #111827;
|
color: #111827;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.number-input {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
height: 76rpx;
|
||||||
|
min-width: 0;
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0 20rpx;
|
||||||
|
border: 1rpx solid #b8c1cc;
|
||||||
|
border-radius: 12rpx;
|
||||||
|
background: #fff;
|
||||||
|
color: #1f2937;
|
||||||
|
-webkit-text-fill-color: #1f2937;
|
||||||
|
caret-color: #0877f1;
|
||||||
|
font-size: 28rpx;
|
||||||
|
font-weight: 600;
|
||||||
|
line-height: 76rpx;
|
||||||
|
opacity: 1;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
.locked-input {
|
.locked-input {
|
||||||
background: #f3f4f6;
|
background: #f3f4f6;
|
||||||
color: #9ca3af;
|
color: #9ca3af;
|
||||||
@ -929,14 +949,12 @@ async function submitEntries() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.number-input {
|
.number-input {
|
||||||
width: 100%;
|
overflow: visible;
|
||||||
color: #111827;
|
|
||||||
font-size: 28rpx;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.number-input[disabled] {
|
.number-input[disabled] {
|
||||||
color: #4b5563;
|
color: #374151;
|
||||||
|
-webkit-text-fill-color: #374151;
|
||||||
background: #f3f4f6;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user