'refresh'

This commit is contained in:
kenlee 2025-04-01 16:07:40 +08:00
parent 3939bc3b1d
commit 6511af1723
4 changed files with 9 additions and 15 deletions

View File

@ -465,6 +465,7 @@
$(this).css("font-size", emValue + "em"); $(this).css("font-size", emValue + "em");
} }
}); });
//表格scope
$("table").each(function() { $("table").each(function() {
$(this).find("tr").each(function(rowIndex) { $(this).find("tr").each(function(rowIndex) {
$(this).find("th").each(function(colIndex) { $(this).find("th").each(function(colIndex) {

View File

@ -2046,14 +2046,6 @@
} }
} }
.i-annc__img {
width: 100%;
max-width: 100%;
height: auto;
}
.i-annc__table{
}
.i-annc__th { .i-annc__th {
color: $theme-color-main; color: $theme-color-main;
@extend .i-title; @extend .i-title;

View File

@ -714,7 +714,7 @@
} }
.video_linkwrapper{ .video_linkwrapper{
position:relative; position:relative;
height: 12em; height: 13.5em;
overflow:hidden; overflow:hidden;
width: 100%; width: 100%;
img{ img{
@ -754,7 +754,7 @@
height:13em; height:13em;
} }
@media(max-width:768px)and(min-width: 600px){ @media(max-width:768px)and(min-width: 600px){
height: 12em; height: 13.5em;
} }
@media(max-width: $screen-xs){ @media(max-width: $screen-xs){
height:13em; height:13em;
@ -771,7 +771,7 @@
height: 23.5em; height: 23.5em;
} }
@media(max-width: $screen-xs){ @media(max-width: $screen-xs){
height: 12em; height: 13.5em;
} }
} }
.video_linkwrapper2{ .video_linkwrapper2{
@ -791,7 +791,7 @@
height: 22.5em; height: 22.5em;
} }
@media(max-width:$screen-xs){ @media(max-width:$screen-xs){
height: 12em; height: 13.5em;
} }
} }
.video_linkwrapper3{ .video_linkwrapper3{
@ -809,11 +809,11 @@
} }
@media(max-width:768px)and(min-width:$screen-xs){ @media(max-width:768px)and(min-width:$screen-xs){
height: 12em; height: 13.5em;
} }
@media(max-width: $screen-xs){ @media(max-width: $screen-xs){
height:12em; height:13.5em;
} }
} }
.video_linkwrapper5{ .video_linkwrapper5{
@ -836,7 +836,7 @@
} }
@media(max-width: $screen-xs){ @media(max-width: $screen-xs){
height:12em; height:13.5em;
} }
} }

View File

@ -23,6 +23,7 @@
<a class="i-annc__title" href="{{link_to_show}}">{{title}}</a> <a class="i-annc__title" href="{{link_to_show}}">{{title}}</a>
</h4> </h4>
<p class="i-annc__subtitle">{{subtitle}}</p> <p class="i-annc__subtitle">{{subtitle}}</p>
<p class="s-annc__post-notes">{{notes}}</p>
</div> </div>
</li> </li>
</ul> </ul>