document internationalization

This commit is contained in:
就眠儀式
2022-02-11 18:28:35 +08:00
parent 9f8c08558e
commit 32cd80145e
20 changed files with 258 additions and 241 deletions

View File

@@ -39,3 +39,21 @@ dl.layui-anim-upbit > dd .layui-form-checkbox,
}
}
}
.layui-select {
height: 38px;
line-height: 1.3;
line-height: 38px\9;
border-width: 1px;
border-style: solid;
background-color: #fff;
border-color: #eee;
color: rgba(0, 0, 0, 0.85);
border-radius: 2px;
padding: 0 10px;
}
.layui-select::-webkit-input-placeholder {
line-height: 1.3;
}