Fix bug.
This commit is contained in:
parent
de413a55d3
commit
43b642aeb9
|
@ -18,11 +18,15 @@ body{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
[data-module="home"] .downIcon {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.downIcon {
|
.downIcon {
|
||||||
display: block!important;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
bottom: 10%;
|
bottom: 10%;
|
||||||
|
bottom: calc(10% + 46px);
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
|
|
|
@ -47,4 +47,5 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<section class="header-banner no-print single-child-datapp" data-pp="300"></section>
|
<section class="header-banner no-print single-child-datapp" data-pp="300"></section>
|
||||||
|
<div class="downIcon" ><a href="#onesection" title="移動到第一個區塊"><span><img src="/assets/down.svg" title="移動到第一個區塊" alt="移動到第一個區塊"></span></a></div>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
<%= render_orbit_bar %>
|
<%= render_orbit_bar %>
|
||||||
<!-- <div class="background" data-pp="100"></div> -->
|
<!-- <div class="background" data-pp="100"></div> -->
|
||||||
<%= render_header %>
|
<%= render_header %>
|
||||||
<div class="downIcon" ><a href="#onesection" title="移動到第一個區塊"><span><img src="/assets/down.svg" title="移動到第一個區塊" alt="移動到第一個區塊"></span></a></div>
|
|
||||||
<div class="bigcontent">
|
<div class="bigcontent">
|
||||||
<div class="layout-content topcontent">
|
<div class="layout-content topcontent">
|
||||||
<a id="accesskey_content" accesskey="C" href="/<%= "#{locale.to_s}" %>/accesskey" title="Content">:::</a>
|
<a id="accesskey_content" accesskey="C" href="/<%= "#{locale.to_s}" %>/accesskey" title="Content">:::</a>
|
||||||
|
|
Loading…
Reference in New Issue