WGShare.Client.Wx/pages/dialog/with-input/index.wxss

26 lines
426 B
Plaintext

.wrapper {
margin-bottom: 32rpx;
}
.placeholder {
color: rgba(0, 0, 0, 0.26);
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: #f3f3f3;
box-sizing: border-box;
}
.placeholder {
color: rgba(0, 0, 0, 0.4);
line-height: 96rpx;
}