中化加油站项目
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.
 
 
 
 
 
 

34 lines
740 B

.childContent{
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
font-family: Source Han Sans CN;
color: #fff;
.childCenter{
flex: 1;
overflow-x: hidden;
overflow-y: auto;
}
.childBottom{
width: 100%;
height: 50px;
line-height: 50px;
text-align: center;
background: linear-gradient(360deg, #000D21 0%, #003B6E 100%);
box-shadow: 0px -2px 6px #36A2FF;
button{
width: 35%;
height: 32px;
line-height: 32px;
padding: 0;
margin: 0 10px;
color: #91CCFF;
background: rgba(0, 129, 255, 0.61);
border: 1px solid #36A2FF;
cursor: pointer;
.anticon{ margin-right: 3px; } //字体图标
}
}
}