可信代码库-软件详情版本详情页面开发

This commit is contained in:
付民康
2025-03-13 18:41:30 +08:00
parent 39fa8b40c5
commit 86b06f1f08
5 changed files with 550 additions and 1 deletions

View File

@@ -62,6 +62,12 @@
}
}
.jyh-table-2 {
.devui-table__tbody tr {
border-bottom: 1px solid #e5e7eb;
}
}
.jyh-tabs {
.devui-tabs__nav {
border-bottom: 0;
@@ -100,6 +106,12 @@
}
}
.jyh-tabs-2 {
.devui-tab__content {
padding: 0;
}
}
.jyh-checkbox-group {
div {
margin-top: 0;
@@ -145,3 +157,78 @@
.jyh-select-multiple {
}
.split {
display: inline-block;
margin: 0 12px;
width: 1px;
height: 100%;
background-color: #3c3f41;
}
.fr {
flex: 1;
text-align: right;
}
.width-70 {
display: inline-block;
width: 90px;
}
.width-90 {
display: inline-block;
width: 90px;
}
.width-110 {
display: inline-block;
width: 110px;
}.width-140 {
display: inline-block;
width: 140px;
}.width-160 {
display: inline-block;
width: 160px;
}
.jyh-card {
padding: 16px 20px;
.card-title {
color: #252B3A;
font-family: HarmonyOS Sans SC;
font-weight: bold;
font-size: 14px;
line-height: 22px;
letter-spacing: 0px;
text-align: left;
margin-bottom: 16px;
}
.card-key {
color: #595959;
font-family: HarmonyOS Sans SC;
font-weight: regular;
font-size: 14px;
line-height: 22px;
letter-spacing: 0px;
text-align: left;
}
.card-val {
color: #191919;
font-family: HarmonyOS Sans;
font-weight: regular;
font-size: 14px;
line-height: 22px;
letter-spacing: 0px;
text-align: left;
}
.card-url {
color: #5E7CE0;
font-family: HarmonyOS Sans;
font-weight: regular;
font-size: 14px;
line-height: 22px;
letter-spacing: 0px;
text-align: left;
}
}