1 line
2.0 KiB
CSS
1 line
2.0 KiB
CSS
#mainContent{margin:10px auto 0;width:1200px;height:450px;display:flex;background:linear-gradient(97.82deg,#f3f5f8,hsla(0,0%,100%,0));box-shadow:inset 0 6px 18px rgba(171,202,255,.24)}#mainContent #leftBox{width:495px;height:450px;position:relative}#mainContent #leftBox .count-top{display:flex;width:190px;height:95px;position:absolute;top:110px;right:130px;background:#f7faff;box-sizing:border-box;border:1px solid rgba(13,94,248,.16);border-radius:6px}#mainContent #leftBox .count-top .count-icon{width:80px;height:95px;display:flex;justify-content:center;align-items:center}#mainContent #leftBox .count-top .count-icon img{width:36px;height:36px}#mainContent #leftBox .count-top .count-main{width:100px;height:95px;display:flex;flex-direction:column;justify-content:center}#mainContent #leftBox .count-top .count-main #count-num{width:100%;height:35px;line-height:35px;font-weight:600;color:#283444;font-size:24px;letter-spacing:2px}#mainContent #leftBox .count-top .count-main .count-title{width:100%;height:30px;line-height:30px;color:#445a7a;font-size:15px;letter-spacing:1px}#mainContent #leftBox .count-bot{display:flex;width:190px;height:95px;position:absolute;top:250px;right:130px;background:#f7faff;box-sizing:border-box;border:1px solid rgba(13,94,248,.16);border-radius:6px}#mainContent #leftBox .count-bot .count-icon{width:80px;height:95px;display:flex;justify-content:center;align-items:center}#mainContent #leftBox .count-bot .count-icon img{width:36px;height:36px}#mainContent #leftBox .count-bot .count-main{width:100px;height:95px;display:flex;flex-direction:column;justify-content:center}#mainContent #leftBox .count-bot .count-main #count-num{width:100%;height:35px;line-height:35px;font-weight:600;color:#283444;font-size:24px;letter-spacing:2px}#mainContent #leftBox .count-bot .count-main .count-title{width:100%;height:30px;line-height:30px;color:#445a7a;font-size:15px;letter-spacing:1px}#mainContent #chartBox{width:515px;height:450px}#mainContent #blankBox{width:190px;height:450px} |