'image'
This commit is contained in:
parent
888eae9cd1
commit
8efa642d81
Binary file not shown.
|
After Width: | Height: | Size: 559 B |
Binary file not shown.
|
After Width: | Height: | Size: 81 KiB |
|
|
@ -48,7 +48,7 @@ body {
|
||||||
margin-top: 2.5em;
|
margin-top: 2.5em;
|
||||||
overflow: hidden scroll;
|
overflow: hidden scroll;
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
background-color: #f8f9fa;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link,
|
a:link,
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.internal-page{
|
.internal-page{
|
||||||
.layout-content{
|
.layout-content{
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,10 @@
|
||||||
@import "../initial";
|
@import "../initial";
|
||||||
|
|
||||||
.layout-footer {
|
.layout-footer {
|
||||||
|
@media(min-width: 769px){
|
||||||
|
float: right!important;
|
||||||
|
width: 80%!important;
|
||||||
|
}
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
clear: both;
|
clear: both;
|
||||||
background:#1a1b20;
|
background:#1a1b20;
|
||||||
|
|
|
||||||
|
|
@ -103,6 +103,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
//直式選單更改css
|
//直式選單更改css
|
||||||
|
.homebanner{
|
||||||
|
.ba-banner-widget-9 .jp-video {
|
||||||
|
@media(min-width: 769px){
|
||||||
|
float: right!important;
|
||||||
|
width: 80%!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.navbar-brand{
|
.navbar-brand{
|
||||||
h1{
|
h1{
|
||||||
@media(min-width: 769px){
|
@media(min-width: 769px){
|
||||||
|
|
@ -116,7 +124,7 @@
|
||||||
width: 20%!important;
|
width: 20%!important;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
margin-top: 5em;
|
margin-top: 4em;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
#main-nav{
|
#main-nav{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: $screen-lg) {
|
@media (min-width: $screen-lg) {
|
||||||
max-width:1200px;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,11 +13,12 @@
|
||||||
<span class="visually-hidden">往下導覽</span></a></div>
|
<span class="visually-hidden">往下導覽</span></a></div>
|
||||||
<div class="no-print single-child-datapp homebanner text_marqueewrapper" data-pp="999"></div>
|
<div class="no-print single-child-datapp homebanner text_marqueewrapper" data-pp="999"></div>
|
||||||
<div class="layout-slide no-print single-child-datapp homebanner" data-pp="300"></div>
|
<div class="layout-slide no-print single-child-datapp homebanner" data-pp="300"></div>
|
||||||
<div class="layout-content2 topcontent">
|
|
||||||
<div class=" single-child-datapp onesection" id="onesection" data-pp="1999"></div>
|
|
||||||
</div>
|
|
||||||
<div class="video-banner" data-pp="301" ></div>
|
<div class="video-banner" data-pp="301" ></div>
|
||||||
<div class="verticalhome">
|
<div class="verticalhome">
|
||||||
|
<div class="layout-content2 topcontent">
|
||||||
|
<div class=" single-child-datapp onesection" id="onesection" data-pp="1999"></div>
|
||||||
|
</div>
|
||||||
<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