dareway-rui
Version:
40 lines (35 loc) • 647 B
CSS
.rui-lanecontainer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.rui-laneContainer-mainLane {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.rui-laneContainer-lane {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.5);
z-index: 1043; /*不能超过1050 laneSwitcer的dropdown*/
}
.rui-laneContainer-lane-hidden{
display: none;
}
/*
* LaneSwitcher
*/
.rui-laneswitcher{
position: absolute;
top: 0;
right: 5px;
z-index: 1045;
}