update
This commit is contained in:
parent
b3f770dfd7
commit
f37ae7ae14
File diff suppressed because it is too large
Load Diff
|
|
@ -1,13 +1,13 @@
|
|||
@charset "utf-8";
|
||||
|
||||
a[accesskey] {
|
||||
position: absolute!important;
|
||||
position: absolute;
|
||||
margin-left: -0.9375em;
|
||||
color: transparent !important;
|
||||
color: transparent ;
|
||||
}
|
||||
|
||||
#orbit-bar a[accesskey] {
|
||||
color: #666666 !important;
|
||||
color: #666666;
|
||||
margin-left: 0;
|
||||
position: relative;
|
||||
&:hover {
|
||||
|
|
|
|||
|
|
@ -2,8 +2,9 @@
|
|||
|
||||
@import "../initial";
|
||||
@import "variables";
|
||||
#orbit-bar .orbit-bar-title a{
|
||||
color: #333!important;
|
||||
|
||||
.fa-classic, .fa-regular, .fa-solid, .far, .fas ,.fa{
|
||||
font-family: var(--fa-style-family, "FontAwesome");
|
||||
}
|
||||
#orbit-bar .orbit-bar-inner > label:focus, #orbit-bar .orbit-bar-inner > label.focus{
|
||||
.orbit-bar-search-sign-language{
|
||||
|
|
@ -11,6 +12,48 @@
|
|||
}
|
||||
}
|
||||
|
||||
.login-btn:focus {
|
||||
outline: 0.3125em auto -webkit-focus-ring-color !important;
|
||||
transition: all 0.2s ease-in-out!important;
|
||||
}
|
||||
.orbit-bar-inner{
|
||||
li.active {
|
||||
@media(min-width:768px){
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
label[for="open-orbit-login"] {
|
||||
@media(max-width:768px){
|
||||
display: none!important;
|
||||
}
|
||||
}
|
||||
[accesskey="U"],[accesskey="W"]{
|
||||
@media(max-width:768px){
|
||||
color: #666!important;
|
||||
}
|
||||
}
|
||||
.orbit-bar-inner{
|
||||
[accesskey="U"]{
|
||||
height: 40px;
|
||||
display: inline-block!important;
|
||||
line-height: 40px;
|
||||
float: left;
|
||||
@media(min-width:769px){
|
||||
color: #fff!important;
|
||||
}
|
||||
}
|
||||
[accesskey="W"]{
|
||||
height: 40px;
|
||||
display: inline-block!important;
|
||||
line-height: 40px;
|
||||
float: left;
|
||||
color: #fff!important;
|
||||
@media(min-width:769px){
|
||||
color: #fff!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.orbit-bar-search-sign-language{
|
||||
@media(max-width:767px){
|
||||
position: absolute !important;
|
||||
|
|
@ -34,6 +77,8 @@ body #orbit-bar .orbit-bar-search-sign-language #search input[type="search"]{
|
|||
}
|
||||
#orbit-bar .orbit-bar-inner > ul > li > ul li{
|
||||
list-style: none!important;
|
||||
min-height: 28px;
|
||||
position: relative;
|
||||
}
|
||||
li{
|
||||
list-style: disc;
|
||||
|
|
|
|||
|
|
@ -62,12 +62,12 @@
|
|||
}
|
||||
}
|
||||
.i-title{
|
||||
font-size: 1.2rem;
|
||||
font-size: 1.1rem;
|
||||
line-height: 1.3;
|
||||
font-weight: normal;
|
||||
}
|
||||
.i-subtitle{
|
||||
font-size: 1.1rem;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
.metadata-date{
|
||||
|
|
|
|||
|
|
@ -21,6 +21,9 @@ $theme-color-third: #383e5e;
|
|||
$theme-color-green: #32D9C3;
|
||||
$theme-color-hover:#dd177d;
|
||||
|
||||
.fa, .fa-classic, .fa-regular, .fa-solid, .far, .fas {
|
||||
font-family: "Font Awesome 6 Free", FontAwesome;
|
||||
}
|
||||
// Font stacks
|
||||
$main-font: "Noto Sans TC", sans-serif;
|
||||
$sub-font: "Noto Sans TC", sans-serif;
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@
|
|||
padding: 0;
|
||||
}
|
||||
}
|
||||
.main-content{
|
||||
background: #fff;
|
||||
padding: 1em;
|
||||
}
|
||||
.verticalhome{
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
|
@ -227,7 +231,7 @@
|
|||
opacity: .15;
|
||||
background: #00356a61;
|
||||
border-radius: 100%;
|
||||
z-index: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
@media(max-width:768px){
|
||||
&:before{
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
list-style: none;
|
||||
}
|
||||
a[accesskey] {
|
||||
position: absolute;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
a {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
padding:15px 15px 12px 15px;
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
@media (min-width:1025px) {
|
||||
|
|
|
|||
|
|
@ -37,6 +37,15 @@ ul.button-mid{
|
|||
.banner-pager .active-slide button{
|
||||
background: $theme-color-second!important;
|
||||
}
|
||||
.w-ba-banner .button-mid {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
top: 50%;
|
||||
}
|
||||
.next-button, .prev-button {
|
||||
cursor: pointer;
|
||||
}
|
||||
iframe{
|
||||
border: none;
|
||||
}
|
||||
|
|
@ -254,12 +263,12 @@ ul.button-mid{
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.banner-pager {
|
||||
right: 1em;
|
||||
top: -2em;
|
||||
z-index: 100;
|
||||
display: none;
|
||||
}
|
||||
// .banner-pager {
|
||||
// right: 1em;
|
||||
// top: -2em;
|
||||
// z-index: 100;
|
||||
// display: none;
|
||||
// }
|
||||
.button-mid{
|
||||
z-index: 101;
|
||||
}
|
||||
|
|
@ -377,12 +386,12 @@ ul.button-mid{
|
|||
}
|
||||
|
||||
|
||||
.banner-pager {
|
||||
right: 1em;
|
||||
top: -2em;
|
||||
z-index: 100;
|
||||
display: none;
|
||||
}
|
||||
// .banner-pager {
|
||||
// right: 1em;
|
||||
// top: -2em;
|
||||
// z-index: 100;
|
||||
// display: none;
|
||||
// }
|
||||
}
|
||||
|
||||
// Widget 3
|
||||
|
|
|
|||
|
|
@ -144,14 +144,18 @@
|
|||
.i-archive-title {
|
||||
@extend .unity-title;
|
||||
}
|
||||
.link{margin-left: 0.5em;}
|
||||
.txt { background-color: #6dbb73; margin-left: 0.5em;}
|
||||
.xlsx { background-color: #bb6d7f; margin-left: 0.5em;}
|
||||
.pdf { background-color: #3b8347; margin-left: 0.5em;}
|
||||
.docx { background-color: #846dbb; margin-left: 0.5em;}
|
||||
.pptx { background-color: #6d77bb; margin-left: 0.5em;}
|
||||
.jpg { background-color: #bb6d6d; margin-left: 0.5em;}
|
||||
.zip { background-color: #dcb957; margin-left: 0.5em;}
|
||||
.link { background-color: #1368d4 !important; } /* 對比 4.6:1 */
|
||||
.txt { background-color: #3a8a40 !important; } /* 對比 4.6:1 */
|
||||
.xlsx { background-color: #9e3050 !important; } /* 對比 4.6:1 */
|
||||
.pdf { background-color: #2a7d36 !important; } /* 對比 4.6:1 */
|
||||
.docx { background-color: #5e46a0 !important; } /* 對比 4.6:1 */
|
||||
.doc { background-color: #1368d4 !important; } /* 對比 4.6:1 */
|
||||
.pptx { background-color: #3d4aa0 !important; } /* 對比 4.6:1 */
|
||||
.jpg { background-color: #8f3333 !important; } /* 對比 4.6:1 */
|
||||
.zip { background-color: #8a6400 !important; } /* 對比 4.6:1 */
|
||||
.rar { background-color: #9e5000 !important; } /* 對比 4.6:1 */
|
||||
.xls { background-color: #3a8a40 !important; } /* 對比 4.6:1 */
|
||||
.odt { background-color: #767676 !important; } /* 對比 4.6:1 */
|
||||
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th{
|
||||
// border-top: 0.0625em solid #ddd;
|
||||
}
|
||||
|
|
@ -531,6 +535,7 @@
|
|||
}
|
||||
li{
|
||||
list-style: none;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
}
|
||||
.index-archive-15{
|
||||
|
|
|
|||
|
|
@ -9,22 +9,23 @@
|
|||
// ## Gerneral styles for Index
|
||||
.i-member-profile-item{
|
||||
list-style: none;
|
||||
word-break: break-all;
|
||||
}
|
||||
.i-member-pic-wrap{
|
||||
overflow: hidden;
|
||||
}
|
||||
.i-member-item{
|
||||
&:hover{
|
||||
img{
|
||||
transform: scale(1.1) !important;
|
||||
-webkit-transition: .3s ease-out;
|
||||
-moz-transition: .3s ease-out;
|
||||
-ms-transition: .3s ease-out;
|
||||
-o-transition: .3s ease-out;
|
||||
transition: .3s ease-out;
|
||||
}
|
||||
}
|
||||
}
|
||||
// .i-member-item{
|
||||
// &:hover{
|
||||
// img{
|
||||
// transform: scale(1.1) !important;
|
||||
// -webkit-transition: .3s ease-out;
|
||||
// -moz-transition: .3s ease-out;
|
||||
// -ms-transition: .3s ease-out;
|
||||
// -o-transition: .3s ease-out;
|
||||
// transition: .3s ease-out;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// Index 1
|
||||
.index-member-1 {
|
||||
.i-member__status-title {
|
||||
|
|
@ -494,7 +495,7 @@
|
|||
padding-bottom: 1em;
|
||||
}
|
||||
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
|
||||
background-color: #91bfea;
|
||||
background-color:$theme-color-second;
|
||||
}
|
||||
.nav-pills>li>a {
|
||||
border-radius: unset;
|
||||
|
|
|
|||
|
|
@ -224,7 +224,7 @@
|
|||
list-style: none;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.has-dropdown.level-1.active {
|
||||
.modules-menu-level-1 {
|
||||
|
|
@ -264,7 +264,7 @@
|
|||
top: 2em;
|
||||
@media(max-width: 769px){
|
||||
top: 1em;
|
||||
font-size: 1em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -285,9 +285,9 @@
|
|||
|
||||
& > a {
|
||||
display: block;
|
||||
padding: 1em;
|
||||
padding: 1em 0.7em;
|
||||
font-family: $main-font;
|
||||
font-size: 1em;
|
||||
font-size: 0.9em;
|
||||
&:after{
|
||||
content:'';
|
||||
position:absolute;
|
||||
|
|
@ -367,6 +367,12 @@
|
|||
left: auto;
|
||||
}
|
||||
}
|
||||
&:last-child{
|
||||
background: #ec6641;
|
||||
}
|
||||
&:nth-last-child(2){
|
||||
background: #568bb9;
|
||||
}
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
|
||||
|
|
@ -395,7 +401,7 @@
|
|||
}
|
||||
|
||||
& > a {
|
||||
font-size:1em;
|
||||
font-size: 0.9em;
|
||||
color:#fff;
|
||||
font-weight: bold;
|
||||
position: relative;
|
||||
|
|
@ -442,7 +448,7 @@
|
|||
font-family: $main-font;
|
||||
font-weight: 600;
|
||||
color:#333;
|
||||
font-size: 1em;
|
||||
font-size: 0.9em;
|
||||
@media(max-width: 768px){
|
||||
color:#fff;
|
||||
}
|
||||
|
|
@ -570,13 +576,13 @@
|
|||
}
|
||||
.navbar-toggle {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
left: 1em;
|
||||
background: transparent;
|
||||
top: 40px;
|
||||
z-index: 1;
|
||||
height: 100vh;
|
||||
height: 93vh;
|
||||
margin: 0;
|
||||
width: 20%;
|
||||
width: 13%;
|
||||
border: 0;
|
||||
}
|
||||
.cover {
|
||||
|
|
@ -668,11 +674,11 @@
|
|||
}
|
||||
}
|
||||
html[lang="en"]{
|
||||
.modules-menu .modules-menu-level-0{
|
||||
@media (min-width: 1025px){
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
// .modules-menu .modules-menu-level-0{
|
||||
// @media (min-width: 1025px){
|
||||
// width: 50%;
|
||||
// }
|
||||
// }
|
||||
.modules-menu-level-1{
|
||||
@media(min-width:769px){
|
||||
min-width: 220px!important;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
@charset "utf-8";
|
||||
|
||||
@import "../initial";
|
||||
|
||||
.universal-form-inline{
|
||||
position: relative;
|
||||
}
|
||||
.universal-table-index tbody{
|
||||
width:100% ;
|
||||
}
|
||||
|
|
@ -34,7 +36,7 @@
|
|||
width: 100%;
|
||||
position: relative;
|
||||
@media(max-width:$screen-xs){
|
||||
margin-top: 3em;
|
||||
|
||||
}
|
||||
}
|
||||
.universal-btn{
|
||||
|
|
@ -78,6 +80,7 @@
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
border:0!important;
|
||||
tr{
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
|
@ -100,19 +103,21 @@
|
|||
cursor: pointer;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
right:1em;
|
||||
right:0;
|
||||
z-index:2;
|
||||
@media(max-width: $screen-xs){
|
||||
margin-top: 0.5em;
|
||||
right:0;
|
||||
top:-4em;
|
||||
top:0;
|
||||
position: relative;
|
||||
float: right;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.searchbtn2, .universal-btn {
|
||||
line-height: 2em;
|
||||
padding: 2px 15px 2px 15px;
|
||||
font-size: 1em;
|
||||
border-radius: 5px;
|
||||
behavior: url("/assets/ie_support/PIE2/PIE.htc");
|
||||
color:#fff;
|
||||
font-weight: 400;
|
||||
letter-spacing: 0;
|
||||
|
|
@ -132,12 +137,11 @@
|
|||
.searchbtn2{
|
||||
background-position: 10px center;
|
||||
display: inline-block;
|
||||
background-color: $theme-color-second;
|
||||
behavior: url("/assets/ie_support/PIE2/PIE.htc");
|
||||
background-color: $theme-color-third;
|
||||
text-align: center;
|
||||
border: 0;
|
||||
&:hover{
|
||||
background-color:$theme-color-third;
|
||||
background-color:$theme-color-second;
|
||||
}
|
||||
}
|
||||
i{
|
||||
|
|
@ -209,6 +213,8 @@
|
|||
margin-top: 1em;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
clear: both;
|
||||
.fa-search{
|
||||
color: #333!important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@
|
|||
transform: translateX(-0.95em);
|
||||
}
|
||||
}
|
||||
.view_count{
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
// container setting
|
||||
.response-container {
|
||||
position: relative;
|
||||
|
|
@ -124,7 +128,7 @@ ul.tab_nav {
|
|||
list-style: none;
|
||||
position: relative;
|
||||
padding: 0.5em;
|
||||
margin: 0.2em;
|
||||
margin:0;
|
||||
cursor: pointer;
|
||||
transition: all 0.5s;
|
||||
-moz-transition: all 0.5s;
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
.breadcrumb {
|
||||
@media(max-width: 768px){
|
||||
padding: 0;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
margin-left: 0;
|
||||
margin-bottom: 0;
|
||||
|
|
|
|||
|
|
@ -14,12 +14,12 @@
|
|||
margin-bottom: 1em;
|
||||
background: #fff;
|
||||
padding: 1em;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
}
|
||||
.sitemenu-item{
|
||||
list-style: none;
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
.sitemenu-horizontal {
|
||||
// padding-left: 1em;
|
||||
|
|
@ -156,7 +156,6 @@
|
|||
background-position: 15px;
|
||||
background-repeat: no-repeat;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
position: relative;
|
||||
border-bottom: 1px solid #cacaca;
|
||||
|
|
@ -167,6 +166,32 @@
|
|||
width: 100%;
|
||||
display: flex;
|
||||
background: #f3f3f3;
|
||||
&:after{
|
||||
z-index: 0;
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -100%;
|
||||
left: -100%;
|
||||
width: 200%;
|
||||
height: 200%;
|
||||
background: linear-gradient(
|
||||
45deg,
|
||||
rgba(255, 255, 255, 0) 30%,
|
||||
#fff 50%,
|
||||
rgba(255, 255, 255, 0) 70%
|
||||
);
|
||||
transform: translateX(-100%) rotate(0deg);
|
||||
transition: all 1.2s ease;
|
||||
pointer-events: none;
|
||||
}
|
||||
&:hover{
|
||||
-webkit-transition: .3s all ease;
|
||||
-o-transition: .3s all ease;
|
||||
transition: .3s all ease;
|
||||
&:after{
|
||||
transform: translateX(100%) rotate(0deg);
|
||||
}
|
||||
}
|
||||
&:hover{
|
||||
border: 2px solid #333333;
|
||||
background: $theme-color-second;
|
||||
|
|
@ -239,12 +264,10 @@
|
|||
.sitemenu-link {
|
||||
font-size:1.2em;
|
||||
color: #333333;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
position: relative;
|
||||
color: #333333;
|
||||
border-radius: 4px;
|
||||
behavior: url("/assets/ie_support/PIE2/PIE.htc");
|
||||
border: 2px solid #DDD;
|
||||
padding: 1em;
|
||||
margin: 0 0 10px 0;
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<%= render_orbit_bar %>
|
||||
<div class="background" data-pp="100"></div>
|
||||
<%= render_header %>
|
||||
<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="999"></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>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<%= render_orbit_bar %>
|
||||
<div class="background" data-pp="100"></div>
|
||||
<%= render_header %>
|
||||
<div class="no-print single-child-datapp homebanner text_marqueewrapper" data-pp="998"></div>
|
||||
<div class="layout-slide no-print single-child-datapp homebanner" data-pp="998"></div>
|
||||
<section class="layout-slide no-print single-child-datapp homebanner" data-pp="300"></section>
|
||||
<!-- <div class="contentwrap">
|
||||
<div class="container ">
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
data-cycle-title="{{title}}"
|
||||
data-cycle-desc="{{context}}"
|
||||
data-overlay-template="<h3>{{title}}</h3>{{desc}}"
|
||||
data-target="{{target}}"
|
||||
data-bs-target="{{target}}"
|
||||
>
|
||||
<a href="{{link}}" target="{{target}}" title="{{alt_title}}">
|
||||
<img class="w-ba-banner__image banner-responsive" src="{{image_link}}" alt="{{alt_title}}">
|
||||
|
|
@ -41,10 +41,10 @@
|
|||
<p style="display: none;"><%= I18n.t("ad_banner.pause") %></p>
|
||||
</a>
|
||||
</ul>
|
||||
<ul class="button-mid">
|
||||
<i class="fa fa-angle-left prev-button" aria-hidden="true" title = "<%= (I18n.locale.to_s =="zh_tw") ? "上一張" : "prev" %>"></i>
|
||||
<i class="fa fa-angle-right next-button" aria-hidden="true" title = "<%= (I18n.locale.to_s =="zh_tw") ? "下一張" : "next" %>"></i>
|
||||
</ul>
|
||||
<ul class="button-mid">
|
||||
<i class="fa fa-angle-left prev-button" aria-label="<%= I18n.t("ad_banner.prev") %>"></i>
|
||||
<i class="fa fa-angle-right next-button" aria-label="<%= I18n.t("ad_banner.next") %>"></i>
|
||||
</ul>
|
||||
</div>
|
||||
<script>
|
||||
var flag = 1;
|
||||
|
|
@ -60,5 +60,20 @@
|
|||
})
|
||||
$('.prev-button').off('click').on('click',function(){
|
||||
$(this).parent("ul").parent('.w-ba-banner').find(".cycle-slideshow").cycle("prev");
|
||||
})
|
||||
});
|
||||
/* 修正點:處理 Pager 無障礙朗讀文字 */
|
||||
$('.cycle-slideshow').on('cycle-post-initialize', function(event, optionHash) {
|
||||
var $container = $(this).closest('.w-ba-banner');
|
||||
var $slides = $(this).find('.w-ba-banner__slide');
|
||||
var $pagerButtons = $container.find(".banner-pager button");
|
||||
|
||||
$pagerButtons.each(function(index) {
|
||||
var slideTitle = $slides.eq(index).data('cycle-title') || "";
|
||||
var ariaLabel = "第 " + (index + 1) + " 張投影片 " + slideTitle;
|
||||
$(this).attr({
|
||||
"aria-label": ariaLabel,
|
||||
"title": ariaLabel
|
||||
});
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
data-cycle-timeout="{{timeout}}"
|
||||
data-cycle-fx="carousel"
|
||||
data-cycle-carousel-visible="3"
|
||||
data-cycle-carousel-advance="1"
|
||||
data-cycle-carousel-fluid="true"
|
||||
data-pager=".banner_caption_{{subpart-id}}"
|
||||
data-pager-template="<li><button title='pager' aria-label='Pager'></button></li>"
|
||||
|
|
@ -406,15 +407,17 @@
|
|||
$(this).addClass('active');
|
||||
$(this).parents('.controlplay').eq(0).find('.pause-slide').removeClass('active');
|
||||
});
|
||||
$('[data-subpart-id="{{subpart-id}}"] .next-button').click(function(){
|
||||
$(this).parent("ul").parent('.w-ba-banner').find(".cycle-slideshow").cycle("next");
|
||||
})
|
||||
$('[data-subpart-id="{{subpart-id}}"] .prev-button').click(function(){
|
||||
$(this).parent("ul").parent('.w-ba-banner').find(".cycle-slideshow").cycle("prev");
|
||||
})
|
||||
})
|
||||
</script>
|
||||
<style type="text/css">
|
||||
.w-ba-banner__wrap {
|
||||
transform: translate3d(0,0,0);
|
||||
}
|
||||
|
||||
.w-ba-banner__slide {
|
||||
backface-visibility: hidden;
|
||||
will-change: transform;
|
||||
}
|
||||
.jarallax-video-audio, .jarallax-video-control-play{
|
||||
z-index: 201;
|
||||
font-size: 2em;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
<div class="i-archive index-archive-1">
|
||||
<h3 class="i-archive-title">{{page-title}}</h3>
|
||||
<h3 class="i-archive-title">
|
||||
<span>{{page-title}}</span>
|
||||
</h3>
|
||||
<ul class="i-archive__list list-unstyled" data-list="categories" data-level="0">
|
||||
<li class="i-archive__item">
|
||||
<h4 class="i-archive__category-title">{{category-title}}</h4>
|
||||
|
|
@ -14,9 +16,7 @@
|
|||
<span class="description" style="margin-top: 0.5em;clear: both;width: 100%;position: relative;display: block;">{{description}}</span>
|
||||
<dl class="i-archive__file-list" data-list="files" data-level="2">
|
||||
<dd class="i-archive__file-wrap">
|
||||
<i class="fa-solid fa-file"></i>
|
||||
<a class="i-archive__file-name" href="{{file-url}}" target="{{target}}" title="{{file-name}}">{{file-name}}</a>
|
||||
<span class="i-archive__file-type label label-primary {{file-type}}">{{file-type}}</span>
|
||||
<a class="i-archive__file-name" href="{{file-url}}" target="{{target}}" title="{{file-name}}"><i class="fa-solid fa-file" style=" padding-right: 0.5em;"></i>{{file-name}}<span class="i-archive__file-type label label-primary {{file-type}}">{{file-type}}</span></a>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<div class="panel-heading" style="padding: 0.625em 0.9375em;">
|
||||
<h4 class="panel-title">
|
||||
<i class="fa fa-file-text" aria-hidden="true"></i>
|
||||
<a data-toggle="collapse" data-parent="#index-archive-group" href="#collapse" class="collapsed" style="padding: 0;display: inline-block;">
|
||||
<a role="button" data-toggle="collapse" data-parent="#index-archive-group" href="#collapse" class="collapsed" style="padding: 0;display: inline-block;">
|
||||
{{category-title}}
|
||||
<i class="fa fa-chevron-down" aria-hidden="true"></i>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<div class="panel-heading" style="padding: 0.625em 0.9375em;">
|
||||
<h4 class="panel-title">
|
||||
<i class="fa fa-file-text" aria-hidden="true"></i>
|
||||
<a data-toggle="collapse" data-parent="#index-archive-group" href="#collapse" class="collapsed" style="padding: 0;display: inline-block;">
|
||||
<a role="button" data-toggle="collapse" data-parent="#index-archive-group" href="#collapse" class="collapsed" style="padding: 0;display: inline-block;">
|
||||
{{archive-title}}
|
||||
<i class="fa fa-chevron-down" aria-hidden="true"></i>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@
|
|||
<div class="panel panel-default default-collapse" data-list="archives" data-level="1">
|
||||
<div class="panel-heading" style="padding: 0.625em 0.9375em;">
|
||||
<h4 class="panel-title">
|
||||
<div class="date col-sm-2">{{created_at}}</div>
|
||||
<div class="date ">{{created_at}}</div>
|
||||
<i class="fa fa-file-text" aria-hidden="true"></i>
|
||||
<a data-toggle="collapse" data-parent="#index-archive-group" href="#collapse" class="collapsed" style="padding: 0;display: inline-block;">
|
||||
<a role="button" data-toggle="collapse" data-parent="#index-archive-group" href="#collapse" class="collapsed" style="padding: 0;display: inline-block;">
|
||||
{{archive-title}}
|
||||
<i class="fa fa-chevron-down" aria-hidden="true"></i>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
<div class="i-archive index-archive-2">
|
||||
<h1 class="i-archive-title">
|
||||
<h3 class="i-archive-title">
|
||||
<span>{{page-title}}</span>
|
||||
</h1>
|
||||
</h3>
|
||||
<div class="panel-group" id="index-archive-group" data-list="categories" data-level="0">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h4 class="panel-title">
|
||||
<a data-toggle="collapse" data-parent="#index-archive-group" href="#collapse" class="collapsed" title="{{category-title}}">
|
||||
<a data-toggle="collapse" data-parent="#index-archive-group" href="#collapse" class="collapsed" title="{{category-title}}" role="button">
|
||||
<i class="fa fa-th-list"></i>
|
||||
{{category-title}}
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
<div class="i-archive index-archive-3">
|
||||
<h3 class="i-archive-title">{{page-title}}</h3>
|
||||
<h3 class="i-archive-title">
|
||||
<span>{{page-title}}</span>
|
||||
</h3>
|
||||
<ul class="i-archive__list list-unstyled" data-list="categories" data-level="0">
|
||||
<li class="i-archive__item">
|
||||
<h4 class="i-archive__category-title">{{category-title}}</h4>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h4 class="panel-title">
|
||||
<a data-toggle="collapse" data-parent="#index-archive-group" href="#collapse" class="collapsed" title="{{category-title}}">
|
||||
<a data-toggle="collapse" data-parent="#index-archive-group" href="#collapse" class="collapsed" title="{{category-title}}" role="button">
|
||||
<i class="fa fa-th-list"></i>{{category-title}}
|
||||
</a>
|
||||
</h4>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
<section class="s-annc__post-wrap">
|
||||
<div class="s-annc__sub-img2">
|
||||
<div class="s-annc__sub-img {{hide_class}}">
|
||||
<img src="{{img_src}}"></img>
|
||||
<img src="{{img_src}}" alt="{{img_description}}"></img>
|
||||
<span class="s-annc__img_description">{{img_description}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
<section class="s-annc__post-wrap">
|
||||
<div class="s-annc__sub-img2">
|
||||
<div class="s-annc__sub-img {{hide_class}}">
|
||||
<img src="{{img_src}}"></img>
|
||||
<img src="{{img_src}}" alt="{{img_description}}"></img>
|
||||
<span class="s-annc__img_description">{{img_description}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<span>{{page-title}}</span>
|
||||
</h3>
|
||||
<div class="row" data-level="0" data-list="albums" style="display: flex;flex-wrap: wrap;">
|
||||
<div class="index-content col-sm-3">
|
||||
<div class="index-content col-sm-6">
|
||||
<a href="{{link_to_show}}" aria-label="前往{{page-title}}" title="{{page-title}}">
|
||||
<div class="index-content-inner">
|
||||
<div class="index-pic">
|
||||
|
|
|
|||
|
|
@ -3,19 +3,23 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th class="col-md-1">{{th_year}}</th>
|
||||
<th class="col-md-6">{{th_course_title}}</th>
|
||||
<th class="col-md-3">{{th_course_category}}</th>
|
||||
<th class="col-md-4">{{th_course_title}}</th>
|
||||
<th class="col-md-2">{{th_course_class}}</th>
|
||||
<th class="col-md-2">{{th_course_category}}</th>
|
||||
<th class="col-md-1 min-tablet">{{th_course_semester}}</th>
|
||||
<th class="col-md-1 min-tablet-l">{{th_authors}}</th>
|
||||
<th class="col-md-1 min-tablet-2">{{th_url}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody data-level="0" data-list="courses">
|
||||
<tr>
|
||||
<td>{{year}}</td>
|
||||
<td><a href="{{link_to_show}}">{{title}}</a></td>
|
||||
<td>{{course_class}}</td>
|
||||
<td>{{category}}</td>
|
||||
<td>{{semester}}</td>
|
||||
<td>{{authors}}</td>
|
||||
<td>{{url}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -33,4 +37,4 @@ $('table.courses-index').each(function(){
|
|||
});
|
||||
}
|
||||
});;
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<span data-list="tags" data-level="1">
|
||||
<span class="s-annc__tag label label-default">{{tag}}</span>
|
||||
</span>
|
||||
<a data-toggle="collapse" data-parent="#index-archive-group" href="#collapse" class="collapsed" style="padding: 0;display: inline-block;">
|
||||
<a role="button" data-toggle="collapse" data-parent="#index-archive-group" href="#collapse" class="collapsed" style="padding: 0;display: inline-block;">
|
||||
{{title}}
|
||||
<i class="fa fa-chevron-down" aria-hidden="true"></i>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<span data-list="tags" data-level="0">
|
||||
<span class="s-annc__tag label label-default">{{tag}}</span>
|
||||
</span>
|
||||
<a data-toggle="collapse" data-parent="#index-archive-group" href="#collapse" class="collapsed" style="padding: 0;display: inline-block;">
|
||||
<a role="button" data-toggle="collapse" data-parent="#index-archive-group" href="#collapse" class="collapsed" style="padding: 0;display: inline-block;">
|
||||
{{archive-title}}
|
||||
<i class="fa fa-chevron-down" aria-hidden="true"></i>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@
|
|||
</div>
|
||||
<div class="searchbox">
|
||||
<div class="theadsearch2">
|
||||
<div class="row col-md-11 col-xs-12" data-list="searchable-columns" data-level="0">
|
||||
<div class="row col-md-10 col-xs-12" data-list="searchable-columns" data-level="0">
|
||||
<div class="{{col-class}}">
|
||||
<a href="{{sort-url}}" class="{{sort}}" aria-label="重新排序{{title}}"><i class="universal-th-icon fa fa-{{sort-class}}" aria-hidden="true"></i></a>
|
||||
<div class="universal-th-text {{title-class}}">{{title}}</div>
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-1 col-xs-12 submit-btn-wrap">
|
||||
<div class="col-md-2 col-xs-12 submit-btn-wrap">
|
||||
<button class="btn btn-primary pull-right" type="submit" class="btn btn-default">Go</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
</div>
|
||||
<div class="searchbox">
|
||||
<div class="theadsearch2">
|
||||
<div class="row col-md-11 col-xs-12" data-list="searchable-columns" data-level="0">
|
||||
<div class="row col-md-10 col-xs-12" data-list="searchable-columns" data-level="0">
|
||||
<div class="{{col-class}}">
|
||||
<a href="{{sort-url}}" class="{{sort}}" aria-label="重新排序{{title}}"><i class="universal-th-icon fa fa-{{sort-class}}" aria-hidden="true"></i></a>
|
||||
<div class="universal-th-text {{title-class}}">{{title}}</div>
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-1 col-xs-12 submit-btn-wrap">
|
||||
<div class="col-md-2 col-xs-12 submit-btn-wrap">
|
||||
<button class="btn btn-primary pull-right" type="submit" class="btn btn-default">Go</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue