上海预案管理平台
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.

181 lines
4.0 KiB

//@import "/src/app/style.css";
mat-toolbar{
position: relative;
padding-left: 65px;
.grade{
width: 120px;
height: 45px;
//border:1px solid #F00;
position: absolute;
text-align: center;
margin-left: 250px;
margin-top: 0px;
-webkit-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
transform:text;
a{
box-sizing: border-box;
display: inline-block;
color: #fff;
//padding: 12px 5px;
text-decoration: none;
cursor: pointer;
}
span{
text-align: center;
font-size: 36px;
line-height: 45px;
font-family: "STXinwei";
color:#FFA500;
cursor: default;
text-decoration:underline;
padding-bottom:5px;
}
a.active>span ,a:hover>span {
//padding-bottom: 8px;
border-bottom: 3px solid #FFA500;
}
}
}
.logo{
height: 64px;
widows: 64px;
}
h1{
line-height: 64px;
color: white;
}
mat-icon{
color: white;
}
.login{
position: absolute;
right:30px;
}
.fullscreen{
position: absolute;
right:60px;
}
.setting{
position: absolute;
right:120px;
}
.lockscreen{
position: absolute;
right:160px;
}
.darktheme{
position: absolute;
right:140px;
display: none;
}
.boxed{
width: 1200px;
}
//鼠标移入详情页面显示
.integrityDetails{
position: absolute;
z-index: 999;
color: black;
display: none;
width: 350px;
height:290px;
left: 440px;
top: 30px;
border: 1px solid rgba(0, 0, 0, 0.22);
background-color: white;
.integrityDetailsTop{
width: 100%;
height: 23px;
line-height:23px;
border-bottom: 1px solid rgba(0, 0, 0, 0.22);
margin-bottom: 1px;
font-size: 14px;
span{
display: inline-block;
text-align: center;
font-weight: 800;
}
.span1{
width: 25%;
}
.span2{
width: 60%;
}
.span3{
width: 15%;
}
}
.integrityDetailsBody{
ul{
li{
width: 100%;
height: 23px;
line-height: 23px;
margin: 3px 15px;
div{
float: left;
font-size: 13px;
}
.name{
width: 25%;
height: 100%;
}
.colorDiv{
width: 60%;
height: 100%;
position: relative;
.colorDivBac{
width: 90%;
height: 100%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
background-color: #dfe5ec;
border-radius: 5px;
.colorDivCon{
border-radius: 5px;
height: 100%;
background-color: #2398f1;
}
}
span{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
// color: white;
font-weight: 600;
}
}
.number{
width: 15%;
height: 100%;
}
}
}
}
}
.uploadFile{
height: 64px;
line-height: 64px;
a{
color: rgb(26, 15, 179);
font-size: 22px;
position: absolute;
right: 370px;
}
a:hover{
text-decoration: underline;
color: red;
}
}