UNPKG

360 Btext/lessView Raw
1//表单类必填项后增加星号的样式
2.required {
3 content: '*';
4 color: red;
5 font-family: SimSun;
6 padding-left: 4px;
7}
8//关于表单的自定义参数
9@form-picker-icon-line-height:1.1;
10//修改表单项
11.yy-form {
12 .am-list-body {
13 .am-list-item {
14 border-bottom: 0;
15 .am-input-label {
16 padding: 3px 0;
17 }
18 }
19 }
20}
\No newline at end of file