@linkdesign/screen
Version:
屏组件库,但使用场景又不局限于屏。主要用于BI、大盘和屏
196 lines (158 loc) • 3.16 kB
CSS
.Playground--demo--aZdXNOW > div {
display: block !important;
}
.demo-container .container {
background-color: var(--bg1-1);
color: var(--text2-1);
}
/* .demo-container[data-theme="dark"] .container {
color: #d3e2ff;
} */
#demo-Title .container,
#demo-SubscreenTitle .container {
display: flex;
align-items: center;
height: 56px;
padding: 0 20px;
}
#demo-FilterButton {
position: relative;
width: 500px;
height: 300px;
}
#demo-FilterButton .container {
height: 274px;
}
#demo-FilterButton .filter-wrapper-row {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
}
#demo-Weather .container {
position: relative;
height: 56px;
display: flex;
align-items: center;
padding: 0 20px;
justify-content: flex-end;
}
#demo-Timer .container {
position: relative;
height: 56px;
display: flex;
align-items: center;
padding: 0 20px;
justify-content: flex-end;
}
#demo-CountUp .container {
padding: 20px;
}
#demo-Indicator {
position: relative;
}
#demo-Indicator .container {
padding: 20px;
margin-right: 30px;
}
#demo-CarouselTable .container {
width: 450px;
/* height: 240px; */
}
#demo-Chart {
position: relative;
}
#demo-Chart .chart,
#demo-Chart .bar-chart-hoz,
#demo-Chart .bar-chart-ver {
padding: 20px;
}
#Video {
display: block!important;
}
#demo-FullscreenSwitch {
position: relative;
height: 56px;
display: flex;
justify-content: flex-end;
}
#demo-FullscreenSwitch .switch {
padding: 0 20px;
}
#demo-RadarTip {
position: relative;
display: flex;
justify-content: flex-end;
}
#demo-Scene-Park .container {
padding: 20px;
}
#demo-Scene-Park .with-triangle {
display: inline-flex;
align-items: baseline;
margin-left: 5px;
color: #d93b55;
}
#demo-Scene-Park .with-triangle::before {
content: '';
display: inline-block;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 14px solid #d93b55;
margin-right: 5px;
}
/* #demo-Scene-Park [class*='-title'] {
margin-bottom: 20px;
} */
/* #demo-Scene-Park section {
padding: 20px;
}
#demo-Scene-Park section .next-row {
margin-bottom: 50px;
}
#demo-Scene-Park .indicator {
width: 450px;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 50px;
}
#demo-Scene-Park .s3-content {
display: flex;
justify-content: space-between;
align-items: center;
width: 400px;
}
#demo-Scene-Park .with-triangle {
display: inline-flex;
align-items: end;
margin-left: 5px;
}
#demo-Scene-Park .with-triangle::before {
content: '';
display: inline-block;
width: 0;
height: 0;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-bottom: 18px solid red;
margin-right: 5px;
}
#demo-Scene-Park .iotx-city-carousel-table {
font-size: 16px;
}
#demo-Scene-Park .car-no {
width: 78px;
text-align: center;
line-height: 24px;
border-radius: 3px;
font-size: 14px;
}
#demo-Scene-Park section:nth-child(8)>div {
margin-right: 3%;
margin-bottom: 30px;
display: inline-block;
vertical-align: top;
} */