CN-1219: 实体搜索页下方统计原型优化
This commit is contained in:
@@ -134,9 +134,10 @@
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
.overview-left-loading-span {
|
||||
font-size: 30px;
|
||||
color: #333333;
|
||||
font-weight: bold;
|
||||
font-family: NotoSansHans-Medium;
|
||||
font-size: 18px;
|
||||
color: #575757;
|
||||
font-weight: 500;
|
||||
}
|
||||
.chart__loading i.el-icon-loading {
|
||||
top: calc(50% - 12px);
|
||||
@@ -152,6 +153,7 @@
|
||||
.right-row {
|
||||
display: flex;
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
align-items: center;
|
||||
color: #666666;
|
||||
|
||||
@@ -174,15 +176,41 @@
|
||||
color: #333333;
|
||||
font-weight: bold;
|
||||
}
|
||||
.right-value-block {
|
||||
font-family: NotoSansHans-Medium;
|
||||
font-size: 14px;
|
||||
color: #353636;
|
||||
font-weight: 600;
|
||||
|
||||
.last-hour {
|
||||
font-family: NotoSansSChineseRegular;
|
||||
font-size: 12px;
|
||||
color: #717171;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
i {
|
||||
padding-right: 4px;
|
||||
font-size: 18px;
|
||||
font-size: 19px;
|
||||
}
|
||||
.cn-icon-increase {
|
||||
color: #23BF9A;
|
||||
}
|
||||
.cn-icon-active {
|
||||
color: #0091FF;
|
||||
color: #35ADDA;
|
||||
}
|
||||
.entity-explorer-total__icon {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
padding-left: 3px;
|
||||
background-color: #04A6AB;
|
||||
color: #fff;
|
||||
border-radius: 50%;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
margin-right: 4px;
|
||||
margin-left: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "cn-icon"; /* Project id 2614877 */
|
||||
src: url('iconfont.woff2?t=1691573279860') format('woff2'),
|
||||
url('iconfont.woff?t=1691573279860') format('woff'),
|
||||
url('iconfont.ttf?t=1691573279860') format('truetype');
|
||||
src: url('iconfont.woff2?t=1691743782241') format('woff2'),
|
||||
url('iconfont.woff?t=1691743782241') format('woff'),
|
||||
url('iconfont.ttf?t=1691743782241') format('truetype');
|
||||
}
|
||||
|
||||
.cn-icon {
|
||||
@@ -13,6 +13,14 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.cn-icon-_zhanbi:before {
|
||||
content: "\e65a";
|
||||
}
|
||||
|
||||
.cn-icon-tag1:before {
|
||||
content: "\e774";
|
||||
}
|
||||
|
||||
.cn-icon-Event1:before {
|
||||
content: "\e80b";
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user