|
@@ -327,6 +327,7 @@ section {
|
|
|
@include flex-row-center;
|
|
|
margin-bottom: 25px;
|
|
|
.back-content-left-insaide-text {
|
|
|
+ margin-left: 27px;
|
|
|
font-size: 2.4rem;
|
|
|
color: #fff;
|
|
|
}
|
|
@@ -359,6 +360,7 @@ section {
|
|
|
@include flex-row-center;
|
|
|
margin-bottom: 31px;
|
|
|
.back-content-right-insaide-text {
|
|
|
+ margin-left: 27px;
|
|
|
font-size: 2.4rem;
|
|
|
color: #fff;
|
|
|
}
|
|
@@ -484,4 +486,31 @@ footer {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|
|
|
+// -----------------for JQ---------------------
|
|
|
+.hide {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.show {
|
|
|
+ display: show;
|
|
|
+}
|
|
|
+#relative {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+#absolute {
|
|
|
+ position: absolute;
|
|
|
+ right: -16px;
|
|
|
+ bottom: -4px;
|
|
|
+ height: 18px;
|
|
|
+ width: 18px;
|
|
|
+ background: #980052;
|
|
|
+ color: #fff;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 1.2rem;
|
|
|
+}
|
|
|
+//---------------------------------------------
|
|
|
+// @media screen and (orientation: portrait) {
|
|
|
+// div.header-logo {
|
|
|
+// display: none;
|
|
|
+// }
|
|
|
+// }
|