feat:首页输入框、文字卡片

This commit is contained in:
2025-05-30 20:49:35 +08:00
parent c00c45a9be
commit 419818eb24
22 changed files with 517 additions and 288 deletions
@@ -0,0 +1,22 @@
.word-input-container {
display: flex;
flex-direction: row;
width: 100%;
border-radius: 20rpx;
background-color: #f8f8f8;
align-items: center;
.word-input-icon {
// border: 1px solid red;
padding: 22rpx;
}
.word-input {
flex: 1;
height: 92rpx;
padding-right: 20rpx;
// padding: 0 20rpx 0 10rpx;
font-size: 28rpx;
line-height: 92rpx;
}
}