搜索结果列表页面开发
This commit is contained in:
49
src/assets/css/jyh.scss
Normal file
49
src/assets/css/jyh.scss
Normal file
@@ -0,0 +1,49 @@
|
||||
/* devui css override */
|
||||
// d-layout
|
||||
.jyh-form {
|
||||
.devui-form__label-span {
|
||||
color: #595959;
|
||||
font-family: HarmonyOS Sans SC;
|
||||
font-weight: regular;
|
||||
font-size: 14px;
|
||||
line-height: 32px;
|
||||
letter-spacing: 0px;
|
||||
text-align: left;
|
||||
}
|
||||
.devui-form__label--start {
|
||||
text-align: right;
|
||||
}
|
||||
.devui-form__item--horizontal {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.jyh-form-operation {
|
||||
margin-left: 20px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.jyh-table {
|
||||
.devui-table__cell {
|
||||
color: #191919;
|
||||
font-family: HarmonyOS Sans SC;
|
||||
font-weight: regular;
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
letter-spacing: 0px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.devui-table__cell a {
|
||||
cursor: pointer;
|
||||
color: #0A59F7;
|
||||
font-family: HarmonyOS Sans SC;
|
||||
font-weight: regular;
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
letter-spacing: 0px;
|
||||
text-align: left;
|
||||
}
|
||||
.devui-table__row td {
|
||||
padding-top: 10px !important;
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user