'refresh'
This commit is contained in:
parent
3939bc3b1d
commit
6511af1723
|
|
@ -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) {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue