青橙1.1.2

This commit is contained in:
2025-08-16 22:14:42 +08:00
parent a3ffe71ccb
commit 3dc4d64215
33 changed files with 430 additions and 289 deletions

View File

@ -77,17 +77,18 @@
background: #ffffff;
display: flex;
align-items: center;
position: relative;
}
.picker-inner {
padding: 0 20rpx;
width: 100%;
width: 270rpx;
height: 84rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.picker-text { font-size: 28rpx; color: #1f1f1f; }
.arrow { width: 28rpx; height: 28rpx; }
.picker-text { font-size: 28rpx; color: #1f1f1f;}
.arrow { width: 28rpx; height: 28rpx; position: absolute; right: 20rpx;}
/* 搜索按钮 */
.btn {