mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
18 lines
212 B
Plaintext
18 lines
212 B
Plaintext
.zui-form {
|
|
background-color: #fff;
|
|
border-bottom: 1rpx solid #e5e5e5;
|
|
}
|
|
|
|
.zui-form__item {
|
|
line-height: 26px;
|
|
}
|
|
|
|
.zui-form__title {
|
|
float: left;
|
|
width: 80px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.zui-form__input {
|
|
}
|