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

66 lines
2.0 KiB

.childContent{
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
font-family: Source Han Sans CN;
font-weight: 400;
color: #fff;
.childCenter{
flex: 1;
overflow: hidden;
}
.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; } //字体图标
}
}
}
.title{ font-size: 16px; height: 20px; line-height: 20px; margin-bottom: 20px; } //头部header
.publicBox{ width: 100%; height: 100%; overflow-y: auto; padding: 0 20px; }
.baseInfo{ //基本信息
.interval{ margin-top: 10px; border-bottom: 1px solid rgb(197, 226, 245); } //分隔div
p{ height: 20px; line-height: 20px; }
.titleBotton{ background: #2399FF; border-radius: 3px; height: 20px; line-height: 20px; font-size: 12px; margin-left: 5px; padding: 0 5px; border: none; outline: none; }
.text{ font-size: 14px; margin-bottom: 15px; }
.textIcon{ width: 20px; height: 20px; vertical-align: top; margin-right: 5px; }
.textImage{ margin-bottom: 15px; height: auto; line-height: normal; img{ width: auto; height: 130px; } }
}
.refueller{ //加油机
.interval{ margin-top: 10px; } //分隔div
.table{
width: 100%;
border: 1px solid #91CCFF;
border-bottom: none;
display: flex;
p{ height: 32px; line-height: 32px; margin: 0px; }
.tableHeader{
flex: 4;
text-align: right;
color: #23D9FF;
p{ padding-right: 15px; border-right: 1px solid #91CCFF; border-bottom: 1px solid #91CCFF; background: rgba(145, 204, 255, 0.2); }
}
.tableContent{
flex: 6;
text-align: left;
p{ padding-left: 20px; border-bottom: 1px solid #91CCFF; }
}
}
}