'refresh'
This commit is contained in:
parent
11c686efdc
commit
a98f377da7
|
@ -97,66 +97,66 @@
|
||||||
transition: all .3s ease;
|
transition: all .3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
// //直式選單更改css
|
//直式選單更改css
|
||||||
// .navbar-brand{
|
.navbar-brand{
|
||||||
// h1{
|
h1{
|
||||||
// @media(min-width: 769px){
|
@media(min-width: 769px){
|
||||||
// margin-top:0.5em;
|
margin-top:0.5em;
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// #layout-navigation{
|
#layout-navigation{
|
||||||
// @media(min-width: 769px){
|
@media(min-width: 769px){
|
||||||
// position: absolute;
|
position: absolute;
|
||||||
// width: 20%!important;
|
width: 20%!important;
|
||||||
// left: 0;
|
left: 0;
|
||||||
// background-color: #fff;
|
background-color: #fff;
|
||||||
// margin-top: 5em;
|
margin-top: 5em;
|
||||||
// padding-right: 0;
|
padding-right: 0;
|
||||||
// #main-nav{
|
#main-nav{
|
||||||
// padding: 0;
|
padding: 0;
|
||||||
// }
|
}
|
||||||
// .modules-menu-level-0{
|
.modules-menu-level-0{
|
||||||
// width: 100%!important;
|
width: 100%!important;
|
||||||
// }
|
}
|
||||||
// .modules-menu-level-0 > li{
|
.modules-menu-level-0 > li{
|
||||||
// width: 100%;
|
width: 100%;
|
||||||
// }
|
}
|
||||||
// .modules-menu-level-1{
|
.modules-menu-level-1{
|
||||||
// min-width: 100%;
|
min-width: 100%;
|
||||||
// left: 100%;
|
left: 100%;
|
||||||
// top: 0;
|
top: 0;
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// .verticalhome{
|
.verticalhome{
|
||||||
// .layout-content{
|
.layout-content{
|
||||||
// @media(min-width: 769px){
|
@media(min-width: 769px){
|
||||||
// float: right!important;
|
float: right!important;
|
||||||
// width: 80%!important;
|
width: 80%!important;
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// .homebanner{
|
.homebanner{
|
||||||
// @media(min-width: 769px){
|
@media(min-width: 769px){
|
||||||
// float: right!important;
|
float: right!important;
|
||||||
// width: 80%!important;
|
width: 80%!important;
|
||||||
// .ba-banner-widget-0 img{
|
.ba-banner-widget-0 img{
|
||||||
// transform: none!important;
|
transform: none!important;
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// .container{
|
.container{
|
||||||
// @media(min-width: 1200px){
|
@media(min-width: 1200px){
|
||||||
// width: 95%!important;
|
width: 95%!important;
|
||||||
// max-width: unset!important;
|
max-width: unset!important;
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// .layout-header .navbar-header .navbar-brand{
|
.layout-header .navbar-header .navbar-brand{
|
||||||
// @media(min-width: 1200px){
|
@media(min-width: 1200px){
|
||||||
// padding-left: 0;
|
padding-left: 0;
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue