You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

568 lines
9.6 KiB

11 months ago
body,
html {
height: 100%;
}
* {
margin: 0;
padding: 0;
}
@font-face {
font-family: 'pingfang';
src: url('../font/pingfang.ttf') format('truetype');
}
/* 去百度地图左下角的百度图标 */
.anchorBL{display:none;}
body {
background: url(../images/bg.jpg) no-repeat center center;
font-family: "pingfang";
}
a:link {
font-size: 12px;
color: #fff;
text-decoration: none;
}
a:visited {
font-size: 12px;
color: #fff;
text-decoration: none;
}
.el-header {
height: 8%;
min-width: 1366px;
min-height: 61px;
background: url(../images/head_bg.png) no-repeat center center;
display: flex;
align-items: center;
justify-content: center;
color: #FFF;
font-size: 30px;
}
.el-container {
height: 92%;
min-width: 1366px;
min-height: 706.55px;
}
.el-aside {
width: 30%;
height: 100%;
overflow-y: hidden;
}
.el-main {
--el-main-padding: 0;
height: 100%;
width: 40%;
}
.el-col {
position: relative;
}
.boxTop {
position: absolute;
top: 30px;
bottom: 10px;
left: 10px;
right: 10px;
border: 1px solid #237BBC;
border-radius: 4px;
}
.box {
position: absolute;
top: 20px;
bottom: 10px;
left: 10px;
right: 10px;
border: 1px solid #237BBC;
border-radius: 4px;
}
.img-title {
position: absolute;
top: -3px;
left: 50%;
transform: translate(-50%, -50%);
}
.txt-title {
position: absolute;
top: -3px;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
font-weight: bolder;
font-size: 14px;
}
.circle-div {
position: relative;
height: 100%;
width: 30%;
display: flex;
align-items: center;
justify-content: center;
}
.circle-icon {
position: absolute;
top: 48%;
left: 50%;
transform: translate(-50%, -50%);
}
.circle-text {
display: flex;
flex-direction: column;
margin-left: -5%;
}
.rectangle-div {
position: relative;
height: 100%;
width: 33%;
display: flex;
align-items: center;
justify-content: center;
}
.rectangle-text-div {
display: flex;
flex-direction: column;
text-align: center;
color: #02C8D3;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.jiao {
width: 8px;
height: 8px;
}
.left_up_jiao {
border-top: 2px solid #85E5FF;
border-left: 2px solid #85E5FF;
position: absolute;
top: -2px;
left: -2px;
}
.left_down_jiao {
border-bottom: 2px solid #85E5FF;
border-left: 2px solid #85E5FF;
position: absolute;
left: -2px;
bottom: -2px;
}
.right_up_jiao {
border-top: 2px solid #85E5FF;
border-right: 2px solid #85E5FF;
position: absolute;
top: -2px;
right: -2px;
}
.right_down_jiao {
border-right: 2px solid #85E5FF;
border-bottom: 2px solid #85E5FF;
position: absolute;
bottom: -2px;
right: -2px;
}
.yqContent {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.yqLeft {
display: flex;
align-items: center;
}
.yqRight {
display: flex;
align-items: center;
margin-right: 20px;
}
.yqOrg {
margin-left: 15px;
}
.yqNum {}
.wcjd {
height: 89%;
display: flex;
align-items: center;
}
.tableSelect {
height: 40px;
display: flex;
justify-content: center;
align-items: center;
padding: 0 20px;
/* margin-top: 10px; */
}
ul, li {
margin: 0;
padding: 0;
/* list-style: none; */
}
.tab-tilte {
width: 100%;
color: #3CD5FF;
font-size: 12px;
}
.tab-tilte li {
float: left;
width: 16.6%;
text-align: center;
cursor: pointer;
padding: 5px 0;
}
.tab-tilte .active {
background-color: #2E61A2;
border-radius: 5px;
}
.tabBottomLine {
width: 91%;
border-bottom: 1px solid #17468D;
margin: 0 20px;
}
.scroll {
width: 100%;
height: 90%;
display: inline-block;
overflow: hidden;
position: relative;
}
.scroll>div:last-child {
margin-top: 15px;
height: 94%;
overflow: hidden;
}
.scroll .item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 10px 0 10px;
/* height: 106px; */
}
.orgItems {
height: 100px;
width: 100%;
border: 1px solid #2B99D1;
margin: 0 10px 0 10px;
display: block;
border-radius: 0 20px 0 20px;
background: #08245C;
}
.orgItem {
position: relative;
}
.orgItemTitle {
height: 30px;
display: flex;
align-items: center;
padding-left: 21px;
}
.orgTitleNum {
border: 1px solid #F59A23;
display: flex;
align-items: center;
justify-content: center;
width: 15px;
height: 15px;
margin-right: 10px;
color: #F59A23;
font-size: 12px;
background: #393D43;
}
.orgTitleTxt {
color: #3CD5FF;
font-size: 12px;
}
.orgItemTypeList {
display: flex;
flex-wrap: wrap;
width: 100%;
height: 63px;
/* margin: 6px 0 0 21px; */
margin-left: 21px;
font-size: 12px;
}
.typeListItems {
display: flex;
align-items: center;
width: 135px;
}
.typeItemTxt {
margin-left: 10px;
color: #AAAAAA;
}
.typeItemNum {
font-size: 14px;
color: #FFF;
margin-left: 10px;
}
.dot {
width: 10px;
height: 10px;
border-radius: 50%;
}
.dotColor0 {
border: 3px solid #0085FF;
}
.dotColor1 {
border: 3px solid #F8B551;
}
.dotColor2 {
border: 3px solid #B769FF;
}
.dotColor3 {
border: 3px solid #32B16C;
}
.dotColor4 {
border: 3px solid #BF3A68;
}
.circle {
width: 66px;
height: 66px;
border-radius: 50%;
border: 1px solid #195A97;
color: #3CD5FF;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #0B2F67;
position: absolute;
top: 18%;
right: 18px;
font-size: 14px;
}
/* 大 */
/* @media screen and (min-width:1367px) { */
.rectangle-text-size {
font-size: 14px;
}
.rectangle-num-size {
color: #FFC37D;
font-size: 24px;
font-weight: bolder;
margin-top: -25px;
}
.strip-title {
margin: 5px;
font-size: 16px;
}
.strip-item {
height: 36px;
position: relative;
background: linear-gradient(90deg, rgba(40, 73, 132, 1) 1%, rgba(1, 18, 76, 1) 97%);
display: flex;
align-items: center;
margin-bottom: 4%;
}
.wcjd_num {
position: absolute;
top: 35px;
left: 50%;
transform: translate(-50%, -50%);
font-size: 26px;
font-weight: bolder;
}
.wcjd_text {
position: absolute;
top: 65px;
left: 50%;
transform: translate(-50%, -50%);
font-size: 14px;
}
.big-screen {
margin-top: 20px;
}
.yjl-line {
margin: 10px 0;
}
.ssjd_ul li {
margin: 5px 0 0 0;
color: #3CD5FF;
}
.selectYear {
background: #428BCA;
color: #FFF;
padding: 5px 10px;
position: absolute;
top: 35px;
right: 260px;
cursor: pointer;
font-size: 12px;
}
.reportPPT {
background: #428BCA;
color: #FFF;
padding: 5px 10px;
position: absolute;
top: 35px;
right: 20px;
cursor: pointer;
font-size: 12px;
}
.reportWord {
background: #428BCA;
color: #FFF;
padding: 5px 10px;
position: absolute;
top: 35px;
right: 135px;
cursor: pointer;
font-size: 12px;
}
/* } */
/* 小 */
/* @media screen and (max-width:1366px) {
.rectangle-text-size {
font-size: 10px;
}
.rectangle-num-size {
font-size: 18px;
font-weight: bolder;
}
.strip-title {
margin: 5px;
font-size: 12px;
}
.strip-item {
height: 30px;
position: relative;
background: linear-gradient(90deg, rgba(40, 73, 132, 1) 1%, rgba(1, 18, 76, 1) 97%);
display: flex;
align-items: center;
margin-bottom: 4%;
}
.wcjd_num {
position: absolute;
top: 47px;
left: 50%;
transform: translate(-50%, -50%);
font-size: 30px;
font-weight: bolder;
}
.yjl-line {
margin: 5px 0;
}
.ssjd_ul li {
margin: 1px 0 0 0;
color: #3CD5FF;
}
.jl-font-size {
font-size: 14px;
}
.selectYear {
background: #428BCA;
color: #FFF;
padding: 5px 10px;
position: absolute;
top: 25px;
right: 260px;
cursor: pointer;
font-size: 12px;
}
.reportPPT {
background: #428BCA;
color: #FFF;
padding: 5px 10px;
position: absolute;
top: 25px;
right: 20px;
cursor: pointer;
font-size: 12px;
}
.reportWord {
background: #428BCA;
color: #FFF;
padding: 5px 10px;
position: absolute;
top: 25px;
right: 135px;
cursor: pointer;
font-size: 12px;
}
} */