index.css 5.4 KB
* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #000a3b;
  color: #01c4f7;
}
.container {
  width: 99%;
  height: 1100px;
  border: 5px solid #01c4f7;
}
.top {
  width: 100%;
  height: 60px;
}
.top .title {
  /* display: inline-block; */
  width: 400px;
  height: 100%;
  margin: 0 auto;
  /* background: white; */
  font-size: 26px;
  text-align: center;
  line-height: 200%;
  border-left: 2px solid #01c4f7;
  border-right: 2px solid #01c4f7;
  border-bottom: 2px solid #01c4f7;
  box-shadow: 10px red;
  border-radius: 0 0 50px 50px;
}
.box {
  margin: 0 auto;
  width: 96%;
  height: 720px;
  /* border: 4px solid #fff; */
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.box .left {
  width: 25%;
  height: 700px;
  /* border: 2px solid #fff; */
  /* padding: 5px 10px; */
}
.first_chart {
  width: 400px;
  height: 280px;
  border: 2px solid #01c4f7;
  margin-top: 50px;
  border-radius: 10px;
}
.chart_title {
  width: 160px;
  height: 30px;
  line-height: 30px;
  background: #052666;
  border: 2px solid #01c4f7;
  border-radius: 10px;
  text-align: center;
  z-index: 1000;
  margin: 0 auto;
  position: relative;
  top: -20px;
}
.echart_title {
  /* float:left; */
  display: block;
  width: 190px;
  height: 30px;
  line-height: 30px;
  background: #1c3064;
  text-align: center;
  /* margin:0 auto; */
  left: 70px;
  position: relative;
  padding: 0 20px;
  font-size: 14px;
}
.date_time {
  /* float: left; */
  background: #02d9fd;
  color: #1c3064;
  border: 1px solid #02d9fd;
}
.list {
  float: right;
  width: 80px;
  height: 25px;
  /* border: 1px solid #fff; */
  z-index: 1000;
  position: relative;
  top: -30px;
}
.list ul {
  /* float: left; */
  display: inline-block;
}
.list ul li {
  list-style-type: none;
  float: left;
  padding: 2px 8px;
}
.date_week {
  border: 1px solid #02d9fd;
  background: #1c3064;
}
.box .center {
  width: 50%;
  height: 700px;
  /* border: 2px solid #fff; */
}
.main_chart {
  width: 750px;
  height: 430px;
  border: 2px solid #01c4f7;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 10px;
}
.top_info {
  width: 700px;
  height: 70px;
  /* border: 2px solid #fff; */
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.info_item {
  width: 165px;
  height: 70px;
  float: left;
  border-radius: 20px;
  border: 2px solid #01c4f7;
}
.info_item_left {
  width: 40px;
  height: 40px;
  background: lightcoral;
  float: left;
  margin: 15px;
}
.info_item_left img {
  width: 100%;
  height: 100%;
}
.word {
  float: left;
  width: 90px;
  height: 50px;
  margin-top: 10px;
}
.word span {
  font-size: 12px;
}
.word p {
  margin-top: 8px;
  color: #fff;
  font-weight: bold;
}
.word b {
  font-size: 12px;
}
.bottom_chart {
  width: 750px;
  height: 465px;
  border: 2px solid #01c4f7;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 10px;
  position: absolute;
}
.number1{
    position: relative;
    left: 60px;
    top: -80px;
    font-weight: bold;
}
.number1 span{
    margin-left: 50px;
    font-weight: bold;
}
.number2{
    position: relative;
    left: 60px;
    top: -40px;
    font-weight: bold;
}
.circle {
  width: 160px;
  height: 160px;
  border-radius: 100px;
  /* background: pink; */
  border: 2px solid #01c4f7;
  float: left;
  z-index: -10000;
  position: relative;
  top: -140px;
  left: 20px;
}
.box .right {
  width: 25%;
  height: 700px;
  /* border: 2px solid #fff; */
}
/*  */
.selectlist {
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /* display: inline-block; */
  border: 1px solid #01c4f7;
  float: right;
  margin-right: 20px;
  z-index: -1000;
}
.selectlist span {
  display: inline-block;
  position: relative;
  top: -10px;
  padding-left: 10px;
}
.cardList {
  width: 400px;
  height: 200px;
  /* border: 1px solid #fff; */
  float: left;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  top: -20px;
}
.card {
  border: 2px solid #01c4f7;
  width: 160px;
  height: 200px;
  border-radius: 20px;
  text-align: center;
  float: left;
}
.card img {
  width: 60px;
  height: 60px;
  background: pink;
  margin: auto;
  margin-top: 40px;
}
.card p {
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.card span {
  font-size: 12px;
}
.card b {
  margin-top: 5px;
  font-weight: 400;
}
/* 地图 */
#box {
  display: none;
  background-color: goldenrod;
  width: 180px;
  height: 30px;
}
#box-title {
  display: block;
}
#map{
    height: 300px;
     width: 700px;
     margin: 0 auto;
     border-radius: 18px;
     border:2px solid #02d9fd;
     margin-top:10px;
     
}
#map img{
    width: 100%;
    height: 100%;
    border-radius: 18px; 
}
#alertBox{
    width: 240px;
    height: 140px;
    border: 2px solid #02d9fd;
    background: #172044;
    position: relative;
    left: 400px;
    top: -200px;
    border-radius: 15px;
    opacity: .9;
    /* display: none; */
}
.alertContent{
    width: 240px;
    height: 120px;
    /* background: #fff; */
}
.alertTitle{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 0;
}
.boxLeft{
    width: 80px;
    height: 50px;
    /* background: pink; */
    display: block;
    float: left;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    
}
.boxRight{
    width: 120px;
    height: 50px;
    /* background: lightgreen; */
    display: block;
    float: left;
    text-align: center;
    margin-left: 10px;
    font-weight: bold;
}