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

274 lines
6.1 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;
}
.spinner{
position: absolute;
right:400px;
display: flex;
align-items: center;
}
.help{
position: absolute;
right:170px;
}
.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%;
}
}
}
}
}
//计分规则按钮
.scoringRule,.isUpdates{
user-select: none;
position: absolute;
left: 480px;
cursor: pointer;
.name{
background-color: #fff;
border-radius: 6px;
color: #2196F3;
display: inline-block;
width: 100px;
height:36px;
text-align: center;
line-height: 36px;
font-size: 14px;
margin: 0;
padding: 0;
}
.span{
font-size: 18px;
margin-left: 12px;
}
.scoringRuleImg{
z-index: 999;
position: absolute;
left: 0;
top: 38px;
border: 1px solid #2196F3;
background-color: #fff;
.topbox{
position: relative;
background-color: #2196F3;
height: 40px;
line-height: 40px;
font-size: 16px;
.imgbox{
position: absolute;
right: 48px;
// top: 10px;
}
.close{
position: absolute;
right: 8px;
top: 10px;
}
}
.tablebox{
width: 610px;
color: #333333;
table{
display: block;
width: 100%;
font-size: 14px;
tr{
display: block;
width: 600px;
td{
white-space:normal;
display: inline-block;
width: 15%;
text-align: center;
}
td:last-child{
width: 70%;
line-height: 28px;
}
}
tr:nth-child(even){
background: #f6faff;
}
}
.bulecolor{
color: #2196f3;
}
}
}
}
.isUpdates{
left: 596px;
}
.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;
}
}