Files
shopxo-uniapp/pages/plugins/ask/form/form.css

11 lines
201 B
CSS
Raw Normal View History

2023-09-28 16:03:38 +08:00
.form-container .form-gorup .textarea-height {
2023-10-20 19:14:42 +08:00
min-height: 200rpx !important;
2023-09-28 16:03:38 +08:00
}
2023-10-20 19:14:42 +08:00
.sub-btn {
padding: 40rpx 66rpx;
}
.sub-btn button {
2023-09-28 16:03:38 +08:00
height: 88rpx;
line-height: 88rpx;
padding: 0;
}