css
This commit is contained in:
parent
5338f81d59
commit
95a3f43893
@ -54,7 +54,7 @@ transition:all .3s ease;
|
|||||||
.wrap .nav-wrap #primary-nav .sub-menu li:hover a {display:block;font-weight: 500;}
|
.wrap .nav-wrap #primary-nav .sub-menu li:hover a {display:block;font-weight: 500;}
|
||||||
.wrap .nav-wrap #primary-nav .sub-menu li:last-child {border-bottom: 0;}
|
.wrap .nav-wrap #primary-nav .sub-menu li:last-child {border-bottom: 0;}
|
||||||
.wrap .nav-wrap #primary-nav .sub-menu .downarrow:before {content: '\25b8';}
|
.wrap .nav-wrap #primary-nav .sub-menu .downarrow:before {content: '\25b8';}
|
||||||
.wrap .nav-wrap #primary-nav.mobile {display: none;position: fixed;top:auto;bottom: 0px;background: #1eaabd;width: 100%;height: 100%;min-height: 100vh;margin:0% 0%;left:800px;
|
.wrap .nav-wrap #primary-nav.mobile {display: none !important;position: fixed;top:auto;bottom: 0px;background: #1eaabd;width: 100%;height: 100%;min-height: 100vh;margin:0% 0%;left:800px;
|
||||||
-webkit-transition:all .3s ease;
|
-webkit-transition:all .3s ease;
|
||||||
-moz-transition:all .3s ease;
|
-moz-transition:all .3s ease;
|
||||||
-o-transition:all .3s ease;
|
-o-transition:all .3s ease;
|
||||||
|
|||||||
@ -358,7 +358,7 @@ footer .family_site {right:10px;}
|
|||||||
footer .inner { width: 100%; box-sizing: border-box; }
|
footer .inner { width: 100%; box-sizing: border-box; }
|
||||||
footer .row-top { display: flex; flex-direction: column; align-items: center; }
|
footer .row-top { display: flex; flex-direction: column; align-items: center; }
|
||||||
footer .row-top .footer-logo img { width: 140px; }
|
footer .row-top .footer-logo img { width: 140px; }
|
||||||
footer .family_site { position: relative; display: flex; align-items: center; width: 90%; padding: 0 5%; box-sizing: border-box; }
|
footer .family_site { position: relative; display: flex; align-items: center; width: 90%; padding: 0 5%; box-sizing: border-box;right:auto;margin-top:10px; }
|
||||||
footer .family_site .site_name { width: 100%; margin: 0; flex: 1; }
|
footer .family_site .site_name { width: 100%; margin: 0; flex: 1; }
|
||||||
footer .family_site .go_btn { display: block; background: #1b1b1b; border-radius: 5px; width: 74px; height: 40px; color: rgba(255, 255, 255, 0.6); margin-left: 16px; }
|
footer .family_site .go_btn { display: block; background: #1b1b1b; border-radius: 5px; width: 74px; height: 40px; color: rgba(255, 255, 255, 0.6); margin-left: 16px; }
|
||||||
footer .fnb li { font-size: 12px; line-height: 18px; text-align: center; margin: 0 6px; }
|
footer .fnb li { font-size: 12px; line-height: 18px; text-align: center; margin: 0 6px; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user