'異色版'
This commit is contained in:
parent
ed5227aea1
commit
9d5a5cfac5
|
@ -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();
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
font-family: $main-font;
|
font-family: $main-font;
|
||||||
font-size: $font-h1;
|
font-size: $font-h1;
|
||||||
color: $theme-color-main;
|
color: $theme-color-main;
|
||||||
border-left: 3px solid #0268b7;
|
border-left: 3px solid #4ad295;
|
||||||
padding-left: 6px;
|
padding-left: 6px;
|
||||||
&:after{
|
&:after{
|
||||||
height: 0;
|
height: 0;
|
||||||
|
|
|
@ -13,9 +13,9 @@ $theme-red: #d20001;
|
||||||
$theme-blue: #003d7e;
|
$theme-blue: #003d7e;
|
||||||
|
|
||||||
$theme-color-main: #333333;
|
$theme-color-main: #333333;
|
||||||
$theme-color-second:#0268b7;
|
$theme-color-second:#4ad295;
|
||||||
$theme-color-third: #ed4c43;
|
$theme-color-third: #ed4c43;
|
||||||
$theme-color-four: #0268b7;
|
$theme-color-four: #4ad295;
|
||||||
$theme-color-green: #32D9C3;
|
$theme-color-green: #32D9C3;
|
||||||
|
|
||||||
// Font stacks
|
// Font stacks
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-inner{
|
.content-inner{
|
||||||
background-color: #f4f4f4;
|
background-color: #eff3f6;
|
||||||
}
|
}
|
||||||
.clearfix{
|
.clearfix{
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
|
@ -34,9 +34,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.floatwrapp{
|
.floatwrapp{
|
||||||
background-color:#0268b7;
|
background-color:#0b2239;
|
||||||
@media(min-width: 769px){
|
@media(min-width: 769px){
|
||||||
width: 80%;
|
width: 80%;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.addcontent{
|
||||||
|
width: 100%;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.layout-footer-inner{
|
.layout-footer-inner{
|
||||||
background:#f4f4f4;
|
background:#eff3f6;
|
||||||
}
|
}
|
||||||
.layout-footer-content{
|
.layout-footer-content{
|
||||||
padding: 2em;
|
padding: 2em;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
background: #0268b7;
|
background: #4ad295;
|
||||||
.container {
|
.container {
|
||||||
@extend .response-container;
|
@extend .response-container;
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.header-nav {
|
.header-nav {
|
||||||
background: #0268b7;
|
background: #4ad295;
|
||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: $main-font;
|
font-family: $main-font;
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
.navbar-header {
|
.navbar-header {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@media(min-width: 769px){
|
@media(min-width: 769px){
|
||||||
background: #0268b7;
|
background: #4ad295;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
@media(min-width: 769px){
|
@media(min-width: 769px){
|
||||||
display: block !important;
|
display: block !important;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
background: #f4f4f4;
|
background: #eff3f6;
|
||||||
float: left;
|
float: left;
|
||||||
top:14.5vw;
|
top:14.5vw;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
|
|
@ -118,7 +118,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.widget-link__widget-title{
|
.widget-link__widget-title{
|
||||||
border-left: 3px solid #0268b7;
|
border-left: 3px solid #4ad295;
|
||||||
padding-left: 6px;
|
padding-left: 6px;
|
||||||
span{
|
span{
|
||||||
&:after{
|
&:after{
|
||||||
|
@ -133,7 +133,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.widget-link_wrapper{
|
.widget-link_wrapper{
|
||||||
background: #f4f4f4;
|
background: #eff3f6;
|
||||||
padding: 1em 0;
|
padding: 1em 0;
|
||||||
}
|
}
|
||||||
// .widget-gallery{
|
// .widget-gallery{
|
||||||
|
|
|
@ -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">
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"key":"t_culture1","title":"t_culture1","author":"kenlee","thumbnail":"assets/images/design_thumb.png"}
|
{"key":"t_culture1_2","title":"t_culture1_2","author":"kenlee","thumbnail":"assets/images/design_thumb.png"}
|
Loading…
Reference in New Issue