Updated.
This commit is contained in:
parent
52f2e82437
commit
3c875c99bc
|
@ -11,8 +11,8 @@ $theme-white: #fff;
|
|||
$theme-red: #d20001;
|
||||
$theme-blue: #00667e;
|
||||
|
||||
$theme-color-main: #ffd577;
|
||||
$theme-color-second: #e46e17;
|
||||
$theme-color-main: #db5d00;
|
||||
$theme-color-second: #e49517;
|
||||
$theme-color-third: #ed4c43;
|
||||
|
||||
// Font stacks
|
||||
|
|
|
@ -147,12 +147,6 @@
|
|||
padding-bottom: 15px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
|
||||
position: relative;
|
||||
|
@ -203,7 +197,6 @@
|
|||
transition:.5s;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
& > .fa {
|
||||
position: static;
|
||||
|
||||
|
@ -216,7 +209,6 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
background-color:transparent;
|
||||
|
||||
& > a {
|
||||
|
||||
|
@ -238,7 +230,7 @@
|
|||
min-width: 100%;
|
||||
margin: 0 -15px;
|
||||
padding: 0;
|
||||
background-color: $theme-gray-dark;
|
||||
background-color: #dbcdb6;
|
||||
list-style: none;
|
||||
z-index: 1;
|
||||
text-align: left;
|
||||
|
@ -276,10 +268,7 @@
|
|||
opacity: 0;
|
||||
transition:opacity .5s,left 0s .5s;
|
||||
margin-top: 0.2rem;
|
||||
background: transparent;
|
||||
// box-shadow: 0 0 10px rgba(0,0,0,.3);
|
||||
&:before {
|
||||
// content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: -16px;
|
||||
|
@ -310,7 +299,6 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
background: transparent;
|
||||
.modules-menu-level-2 {
|
||||
display: block;
|
||||
left: 100%;
|
||||
|
@ -318,7 +306,6 @@
|
|||
transition:opacity .5s .2s;
|
||||
}
|
||||
& > a{
|
||||
background: #666;
|
||||
color:#fff;
|
||||
padding:0 5px;
|
||||
}
|
||||
|
@ -337,7 +324,7 @@
|
|||
display: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: $theme-gray-darker;
|
||||
background-color: #f8b04e;
|
||||
list-style: none;
|
||||
text-align: left;
|
||||
& > li {
|
||||
|
@ -353,7 +340,7 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
background-color: darken($theme-color-main, 20%);
|
||||
background-color: $theme-color-second;
|
||||
|
||||
& > a {
|
||||
color: #FFF;
|
||||
|
@ -369,7 +356,7 @@
|
|||
transition:opacity .5s,left 0s .5s;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
background: rgba(0,0,0,.6);
|
||||
background: $theme-color-second;
|
||||
// box-shadow: 0 0 10px rgba(0,0,0,.3);
|
||||
|
||||
&:before {
|
||||
|
@ -391,7 +378,6 @@
|
|||
transition:.3s;
|
||||
}
|
||||
&:hover{
|
||||
background: transparent;
|
||||
& > a{
|
||||
background: $theme-color-second;
|
||||
color:#fff;
|
||||
|
|
|
@ -149,7 +149,9 @@
|
|||
|
||||
.ad-overlay.w-ba-banner__caption.w-ad-banner__caption {
|
||||
bottom: 55px;
|
||||
height: 150px!important;
|
||||
height: 60px !important;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
span.w-annc__category-wrap.col-sm-2 {
|
||||
width: 90px;
|
||||
|
|
|
@ -6,11 +6,9 @@
|
|||
<body class="internal-page">
|
||||
<%= render_orbit_bar %>
|
||||
<%= render_header %>
|
||||
<div class="slide">
|
||||
<div class="container">
|
||||
<section class="layout-slide no-print single-child-datapp" data-pp="301"></section>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <section class="layout-slide no-print single-child-datapp" data-pp="300"></section> -->
|
||||
<div class="layout-content">
|
||||
<div data-pp="999" class="content_background"></div>
|
||||
|
@ -25,13 +23,6 @@
|
|||
</main>
|
||||
<%= 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>
|
||||
</section>
|
||||
<aside class="layout-content-box aside right-column col-sm-4 col-md-3" data-pp="13"></aside>
|
||||
|
|
Loading…
Reference in New Issue