第三次版本迭代更新

This commit is contained in:
andy
2026-06-18 15:54:47 +08:00
parent 10fbd0390c
commit 898a1e1577
14 changed files with 400 additions and 75 deletions

View File

@@ -55,12 +55,20 @@ button,
input,
textarea {
font: inherit;
touch-action: manipulation;
}
button {
color: inherit;
}
input,
textarea,
select,
.van-field__control {
font-size: 16px;
}
img,
video,
canvas {
@@ -351,11 +359,20 @@ canvas {
overflow-wrap: anywhere;
}
.meta-row span,
.detail-row span {
.meta-row > span:not(.van-tag),
.detail-row > span:not(.van-tag) {
flex: 1 1 auto;
}
.meta-row > .van-tag,
.detail-row > .van-tag {
flex: 0 0 auto;
max-width: 45%;
min-width: auto;
overflow-wrap: normal;
white-space: nowrap;
}
.meta-row strong,
.detail-row strong {
flex: 0 1 auto;