|
@@ -49,19 +49,19 @@ body,
|
|
--main-sub-header-height: 6.3125rem;
|
|
--main-sub-header-height: 6.3125rem;
|
|
--main-sub-header-logo-height: 4.9375rem;
|
|
--main-sub-header-logo-height: 4.9375rem;
|
|
--main-sub-header-margin-left: 8.0625rem;
|
|
--main-sub-header-margin-left: 8.0625rem;
|
|
- --main-sub-header-background: url("img/sub_title_bg.png");
|
|
|
|
|
|
+ --main-sub-header-background: url("/img/sub_title_bg.png");
|
|
--main-sub-menu-width: 5.9375rem;
|
|
--main-sub-menu-width: 5.9375rem;
|
|
--main-sub-menu-border-radius: 2.5rem;
|
|
--main-sub-menu-border-radius: 2.5rem;
|
|
- --main-sub-logo: url("img/sub_logo.png");
|
|
|
|
- --main-right-background: url("img/sub_bg.png");
|
|
|
|
- --main-right-back-btn: url("img/sub_back_btn.png");
|
|
|
|
|
|
+ --main-sub-logo: url("/img/sub_logo.png");
|
|
|
|
+ --main-right-background: url("/img/sub_bg.png");
|
|
|
|
+ --main-right-back-btn: url("/img/sub_back_btn.png");
|
|
|
|
|
|
--main-left-background: #ffffff;
|
|
--main-left-background: #ffffff;
|
|
--logo-width: 4.9375rem;
|
|
--logo-width: 4.9375rem;
|
|
--go-home-width: 3.75rem;
|
|
--go-home-width: 3.75rem;
|
|
--logo-background-color: #910000;
|
|
--logo-background-color: #910000;
|
|
|
|
|
|
- --main-sub-nav-background: url("img/sub_nav_bg.png");
|
|
|
|
|
|
+ --main-sub-nav-background: url("/img/sub_nav_bg.png");
|
|
--main-sub-nav-height: 3.5rem;
|
|
--main-sub-nav-height: 3.5rem;
|
|
--main-sub-nav-title-width: 21.375rem;
|
|
--main-sub-nav-title-width: 21.375rem;
|
|
}
|
|
}
|
|
@@ -107,8 +107,32 @@ body,
|
|
height: calc(var(--main-sub-nav-height) - 0.95rem);
|
|
height: calc(var(--main-sub-nav-height) - 0.95rem);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.page:not(.home) .main .content .tab-content {
|
|
|
|
+ width: calc(100% - 10rem);
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+ &::-webkit-scrollbar {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+/* .tab-content */
|
|
|
|
+.page:not(.home) .main .content .n-tabs {
|
|
|
|
+ --n-tab-font-size: 1.25rem !important;
|
|
|
|
+ --n-tab-gap: 60px !important;
|
|
|
|
+ --n-pane-padding-top: 3.125rem !important;
|
|
|
|
+ --n-pane-padding-bottom: 3.125rem !important;
|
|
|
|
+ height: 100%;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+}
|
|
|
|
+.page:not(.home) .main .content .n-tabs .n-tab-pane {
|
|
|
|
+ overflow-y: scroll;
|
|
|
|
+}
|
|
|
|
+.page:not(.home) .main .content .n-tabs .n-tabs-bar {
|
|
|
|
+ height: 0.25rem;
|
|
|
|
+ border-radius: 1.875rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
.vr_button {
|
|
.vr_button {
|
|
- background-image: url("img/vr_btn.png");
|
|
|
|
|
|
+ background-image: url("/img/vr_btn.png");
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
background-size: contain;
|
|
background-position: center center;
|
|
background-position: center center;
|