Updated.
This commit is contained in:
parent
52f2e82437
commit
3c875c99bc
|
@ -11,8 +11,8 @@ $theme-white: #fff;
|
||||||
$theme-red: #d20001;
|
$theme-red: #d20001;
|
||||||
$theme-blue: #00667e;
|
$theme-blue: #00667e;
|
||||||
|
|
||||||
$theme-color-main: #ffd577;
|
$theme-color-main: #db5d00;
|
||||||
$theme-color-second: #e46e17;
|
$theme-color-second: #e49517;
|
||||||
$theme-color-third: #ed4c43;
|
$theme-color-third: #ed4c43;
|
||||||
|
|
||||||
// Font stacks
|
// Font stacks
|
||||||
|
|
|
@ -147,12 +147,6 @@
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -203,7 +197,6 @@
|
||||||
transition:.5s;
|
transition:.5s;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
& > .fa {
|
& > .fa {
|
||||||
position: static;
|
position: static;
|
||||||
|
|
||||||
|
@ -216,7 +209,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color:transparent;
|
|
||||||
|
|
||||||
& > a {
|
& > a {
|
||||||
|
|
||||||
|
@ -238,7 +230,7 @@
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
margin: 0 -15px;
|
margin: 0 -15px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: $theme-gray-dark;
|
background-color: #dbcdb6;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -276,10 +268,7 @@
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition:opacity .5s,left 0s .5s;
|
transition:opacity .5s,left 0s .5s;
|
||||||
margin-top: 0.2rem;
|
margin-top: 0.2rem;
|
||||||
background: transparent;
|
|
||||||
// box-shadow: 0 0 10px rgba(0,0,0,.3);
|
|
||||||
&:before {
|
&:before {
|
||||||
// content: "";
|
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -16px;
|
top: -16px;
|
||||||
|
@ -310,7 +299,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: transparent;
|
|
||||||
.modules-menu-level-2 {
|
.modules-menu-level-2 {
|
||||||
display: block;
|
display: block;
|
||||||
left: 100%;
|
left: 100%;
|
||||||
|
@ -318,7 +306,6 @@
|
||||||
transition:opacity .5s .2s;
|
transition:opacity .5s .2s;
|
||||||
}
|
}
|
||||||
& > a{
|
& > a{
|
||||||
background: #666;
|
|
||||||
color:#fff;
|
color:#fff;
|
||||||
padding:0 5px;
|
padding:0 5px;
|
||||||
}
|
}
|
||||||
|
@ -337,7 +324,7 @@
|
||||||
display: none;
|
display: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: $theme-gray-darker;
|
background-color: #f8b04e;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
& > li {
|
& > li {
|
||||||
|
@ -353,7 +340,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: darken($theme-color-main, 20%);
|
background-color: $theme-color-second;
|
||||||
|
|
||||||
& > a {
|
& > a {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
|
@ -369,7 +356,7 @@
|
||||||
transition:opacity .5s,left 0s .5s;
|
transition:opacity .5s,left 0s .5s;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
background: rgba(0,0,0,.6);
|
background: $theme-color-second;
|
||||||
// box-shadow: 0 0 10px rgba(0,0,0,.3);
|
// box-shadow: 0 0 10px rgba(0,0,0,.3);
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
|
@ -391,7 +378,6 @@
|
||||||
transition:.3s;
|
transition:.3s;
|
||||||
}
|
}
|
||||||
&:hover{
|
&:hover{
|
||||||
background: transparent;
|
|
||||||
& > a{
|
& > a{
|
||||||
background: $theme-color-second;
|
background: $theme-color-second;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
|
|
|
@ -149,7 +149,9 @@
|
||||||
|
|
||||||
.ad-overlay.w-ba-banner__caption.w-ad-banner__caption {
|
.ad-overlay.w-ba-banner__caption.w-ad-banner__caption {
|
||||||
bottom: 55px;
|
bottom: 55px;
|
||||||
height: 150px!important;
|
height: 60px !important;
|
||||||
|
padding: 10px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
span.w-annc__category-wrap.col-sm-2 {
|
span.w-annc__category-wrap.col-sm-2 {
|
||||||
width: 90px;
|
width: 90px;
|
||||||
|
|
|
@ -6,11 +6,9 @@
|
||||||
<body class="internal-page">
|
<body class="internal-page">
|
||||||
<%= render_orbit_bar %>
|
<%= render_orbit_bar %>
|
||||||
<%= render_header %>
|
<%= render_header %>
|
||||||
<div class="slide">
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<section class="layout-slide no-print single-child-datapp" data-pp="301"></section>
|
<section class="layout-slide no-print single-child-datapp" data-pp="301"></section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<!-- <section class="layout-slide no-print single-child-datapp" data-pp="300"></section> -->
|
<!-- <section class="layout-slide no-print single-child-datapp" data-pp="300"></section> -->
|
||||||
<div class="layout-content">
|
<div class="layout-content">
|
||||||
<div data-pp="999" class="content_background"></div>
|
<div data-pp="999" class="content_background"></div>
|
||||||
|
@ -25,13 +23,6 @@
|
||||||
</main>
|
</main>
|
||||||
<%= render_every_page_sharer %>
|
<%= render_every_page_sharer %>
|
||||||
|
|
||||||
<!-- line share button -->
|
|
||||||
<div class="line-it-button" style="display: none;" data-type="share-a" data-lang="ja"></div>
|
|
||||||
<script src="//scdn.line-apps.com/n/line_it/thirdparty/loader.min.js" async="async" defer="defer"></script>
|
|
||||||
<!-- we chat share button -->
|
|
||||||
<a href="http://service.weibo.com/share/share.php?url=<%= "http://#{request.host_with_port}#{request.original_fullpath}" %>" target="_blank">
|
|
||||||
<img style="border: 0;" src="http://www.sinaimg.cn/blog/developer/wiki/LOGO_48x48.png" alt="sina-weibo" />
|
|
||||||
</a>
|
|
||||||
<div class="extra" data-pp="700"></div>
|
<div class="extra" data-pp="700"></div>
|
||||||
</section>
|
</section>
|
||||||
<aside class="layout-content-box aside right-column col-sm-4 col-md-3" data-pp="13"></aside>
|
<aside class="layout-content-box aside right-column col-sm-4 col-md-3" data-pp="13"></aside>
|
||||||
|
|
Loading…
Reference in New Issue