'ken'
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 56 B After Width: | Height: | Size: 56 B |
Before Width: | Height: | Size: 324 KiB After Width: | Height: | Size: 324 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 587 B After Width: | Height: | Size: 587 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
@ -532,6 +532,8 @@ extendPanelWidget();
|
||||||
|
|
||||||
// 當文件物件模型(DOM)載入後,執行init函數
|
// 當文件物件模型(DOM)載入後,執行init函數
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
$('.i-annc__page-title').after($('.addcontent'));
|
||||||
|
$('.page-module-title').after($('.addcontent'));
|
||||||
//滾動出現效果
|
//滾動出現效果
|
||||||
$(window).scroll(function() {
|
$(window).scroll(function() {
|
||||||
var windowBottom = $(window).scrollTop() + $(window).innerHeight();
|
var windowBottom = $(window).scrollTop() + $(window).innerHeight();
|
||||||
|
|
|
@ -40,3 +40,7 @@
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.addcontent{
|
||||||
|
width: 100%;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
|
@ -799,6 +799,7 @@ table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, tabl
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.i-annc__title {
|
.i-annc__title {
|
||||||
font-family: $main-font;
|
font-family: $main-font;
|
||||||
|
|
|
@ -36,8 +36,11 @@
|
||||||
</div>
|
</div>
|
||||||
<section class="header-banner" data-pp="900"></section>
|
<section class="header-banner" data-pp="900"></section>
|
||||||
<div class="collapse navbar-collapse modules-menu" id="layout-navigation">
|
<div class="collapse navbar-collapse modules-menu" id="layout-navigation">
|
||||||
<a id="accesskey_menu" title="accesskey menu" accesskey="M" href="#" title="Main menu">:::</a>
|
<a id="accesskey_menu" title="accesskey menu" accesskey="M" href="#" title="Main menu">:::</a>
|
||||||
<%= render_menu %>
|
<%= render_menu %>
|
||||||
|
<div class="row">
|
||||||
|
<section class="layout-content-box col-sm-12" data-pp="666"></section>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -15,10 +15,11 @@
|
||||||
<section class="body-banner" data-pp="1"></section>
|
<section class="body-banner" data-pp="1"></section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<section class="layout-slide no-print single-child-datapp" data-pp="301"></section>
|
|
||||||
|
|
||||||
<div class="layout-content-inner content-inner container">
|
<div class="layout-content-inner content-inner container">
|
||||||
<div class="floatwrap">
|
<div class="floatwrap">
|
||||||
|
<section class="layout-slide no-print single-child-datapp" data-pp="301"></section>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<section class="layout-content-box col-sm-8" data-pp="4"></section>
|
<section class="layout-content-box col-sm-8" data-pp="4"></section>
|
||||||
<section class="layout-content-box col-sm-4" data-pp="5"></section>
|
<section class="layout-content-box col-sm-4" data-pp="5"></section>
|
||||||
|
|
|
@ -7,7 +7,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 %>
|
||||||
<section class="layout-slide no-print single-child-datapp" data-pp="300"></section>
|
|
||||||
<div class="layout-contentwrap">
|
<div class="layout-contentwrap">
|
||||||
<div class="layout-content">
|
<div class="layout-content">
|
||||||
<div class="layout-content-inner content-inner container">
|
<div class="layout-content-inner content-inner container">
|
||||||
|
@ -20,6 +19,14 @@
|
||||||
<section class="page-content-box col-sm-3" data-pp="903"></section>
|
<section class="page-content-box col-sm-3" data-pp="903"></section>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
<div class="addcontent">
|
||||||
|
<section class="page-content-box col-sm-6" data-pp="801"></section>
|
||||||
|
<section class="page-content-box col-sm-6" data-pp="802"></section>
|
||||||
|
<section class="page-content-box col-sm-8" data-pp="803"></section>
|
||||||
|
<section class="page-content-box col-sm-4" data-pp="804"></section>
|
||||||
|
<section class="page-content-box col-sm-4" data-pp="805"></section>
|
||||||
|
<section class="page-content-box col-sm-8" data-pp="806"></section>
|
||||||
|
</div>
|
||||||
<section class="layout-content-box left-column col-sm-9">
|
<section class="layout-content-box left-column col-sm-9">
|
||||||
<div class="extra" data-pp="600"></div>
|
<div class="extra" data-pp="600"></div>
|
||||||
<main id="main-content" class="main-content" data-content="true">
|
<main id="main-content" class="main-content" data-content="true">
|
||||||
|
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |