CN-1594 feat: 部分css重构内容:实体详情tabs各模块
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
.digital-certificate-header__icon {
|
||||
width: 4px;
|
||||
height: 16px;
|
||||
background: #38ACD2;
|
||||
background: var(--el-color-business);
|
||||
border-radius: 1px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
@@ -16,8 +16,8 @@
|
||||
.digital-certificate-header-name {
|
||||
font-family: PingFangSC-Semibold;
|
||||
font-size: 14px;
|
||||
color: #575757;
|
||||
font-weight: 600;
|
||||
color: var(--el-text-color-regular);
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,9 +25,9 @@
|
||||
height: auto;
|
||||
min-height: 262px;
|
||||
padding: 20px;
|
||||
background: rgba(113, 113, 113, 0.04);
|
||||
border: 1px solid #E2E5ECFF;
|
||||
border-radius: 4px;
|
||||
background: var(--el-fill-color-lighter);
|
||||
border: 1px solid var(--el-border-color-light);
|
||||
border-radius: var(--el-border-radius-base);
|
||||
|
||||
.digital-certificate-body-tags {
|
||||
display: flex;
|
||||
@@ -48,21 +48,19 @@
|
||||
width: 176px;
|
||||
font-family: $font-family;
|
||||
font-size: 14px;
|
||||
color: #717171;
|
||||
font-weight: 400;
|
||||
color: var(--el-text-color-regular);
|
||||
}
|
||||
|
||||
.certificate-list-item__value, .certificate-list-item__value1 {
|
||||
width: calc(100% - 176px - 75px);
|
||||
font-family: $font-family;
|
||||
font-size: 14px;
|
||||
color: #353636;
|
||||
font-weight: 400;
|
||||
color: var(--el-text-color-primary);
|
||||
}
|
||||
|
||||
.certificate-list-item__value1 {
|
||||
padding-bottom: 2px;
|
||||
border-bottom: 1px #353636 solid;
|
||||
border-bottom: 1px var(--el-text-color-primary) solid;
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,69 +1,75 @@
|
||||
.type-data__column {
|
||||
display:flex;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-left:5px;
|
||||
margin-right:0px;
|
||||
margin-top:0px;
|
||||
margin-left: 5px;
|
||||
margin-right: 0;
|
||||
margin-top: 0;
|
||||
|
||||
.type-data {
|
||||
display:flex;
|
||||
flex-flow:row wrap;
|
||||
margin-top:0px;
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
margin-top: 0;
|
||||
|
||||
.type-title {
|
||||
display:flex;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-bottom:15px;
|
||||
margin-right:10px;
|
||||
margin-bottom: 15px;
|
||||
margin-right: 10px;
|
||||
font-family: PingFangSC-Semibold;
|
||||
font-size: 14px;
|
||||
color: #575757;
|
||||
color: var(--el-text-color-regular);
|
||||
line-height: 20px;
|
||||
font-weight: 600;
|
||||
|
||||
.title-mark {
|
||||
width: 4px;
|
||||
height: 16px;
|
||||
margin-left:0px;
|
||||
margin-left: 0;
|
||||
margin-right: 6px;
|
||||
background: #38ACD2;
|
||||
background: var(--el-color-business);
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
.type-title-word {
|
||||
margin-right: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.more{
|
||||
margin-bottom:20px;
|
||||
.more {
|
||||
margin-bottom: 20px;
|
||||
|
||||
.button {
|
||||
color:#909399;
|
||||
color: var(--el-color-info);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.type-content {
|
||||
margin-bottom:0px;
|
||||
display:flex;
|
||||
margin-bottom: 0;
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
width:100%;
|
||||
width: 100%;
|
||||
|
||||
.data-item {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: rgba(119,131,145,0.06);
|
||||
border: 1px solid rgba(119,131,145,0.36);
|
||||
background: var(--cn-bg-color-lighter);
|
||||
border: 1px solid var(--el-color-info-light-5);
|
||||
border-radius: 2px;
|
||||
height:28px;
|
||||
padding:8px 15px;
|
||||
margin-right:10px;
|
||||
margin-bottom:15px;
|
||||
height: 28px;
|
||||
padding: 8px 15px;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 15px;
|
||||
font-size: 12px;
|
||||
color: #353636;
|
||||
font-weight: 400;
|
||||
color: var(--el-text-color-primary);
|
||||
}
|
||||
}
|
||||
|
||||
.type-error-content {
|
||||
width:100%;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
margin-bottom: 12px;
|
||||
position: relative;
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
position: absolute;
|
||||
height: 0;
|
||||
width: 195px;
|
||||
border-bottom: 1px dashed var(--el-border-color-light);
|
||||
border-bottom: 1px dashed #d3d3d3;
|
||||
top: 319px;
|
||||
left: 575px;
|
||||
}
|
||||
@@ -153,7 +153,7 @@
|
||||
position: absolute;
|
||||
height: 0;
|
||||
width: 195px;
|
||||
border-bottom: 1px dashed var(--el-border-color-light);
|
||||
border-bottom: 1px dashed #d3d3d3;
|
||||
top: 319px;
|
||||
left: 830px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user