28 lines
583 B
Plaintext
28 lines
583 B
Plaintext
.word-input-container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
width: 100%;
|
|
border-radius: 20rpx;
|
|
background-color: #f8f8f8;
|
|
align-items: center;
|
|
border: 1rpx solid #e0e0e0;
|
|
// box-shadow: 0 0rpx 4rpx rgba(0, 0, 0, 0.5);
|
|
|
|
.word-input-icon {
|
|
// border: 1px solid red;
|
|
padding: 0 22rpx;
|
|
}
|
|
|
|
.word-input {
|
|
flex: 1;
|
|
height: 92rpx;
|
|
padding-right: 20rpx;
|
|
// padding: 0 20rpx 0 10rpx;
|
|
font-size: 28rpx;
|
|
line-height: 92rpx;
|
|
}
|
|
|
|
.btn-word-add {
|
|
margin-right: 10rpx;
|
|
}
|
|
} |