tsg-web/src/views/Home/homePanelsLayoutPage/index.less

345 lines
9.7 KiB
Plaintext

.homePage{
width: 100%;
position: relative;
z-index: 99;
.homePage_leftBox{
position: absolute;
left: 0;
top: 0;
width: 250px;
border: 1px solid rgba(215, 215, 215, 1);
.homePage_head{
padding-left: 20px;
background-color: rgba(0, 122, 253, 1);
height: 40px;
line-height: 40px;
font-size: 14px;
font-weight: 500;
color: #ffffff;
}
.ant-collapse-header{
height: 40px;
background-color: rgba(233, 245, 254, 1);
border-bottom: 1px solid rgba(215, 215, 215, 1);
}
.ant-collapse-content{
border-bottom: 1px solid rgba(215, 215, 215, 1);
.ant-collapse-content-box{
padding: 0;
}
}
.homePage_Panel{
display: flex;
font-size: 14px;
font-weight: 500;
color: #333333;
align-items: center;
.homePage_Panel_icon{
width: 5px;
height: 14px;
background-color: #007afd;
margin-right: 10px;
}
}
.homePage_Panel_item{
display: flex;
background-color: #ffffff;
width: 100%;
height: 40px;
align-items: center;
font-size: 14px;
font-weight: 500;
padding-left: 15px;
cursor: pointer;
}
.homePage_Panel_item_acitve{
flex: 1;
display: flex;
}
}
.homePage_centerBox{
position: absolute;
top: 10px;
left: 50%;
transform: translate(-50%,0);
.ant-picker.ant-picker-disabled{
background-color: #ffffff;
}
}
.homePage_rightBox{
position: absolute;
right: 50px;
top: 0;
width: 390px;
padding: 10px;
border-radius: 10px;
background: #ffffff;
border: 1px solid #eee;
.homePage_head2{
width: 100%;
display: flex;
justify-content: space-between;
margin-top: -5px;
.homePage_head2_Bg{
width: 175px;
height: 46px;
color: #ffffff;
font-weight: 500;
background: url(../../../../public/assets/xyt/homeImg/titleBg.png) 0 0 no-repeat;
background-size:100% 95%;
display: flex;
align-items: center;
}
}
.yujing{
.title{
width: 100%;
height: 35px;
line-height: 35px;
padding: 0 10px;
background-color: #f2f2f2;
letter-spacing: -0.5px;
font-size: 14px;
font-weight: 500;
margin-bottom: 10px;
}
.bodyBox{
width: 100%;
display: flex;
flex-wrap: wrap;
.bodyBoxItem{
width: calc( 33% - 10px);
margin: 5px;
height: 90px;
background-color: rgba(234, 244, 254, 1);
border-radius: 5px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
cursor: pointer;
.num{
height: 45%;
font-weight: 500;
font-size: 22px;
color: #D9001B;
}
.sw{
color: #04D919;
}
.content{
display: block;
font-size: 17px;
color: #409EFF;
font-weight: 500;
}
}
}
}
.home_gongshui{
width: 100%;
padding: 5px;
display: flex;
align-items: center;
justify-content: space-between;
.home_gongshui_item{
width: 49%;
.home_gongshui_item_title{
width: 100%;
height: 75px;
display: flex;
justify-content: center;
margin-bottom: 20px;
align-items: center;
border-radius: 10px;
background-color: rgba(234, 244, 254, 1);
font-size: 20px;
font-weight: 500;
img{
margin: 0 15px 0 0;
}
}
.home_gongshui_item_text{
display: flex;
padding-left: 10px;
.lf, .rf{
height: 50px;
font-size: 14px;
color: #000000;
font-weight: 400;
}
.lf2, .rf2{
height: 20px;
font-size: 12px;
color: #000000;
}
.rf{
flex: 1;
margin-left: 5px;
}
}
}
}
.home_yuqing{
// min-height: 100px;
.home_yuqing_header{
width: 100%;
background-color: #eaf4fe;
border-radius: 5px;
display: flex;
flex-wrap: wrap;
padding-top: 10px;
div{
width: 33%;
display: flex;
align-items: center;
justify-content: center;
.home_yuqing_header_item{
margin-bottom: 10px;
width: 7rem;
height: 2rem;
font-size: 14px;
font-weight: 500;
color: #999999;
cursor: pointer;
}
.avtive{
border-radius: 2rem;
border: 1px solid #409EFF;
color: #409EFF;
}
}
}
}
.home_shuizhi{
.home_shuizhi_title1{
width: 100%;
padding: 5px 10px;
background-color: #F2F2F2;
}
.home_shuizhi_title2{
display: flex;
height: 80px;
margin: 8px 5px 0 5px;
border-radius: 5px;
background: #EAF4FE;
div{
width: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.lf{
font-size: 17px;
color: #409EFF;
font-weight: 500;
}
.rf{
font-size: 22px;
color: #333333;
font-weight: 500;
.icon{
margin: -5px 0 0 10px;
width: 12px;
height: 12px;
color: #7F7F7F;
cursor: pointer;
}
}
}
.home_shuizhi_item{
display: flex;
padding: 5px 10px;
margin-top: 10px;
border-radius: 10px;
background: linear-gradient(to right, #e8effd, rgba(255, 0, 0, 0));
.home_shuizhi_item_box1{
width: 40%;
font-size: 14px;
font-weight: 500;
text-align: left;
}
.home_shuizhi_item_box2{
width: 18%;
font-size: 14px;
font-weight: 500;
color: #3749C7;
text-align: center;
}
.home_shuizhi_item_box3{
width: 18%;
text-align: center;
}
.home_shuizhi_item_box4{
width: 24%;
font-size: 14px;
font-weight: 500;
color: #3749C7;
text-align: center;
}
}
.home_shuizhi_item2{
display: flex;
padding: 5px 10px;
margin-top: 10px;
border-radius: 10px;
font-size: 14px;
font-weight: 500;
background: linear-gradient(to right, #e8effd, rgba(255, 0, 0, 0));
justify-content: space-between;
}
.home_shuizhi_wenhao{
width: 200px;
height: 200px;
background-color: red;
}
}
}
.homePage_bztBox{
position: absolute;
left: -12px;
top: -12px;
overflow: hidden;
width: 100vw;
height: calc( 100vh - 60px);
z-index: -1;
}
.homePage_leftBottomBox{
position: absolute;
left: 50px;
top: calc( 100vh - 400px);
z-index: -1;
}
}
.homePage_centerBox2{
.ant-picker.ant-picker-disabled{
background-color: #ffffff;
}
}