22 lines
387 B
Plaintext
22 lines
387 B
Plaintext
.wrapper {
|
|
margin-bottom: 32rpx;
|
|
}
|
|
|
|
.placeholder {
|
|
color: var(--td-text-color-placeholder);
|
|
line-height: 96rpx;
|
|
height: 96rpx !important;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.dialog-input {
|
|
padding-top: 12px;
|
|
padding-bottom: 12px;
|
|
text-align: left;
|
|
margin-top: 32rpx;
|
|
border-radius: 8rpx;
|
|
background-color: var(--td-bg-color-page);
|
|
box-sizing: border-box;
|
|
}
|