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.
113 lines
1.6 KiB
113 lines
1.6 KiB
//main-container全局样式
|
|
|
|
.page-full-height{
|
|
height: calc(100vh);
|
|
}
|
|
.page-height{
|
|
height: calc(90vh);
|
|
}
|
|
.page-height-90{
|
|
height: calc(90vh);
|
|
}
|
|
.page-height{
|
|
height: calc(90vh);
|
|
}
|
|
.page-height-80{
|
|
height: calc(80vh);
|
|
}
|
|
.page-height-10{
|
|
|
|
height: calc(10vh);
|
|
|
|
}
|
|
.page-container {
|
|
.page-tips{
|
|
position:absolute;
|
|
font-size: 16px;
|
|
bottom: 0px;
|
|
color: red;
|
|
padding-left: 10px;
|
|
flex: 0 0 auto;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
overflow-x: hidden;
|
|
}
|
|
.page-header{
|
|
|
|
}
|
|
.page-main{
|
|
}
|
|
.page-bottom{
|
|
}
|
|
}
|
|
.border{
|
|
border: 1px solid #e8e8e8;
|
|
}
|
|
.padding{
|
|
padding:10px;
|
|
}
|
|
.padding-top{
|
|
padding-top: 10px;
|
|
}
|
|
.padding-bottom{
|
|
padding-bottom: 10px;
|
|
}
|
|
.padding-left{
|
|
padding-left: 10px;
|
|
}
|
|
.border-top{
|
|
border-top: 1px solid #e8e8e8;
|
|
}
|
|
.border-bottom{
|
|
border-bottom: 1px solid #e8e8e8;
|
|
}
|
|
.padding-right{
|
|
padding-right: 10px;
|
|
}
|
|
.input-width{
|
|
width:270px;
|
|
}
|
|
|
|
/**
|
|
更多按钮
|
|
**/
|
|
.more-filter {
|
|
margin: 20px 0px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
font{
|
|
text-align: center;
|
|
float: left;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
margin-right: 10px;
|
|
margin-top: 2px;
|
|
}
|
|
.el-row {
|
|
padding-top: 10px;
|
|
}
|
|
}
|
|
.more-label-font {
|
|
text-align: center;
|
|
float: left;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
margin-right: 10px;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.tips{
|
|
position:absolute;
|
|
font-size: 10px;
|
|
bottom: 0px;
|
|
color: red;
|
|
padding-left: 10px;
|
|
flex: 0 0 auto;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
overflow-x: hidden;
|
|
}
|