This commit is contained in:
rulingcom 2021-10-04 10:05:10 +08:00
parent 36b6ac5e4a
commit c7601553be
16 changed files with 35 additions and 30 deletions

View File

@ -186,7 +186,7 @@
text-align: center;
color: #333;
font-size: 1em;
left: 23.5em;
left: 24em;
cursor: pointer;
&:hover{
color:#777;
@ -194,7 +194,7 @@
}
@media(min-width:1025px){
position: fixed !important;
top: 4em;
top: 3.3em;
}
@media(max-width:1024px){
display: none!important;

View File

@ -3,7 +3,7 @@
@import "../initial";
.layout-footer {
padding: 2em 0;
padding: 1em 0;
color: $theme-color-main;
font-size: 0.8125em;
letter-spacing: 1px;

View File

@ -2,17 +2,19 @@
@import "../initial";
.default_site_h1{
display: contents;
@media (min-width: 480px){
font-size: 1.2em!important;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px){
display: flex;
}
@media (max-width: 480px){
font-size: 1.5em!important;
display: grid;
display: flex;
align-items: center;
padding: 0 0 0 0.5em !important;
.site-logo{
margin-left: -0.8em;
width: 100% !important;
margin-top: 0;
}
}
@ -64,6 +66,9 @@
padding: 0;
margin: 0;
position: fixed;
@media (min-width: 1025px){
max-width: 30%;
}
@media (max-width: 1025px) {
position:relative!important;
}
@ -75,13 +80,12 @@
font-size: 1em;
}
.navbar-brand {
margin: 0.5em;
margin: 1em;
padding: 0;
line-height: 3.75em;
color: $theme-color-main;
font-family: $main-font;
@media (min-width: 1300px){
margin: 0.5em 0.5em 0.5em 3em;
}
@media (max-width: 767px) {
height: 5em;
@ -90,13 +94,13 @@
@media (max-width: 480px) {
height: 3.5em;
padding: 0.5rem;
width: 75%;
}
.site-logo {
width: 180px;
height: auto;
margin-right: 0.5em;
float: left;
width: auto;
height:40px;
margin-right:0.5em!important;
}
}
}
@ -105,6 +109,8 @@
.navbar-toggle {
padding: 0.875em 0.625em;
margin-top: 1em;
position: absolute;
right: 0;
// border-radius: 0.125em;
// border-width: 0.125em;
// border-color: lighten($theme-color-main, 30%);
@ -173,7 +179,6 @@
.outdropdowns{
background-color: #fff;
@media (max-width: 480px) {
height: 156px;
background-color: #F8F8F8;
}
}

View File

@ -338,6 +338,7 @@ ul.button-mid{
// Widget 0
.ba-banner-widget-0 {
.w-ba-banner__wrap{
z-index: -1;
@media(max-width: $screen-xs){
height: 400px;
}
@ -388,6 +389,7 @@ ul.button-mid{
position: relative;
margin-top: -180px;
background-color: #288E8E;
z-index: -1;
@media(max-width: $screen-xs){
width: 120px;
height: 90px;
@ -408,15 +410,14 @@ ul.button-mid{
}
}
.aad-overlay{
background-image: linear-gradient(
180deg
, transparent 0, rgba(0, 0, 0, 0.6) 50%, #000);
background-image: linear-gradient(180deg, transparent 0, #00000026 30%, #000000e0);
padding: 1.5em 1em;
height: 200px;
position: absolute;
width: 100%;
z-index: 198;
bottom: 0;
z-index: -1;
}
}
// Widget 1

View File

@ -113,6 +113,5 @@
}
}
.sitemenu-title{
color: #fff;
margin-top: 0;
}

View File

@ -1,6 +1,6 @@
<div class="i-annc index-announcement-11 {{display}}">
<h3 class="i-annc__page-title">{{page-title}}</h3>
<table class="i-annc__table table table-striped dt-responsive nowrap">
<table class="i-annc__table table table-striped dt-responsive">
<thead>
<tr>
<th class="i-annc__th i-annc__th--date all" id='date'>{{date-head}}</th>

View File

@ -1,6 +1,6 @@
<div class="i-annc index-announcement-12 {{display}}">
<h3 class="i-annc__page-title">{{page-title}}</h3>
<table class="i-annc__table table table-striped dt-responsive nowrap">
<table class="i-annc__table table table-striped dt-responsive">
<thead>
<tr>
<th class="i-annc__th i-annc__th--date all" id='date'>{{date-head}}</th>

View File

@ -1,6 +1,6 @@
<div class="i-annc index-announcement-15 {{display}}">
<h3 class="i-annc__page-title">{{page-title}}</h3>
<table class="i-annc__table table table-striped dt-responsive nowrap">
<table class="i-annc__table table table-striped dt-responsive">
<thead>
<tr>
<th class="i-annc__th i-annc__th--date all" id='date'>{{date-head}}</th>

View File

@ -1,6 +1,6 @@
<div class="i-annc index-announcement-16 {{display}}">
<h3 class="i-annc__page-title">{{page-title}}</h3>
<table class="i-annc__table table table-striped dt-responsive nowrap">
<table class="i-annc__table table table-striped dt-responsive">
<thead>
<tr>
<th class="i-annc__th i-annc__th--date all" id='date'>{{date-head}}</th>

View File

@ -35,8 +35,8 @@
$('.i-member img').eq(i).parent().attr('title','noname');
}
}
for(var i = 0;i < $('.i-member span a').length ; i++){
if($('.i-member span a').eq(i).html().trim().replace('&nbsp;','') == "")
$('.i-member span a').eq(i).html('noname');
for(var i = 0;i < $('.i-member span.member-data-value-name a').length ; i++){
if($('.i-member span.member-data-value-name a').eq(i).html().trim().replace('&nbsp;','') == "")
$('.i-member span.member-data-value-name a').eq(i).html('noname');
}
</script>

View File

@ -21,7 +21,7 @@
{{data_intro_title}}
</div>
<table class="table table-hover table-striped dt-responsive nowrap {{complete_display}}">
<table class="table table-hover table-striped dt-responsive {{complete_display}}">
<thead>
<tr data-list="pd_title" data-level="1">
<th>{{plugin_data_title}}</th>

View File

@ -1,4 +1,4 @@
<table class="table table-hover table-striped projects-index activities-index dt-responsive nowrap">
<table class="table table-hover table-striped projects-index activities-index dt-responsive">
<caption><h3>{{widget-title}}</h3></caption>
<thead>
<tr>

View File

@ -1,4 +1,4 @@
<table class="table table-hover table-striped projects-index courses-index dt-responsive nowrap">
<table class="table table-hover table-striped projects-index courses-index dt-responsive">
<caption><h3>{{widget-title}}</h3></caption>
<thead>
<tr>

View File

@ -1,4 +1,4 @@
<table class="table table-hover table-striped projects-index personal-honor dt-responsive nowrap">
<table class="table table-hover table-striped projects-index personal-honor dt-responsive">
<caption><h3>{{widget-title}}</h3></caption>
<thead>
<tr data-level="0" data-list="headers">

View File

@ -1,4 +1,4 @@
<table class="table table-hover table-striped projects-index personal-lab dt-responsive nowrap">
<table class="table table-hover table-striped projects-index personal-lab dt-responsive">
<caption><h3>{{widget-title}}</h3></caption>
<thead>
<tr>

View File

@ -1,4 +1,4 @@
<table class="table table-hover table-striped projects-index personal-researchs dt-responsive nowrap">
<table class="table table-hover table-striped projects-index personal-researchs dt-responsive">
<caption><h3>{{widget-title}}</h3></caption>
<thead>
<tr>