|
|
@@ -14,15 +14,6 @@ body {
|
|
|
padding-top: 50px;
|
|
|
font-size: 13px;
|
|
|
}
|
|
|
-.wow {
|
|
|
- visibility: hidden;
|
|
|
-}
|
|
|
-.img-portfolio {
|
|
|
- margin-bottom: 30px;
|
|
|
-}
|
|
|
-.img-hover:hover {
|
|
|
- opacity: 0.8;
|
|
|
-}
|
|
|
.dropdown:hover .dropdown-menu {
|
|
|
display: block;
|
|
|
margin-top: 0;
|
|
|
@@ -66,12 +57,22 @@ body {
|
|
|
height: 80px;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
+.layui-layer-content {
|
|
|
+ clear: both;
|
|
|
+}
|
|
|
+.layui-layer-fast-msg {
|
|
|
+ min-width: 100px;
|
|
|
+ border-radius: 2px;
|
|
|
+ background-color: rgba(0, 0, 0, 0.6);
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.layui-layer-fast-msg .layui-layer-content {
|
|
|
+ padding: 12px 25px;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
#header-navbar li.dropdown ul.dropdown-menu {
|
|
|
min-width: 94px;
|
|
|
}
|
|
|
-.panel-col {
|
|
|
- min-height: 400px;
|
|
|
-}
|
|
|
.panel-default {
|
|
|
padding: 0 15px;
|
|
|
border-color: #e4ecf3;
|
|
|
@@ -132,23 +133,6 @@ body {
|
|
|
background: none;
|
|
|
}
|
|
|
}
|
|
|
-@media (max-width: 1920px) {
|
|
|
- .panel-default > .panel-body .zuixin {
|
|
|
- width: 100%;
|
|
|
- border-bottom: 1px solid #f5f5f5;
|
|
|
- padding-bottom: 5px;
|
|
|
- margin-bottom: 10px;
|
|
|
- }
|
|
|
-}
|
|
|
-@media (max-width: 992px) {
|
|
|
- .panel-default > .panel-body .zuixin {
|
|
|
- width: 50%;
|
|
|
- padding-bottom: 5px;
|
|
|
- margin-bottom: 10px;
|
|
|
- float: left;
|
|
|
- padding-right: 5px;
|
|
|
- }
|
|
|
-}
|
|
|
.panel-primary > .panel-heading {
|
|
|
background-color: #46c37b;
|
|
|
color: #fff;
|
|
|
@@ -226,84 +210,35 @@ body {
|
|
|
line-height: 1.5;
|
|
|
padding: 4px 13px;
|
|
|
}
|
|
|
-.metas {
|
|
|
- position: relative;
|
|
|
- padding: 10px;
|
|
|
- color: #c1c1c1;
|
|
|
+/* 弹窗中的表单 */
|
|
|
+.form-layer {
|
|
|
+ height: 100%;
|
|
|
+ min-height: 150px;
|
|
|
+ min-width: 300px;
|
|
|
}
|
|
|
-.metas i {
|
|
|
- margin-right: 5px;
|
|
|
+.form-layer .form-body {
|
|
|
+ width: 100%;
|
|
|
+ overflow: auto;
|
|
|
+ top: 0;
|
|
|
+ position: absolute;
|
|
|
+ z-index: 10;
|
|
|
+ bottom: 50px;
|
|
|
+ padding: 15px;
|
|
|
}
|
|
|
-.metas .addon-price {
|
|
|
- float: right;
|
|
|
+.form-layer .form-footer {
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+ background-color: #ecf0f1;
|
|
|
+ width: 100%;
|
|
|
+ position: absolute;
|
|
|
+ z-index: 200;
|
|
|
+ bottom: 0;
|
|
|
+ margin: 0;
|
|
|
}
|
|
|
-.metas .price {
|
|
|
- color: #e83d2c;
|
|
|
- font-size: 14px;
|
|
|
+.form-layer .form-footer .form-group {
|
|
|
+ margin-left: 0;
|
|
|
margin-right: 0;
|
|
|
}
|
|
|
-.metas .free {
|
|
|
- color: #238312;
|
|
|
-}
|
|
|
-.metas .comment {
|
|
|
- margin-left: 10px;
|
|
|
-}
|
|
|
-@media (max-width: 767px) {
|
|
|
- .metas .metas {
|
|
|
- padding: 5px;
|
|
|
- }
|
|
|
- .metas .comment {
|
|
|
- display: none;
|
|
|
- }
|
|
|
-}
|
|
|
-.text-line {
|
|
|
- position: relative;
|
|
|
- padding: 30px 0;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-.text-line.small {
|
|
|
- padding: 10px 0;
|
|
|
-}
|
|
|
-.text-line.small h5 {
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-.text-line.small h5 > span {
|
|
|
- padding: 0 20px;
|
|
|
-}
|
|
|
-.text-line h5 {
|
|
|
- position: relative;
|
|
|
- margin-bottom: 20px;
|
|
|
- font-size: 32px;
|
|
|
- z-index: 1;
|
|
|
- color: #313131;
|
|
|
-}
|
|
|
-.text-line h5 > i {
|
|
|
- padding-left: 20px;
|
|
|
- background: #fff;
|
|
|
-}
|
|
|
-.text-line h5 > span {
|
|
|
- padding: 0 40px;
|
|
|
-}
|
|
|
-.text-line .subtitle {
|
|
|
- font-size: 16px;
|
|
|
- color: #919191;
|
|
|
-}
|
|
|
-@media (max-width: 767px) {
|
|
|
- .text-line {
|
|
|
- padding: 20px 0;
|
|
|
- }
|
|
|
- .text-line h5 {
|
|
|
- font-size: 16px;
|
|
|
- }
|
|
|
- .text-line .subtitle {
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
-}
|
|
|
-@media (max-width: 767px) {
|
|
|
- header.carousel .carousel {
|
|
|
- height: 70%;
|
|
|
- }
|
|
|
-}
|
|
|
footer.footer {
|
|
|
width: 100%;
|
|
|
color: #aaa;
|
|
|
@@ -311,87 +246,61 @@ footer.footer {
|
|
|
margin-top: 25px;
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
+ z-index: 99;
|
|
|
}
|
|
|
-footer.footer ul {
|
|
|
- margin: 60px 0 30px 0;
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-footer.footer ul li.f-tit {
|
|
|
- margin-bottom: 10px;
|
|
|
- font-size: 14px;
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
-footer.footer ul li {
|
|
|
- line-height: 26px;
|
|
|
- white-space: nowrap;
|
|
|
- list-style: none;
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-footer.footer ul li a {
|
|
|
- color: #aaa;
|
|
|
-}
|
|
|
-footer.footer ul li a:hover {
|
|
|
- color: #aaa;
|
|
|
- text-decoration: underline !important;
|
|
|
-}
|
|
|
-footer.footer .address {
|
|
|
+footer.footer .copyright {
|
|
|
line-height: 50px;
|
|
|
text-align: center;
|
|
|
background: #393939;
|
|
|
margin: 0;
|
|
|
}
|
|
|
-footer p.address a {
|
|
|
+footer.footer .copyright a {
|
|
|
color: #aaa;
|
|
|
}
|
|
|
-footer p.address a:hover {
|
|
|
+footer.footer .copyright a:hover {
|
|
|
color: #fff;
|
|
|
}
|
|
|
-@media (max-width: 767px) {
|
|
|
- footer.footer {
|
|
|
- overflow: hidden;
|
|
|
- }
|
|
|
- footer.footer .container {
|
|
|
- margin: 0 20px;
|
|
|
- }
|
|
|
- footer.footer ul {
|
|
|
- margin: 20px 0 10px 0;
|
|
|
- }
|
|
|
- footer.footer .address {
|
|
|
- padding: 0 10px;
|
|
|
- }
|
|
|
-}
|
|
|
.rotate {
|
|
|
-webkit-transition-duration: 0.8s;
|
|
|
-moz-transition-duration: 0.8s;
|
|
|
-o-transition-duration: 0.8s;
|
|
|
transition-duration: 0.8s;
|
|
|
+ -webkit-transition-property: transform;
|
|
|
+ transition-property: transform;
|
|
|
-webkit-transition-property: -webkit-transform;
|
|
|
-moz-transition-property: -moz-transform;
|
|
|
-o-transition-property: -o-transform;
|
|
|
- transition-property: transform;
|
|
|
+ transition-property: -webkit-transform,-moz-transform,-o-transform,transform;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.rotate:hover {
|
|
|
-webkit-transform: rotate(360deg);
|
|
|
-moz-transform: rotate(360deg);
|
|
|
-o-transform: rotate(360deg);
|
|
|
+ -ms-transform: rotate(360deg);
|
|
|
+ transform: rotate(360deg);
|
|
|
}
|
|
|
.user-section {
|
|
|
background: #fff;
|
|
|
padding: 15px;
|
|
|
margin-bottom: 20px;
|
|
|
-webkit-border-radius: 4px;
|
|
|
+ -webkit-background-clip: padding-box;
|
|
|
-moz-border-radius: 4px;
|
|
|
+ -moz-background-clip: padding;
|
|
|
border-radius: 4px;
|
|
|
+ background-clip: padding-box;
|
|
|
border: 1px solid #e4ecf3;
|
|
|
}
|
|
|
.login-section {
|
|
|
margin: 50px auto;
|
|
|
width: 460px;
|
|
|
-webkit-border-radius: 0;
|
|
|
+ -webkit-background-clip: padding-box;
|
|
|
-moz-border-radius: 0;
|
|
|
+ -moz-background-clip: padding;
|
|
|
border-radius: 0;
|
|
|
+ background-clip: padding-box;
|
|
|
}
|
|
|
.login-section.login-section-weixin {
|
|
|
min-height: 315px;
|
|
|
@@ -433,42 +342,43 @@ footer p.address a:hover {
|
|
|
.login-section .control-label {
|
|
|
font-size: 13px;
|
|
|
}
|
|
|
-@media (max-width: 767px) {
|
|
|
- .login-section {
|
|
|
- width: 100%;
|
|
|
- margin: 20px auto;
|
|
|
- }
|
|
|
- .login-section .login-main {
|
|
|
- padding: 20px 0 0 0;
|
|
|
- }
|
|
|
+.login-section .n-bootstrap .form-group {
|
|
|
+ position: relative;
|
|
|
}
|
|
|
-@media (min-width: 768px) {
|
|
|
- .login-modal {
|
|
|
- width: 350px;
|
|
|
- }
|
|
|
- .login-modal .modal-body {
|
|
|
- padding: 30px 30px 15px 30px;
|
|
|
- }
|
|
|
- .login-modal .modal-footer {
|
|
|
- padding: 30px;
|
|
|
- }
|
|
|
+.login-section .n-bootstrap .input-group {
|
|
|
+ position: inherit;
|
|
|
}
|
|
|
-#content-container {
|
|
|
- margin: 30px auto;
|
|
|
- min-height: 400px;
|
|
|
+.login-section .n-bootstrap .n-right {
|
|
|
+ margin-top: 0;
|
|
|
+ top: 0;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ text-align: right;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
-@media (max-width: 767px) {
|
|
|
- #content-container {
|
|
|
- min-height: 250px;
|
|
|
- }
|
|
|
+.login-section .n-bootstrap .n-right .msg-wrap {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+main.content {
|
|
|
+ width: 100%;
|
|
|
+ overflow: auto;
|
|
|
+ top: 0;
|
|
|
+ position: absolute;
|
|
|
+ z-index: 10;
|
|
|
+ bottom: 50px;
|
|
|
+ padding: 15px;
|
|
|
+ padding-top: 67px;
|
|
|
}
|
|
|
.sidenav {
|
|
|
padding: 20px 0 10px 0;
|
|
|
margin-bottom: 20px;
|
|
|
background-color: #fff;
|
|
|
-webkit-border-radius: 4px;
|
|
|
+ -webkit-background-clip: padding-box;
|
|
|
-moz-border-radius: 4px;
|
|
|
+ -moz-background-clip: padding;
|
|
|
border-radius: 4px;
|
|
|
+ background-clip: padding-box;
|
|
|
border: 1px solid #e4ecf3;
|
|
|
}
|
|
|
.sidenav .list-group:last-child {
|
|
|
@@ -483,8 +393,11 @@ footer p.address a:hover {
|
|
|
}
|
|
|
.sidenav .list-group .list-group-item {
|
|
|
-webkit-border-radius: 0;
|
|
|
+ -webkit-background-clip: padding-box;
|
|
|
-moz-border-radius: 0;
|
|
|
+ -moz-background-clip: padding;
|
|
|
border-radius: 0;
|
|
|
+ background-clip: padding-box;
|
|
|
border: none;
|
|
|
padding: 0;
|
|
|
border-left: 2px solid transparent;
|
|
|
@@ -492,8 +405,11 @@ footer p.address a:hover {
|
|
|
.sidenav .list-group .list-group-item:last-child,
|
|
|
.sidenav .list-group .list-group-item:first-child {
|
|
|
-webkit-border-radius: 0;
|
|
|
+ -webkit-background-clip: padding-box;
|
|
|
-moz-border-radius: 0;
|
|
|
+ -moz-background-clip: padding;
|
|
|
border-radius: 0;
|
|
|
+ background-clip: padding-box;
|
|
|
}
|
|
|
.sidenav .list-group .list-group-item:hover {
|
|
|
background-color: #f5f5f5;
|
|
|
@@ -510,9 +426,6 @@ footer p.address a:hover {
|
|
|
.sidenav .list-group .list-group-item.active > a {
|
|
|
color: #46c37b;
|
|
|
}
|
|
|
-.flarum-section ul li a {
|
|
|
- font-size: 13px;
|
|
|
-}
|
|
|
.nav li .avatar-text,
|
|
|
.nav li .avatar-img {
|
|
|
height: 30px;
|
|
|
@@ -551,4 +464,24 @@ footer p.address a:hover {
|
|
|
width: 48px;
|
|
|
height: 48px;
|
|
|
}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ main.content {
|
|
|
+ position: inherit;
|
|
|
+ padding: 15px 0;
|
|
|
+ }
|
|
|
+ .login-section {
|
|
|
+ width: 100%;
|
|
|
+ margin: 20px auto;
|
|
|
+ }
|
|
|
+ .login-section .login-main {
|
|
|
+ padding: 20px 0 0 0;
|
|
|
+ }
|
|
|
+ footer.footer {
|
|
|
+ position: inherit;
|
|
|
+ }
|
|
|
+ footer.footer .copyright {
|
|
|
+ padding: 10px;
|
|
|
+ line-height: 30px;
|
|
|
+ }
|
|
|
+}
|
|
|
/*# sourceMappingURL=frontend.css.map */
|