45 lines
800 B
Plaintext
Executable File
45 lines
800 B
Plaintext
Executable File
van-action-sheet input {
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
padding-left: 10rpx;
|
|
}
|
|
|
|
van-action-sheet input,van-action-sheet textarea {
|
|
border: 1px solid #c2c2c2;
|
|
border-radius: 10rpx;
|
|
margin-top: 9rpx;
|
|
}
|
|
|
|
van-action-sheet textarea {
|
|
padding: 10rpx;
|
|
}
|
|
|
|
van-action-sheet .line {
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
border-top: 1rpx solid #f5f5f5;
|
|
}
|
|
|
|
van-action-sheet .line,van-action-sheet .noline {
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
text-align: center;
|
|
width: 90%;
|
|
}
|
|
|
|
van-action-sheet .line:active,van-action-sheet .noline:active {
|
|
background-color: #f5f5f5;
|
|
color: #000;
|
|
}
|
|
|
|
.cu-form-group .title {
|
|
min-width: calc(4em + 30rpx);
|
|
}
|
|
|
|
.item-bottom-margin {
|
|
margin-bottom: 15rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.item-padding {
|
|
padding: 15rpx;
|
|
} |