This commit is contained in:
ken 2026-05-04 13:37:19 +08:00
parent 4624ee0795
commit 50e35769e7
6 changed files with 1131 additions and 435 deletions

File diff suppressed because it is too large Load Diff

View File

@ -21,6 +21,3 @@ a[accesskey] {
color: transparent !important;
}
}
#layout-navigation a[accesskey]{
position: absolute!important;
}

View File

@ -179,7 +179,7 @@
a {
color: #fff;
text-decoration: none;
padding:15px 15px 12px 15px;
padding:5px;
}
@media (min-width:1025px) {

View File

@ -17,7 +17,7 @@
// }
.member-data-value-name{
color: #002333;
// color: #002333;
// font-size: 1.1em;
// font-weight: 600;
}
@ -28,6 +28,7 @@
}
.i-member-profile-item{
list-style: none;
word-break: break-all;
}
.i-member-pic-wrap{
overflow: hidden;

View File

@ -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>

View File

@ -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>