* Hide cfd stat

This commit is contained in:
zenggang
2022-07-08 01:38:33 +00:00
parent 118e1f7854
commit a01d530a0a
3 changed files with 7 additions and 8 deletions

View File

@@ -4,26 +4,27 @@
.pull-left .input-control {margin-right: 10px;}
#cfdWrapper {max-width: 1450px; padding: 25px 0px 10px; position: relative}
#cfdChart {margin: 0 auto;}
@media screen and (max-width: 1920px)
{
#cfdChart {width:1400px !important; height:600px !important}
#mainContent {min-width: 1550px !important;}
#mainContent {min-width: 1400px !important;}
#burnStatistics {left: 1400px !important;}
}
@media screen and (max-width: 1680px)
{
#cfdChart {width:1150px !important; height:500px !important}
#mainContent {min-width: 1350px !important;}
#mainContent {min-width: 1150px !important;}
#burnStatistics {left: 1150px !important;}
}
@media screen and (max-width: 1366px)
{
#cfdChart {width:1000px !important; height:400px !important}
#mainContent {min-width: 1200px !important;}
#mainContent {min-width: 1000px !important;}
#burnStatistics {left: 1000px !important;}
}
#mainContent {min-width: 1400px;}
#mainContent {min-width: 1200px;}
#burnStatistics {position: absolute; width: 180px; left: 1200px; height: 200px; top: 20%; margin-top: -30px; line-height: 30px; color: #838A9D; font-size: 12px; border: 1px solid #dcdcdc; background-color: #F8F8F8; padding: 15px 20px; color: #3c4353; border-radius: 8px;}
#burnStatistics .bg-primary {margin-right: 5px;}
#burnStatistics .icon-help {color: black;}