@zhangqingcq/plug-r-qw
Version:
A JS lib base on Vue and View-design, you can achieve some complex functions with simple code after install this lib.
41 lines (37 loc) • 640 B
text/less
/**
* created 2020.08.10
* @author ricky zhangqingcq@foxmail.com
*/
@import '../common/color';
@import '../common/size';
.fullScreenPopBoxAM {
position: absolute;
z-index: 1000;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
background-color: #fff;
padding-top: @headerH;
.headerAM {
height: @headerH;
line-height: @headerH;
padding-left: 10px;
position: absolute;
top: 0;
left: 0;
width: 100%;
background-color: @titleBg;
.headerTxtAM {
font-weight: bold;
}
.headerBtAM {
float: right;
}
}
.contentAM {
overflow: auto;
height: 100%;
}
}