114 lines
2.5 KiB
SCSS
114 lines
2.5 KiB
SCSS
.subscriber-top-app {
|
|
height: 100%;
|
|
|
|
.subscriber-top-app-header {
|
|
height:34px;
|
|
padding-bottom:10px;
|
|
font-family: NotoSansHans-Medium;
|
|
font-size: 14px;
|
|
color: #353636;
|
|
font-weight: 500;
|
|
display:flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
.subscriber-top-app-title {
|
|
height:24px;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
.subscriber-top-app-body {
|
|
border: 1px solid #E2E5EC;
|
|
border-radius: 4px;
|
|
height:calc(100% - 34px);
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 20px 20px 20px;
|
|
|
|
.panel-chart__no-data {
|
|
height: calc(100% - 46px);
|
|
}
|
|
.top-app-left {
|
|
height:100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-right:15px;
|
|
.app-data {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
color: #353636;
|
|
font-weight: 400;
|
|
height:calc(100%/10);
|
|
.app-index {
|
|
text-align: right;
|
|
width:20px;
|
|
margin-right:15px;
|
|
}
|
|
.app-name {
|
|
width:80px;
|
|
margin-right:10px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.top-app-divider {
|
|
height:10px;
|
|
background: #717171;
|
|
margin-left:10px;
|
|
margin-right:8px;
|
|
}
|
|
.app-trend-right {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
white-space: nowrap;
|
|
width:50px;
|
|
i {
|
|
margin-right:3px;
|
|
font-size:12px;
|
|
color: #717171;
|
|
}
|
|
}
|
|
.app-trend-left {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
white-space: nowrap;
|
|
width:60px;
|
|
i {
|
|
margin-right:3px;
|
|
font-size:12px;
|
|
color: #717171;
|
|
}
|
|
}
|
|
.app-up {
|
|
font-size: 12px;
|
|
color: #717171;
|
|
letter-spacing: -0.2px;
|
|
text-align: center;
|
|
font-weight: 400;
|
|
}
|
|
.app-down {
|
|
font-size: 12px;
|
|
color: #717171;
|
|
letter-spacing: -0.2px;
|
|
text-align: center;
|
|
font-weight: 400;
|
|
}
|
|
}
|
|
}
|
|
.top-app-right {
|
|
height: 100%;
|
|
width:calc(100% - 248px);
|
|
position: relative;
|
|
.chart-content {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|