Files
DzzOffice/static/css/mobile.header.css
2022-11-02 23:21:46 +08:00

69 lines
1.3 KiB
CSS

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
ul,li{
list-style-type:none
}
p img{
width: 100%
}
.bs-container{
position: absolute;
width: 100%;
}
.Topcarousel{
border-radius: 50%;
text-align: center;
display: inline-block;
font-size: 18px;
width: 35px;
height: 35px;
line-height: 35px;
color:#FFF;
}
.nav>li>a{
position: relative;
display: block;
padding: 10px 15px;
}
.navbar-inverse{
margin: 0;
border-radius: 0;
height: 64px;
position: fixed;
right: 0;
left: 0;
z-index: 999999;
top:0
}
.app_popup-parent .basil{
font-size: 24px;
vertical-align: text-top;
}
.navbar>li>a {
color: #000;
font-size: larger;
line-height: 34px;
position: relative;
display: block;
padding: 10px 15px;
}
.site-logo>img {
max-height: 30px;
vertical-align: middle;
}
.hide{
display: none!important;
}
.img-circle{
border-radius: 50%;
}
.text-center {text-align: center;}
.popbox-footer{padding:0 15px 15px 15px;margin-bottom:0;border-radius:0 0 6px 6px;text-align: center;}.popbox-footer:before,.popbox-footer:after{content:" ";display:table}
.popbox-footer a {
color: #3792ef;
text-decoration: none;
}
.text-warning{text-align: center;box-shadow: 1px 1px 10px #d8e5f9;border-radius: .5rem;}