优化显示效果

This commit is contained in:
文派备案 2024-09-24 02:25:17 +08:00
parent 219631bc7e
commit b0a4bc3d42
2 changed files with 15 additions and 2 deletions

View file

@ -308,7 +308,7 @@ class Setting {
'type' => 'text',
'title' => '品牌白标',
'subtitle' => '自定义插件显示品牌名',
'desc' => __( '专为 WordPress 建站服务商和代理机构提供的<a href="https://wp-china-yes.com/white-label" target="_blank">自定义品牌 OEM 功能</a>,输入您的品牌词启用后生效',
'desc' => __( '专为 WordPress 建站服务商和代理机构提供的<a href="https://wp-china-yes.com/white-label" target="_blank">自定义品牌 OEM </a>功能,输入您的品牌词启用后生效',
'wp-china-yes' ),
'default' => "WP-China-Yes",
],
@ -377,6 +377,7 @@ HTML,
'type' => 'content',
'content' =>
<<<HTML
<div class="card-body contributors-name">
<a href="https://www.ibadboy.net/" target="_blank">孙锡源</a> |
<a href="https://github.com/devhaozi/" target="_blank">耗子</a> |
<a href="https://github.com/Yulinn233/" target="_blank">Yulinn</a> |
@ -388,6 +389,7 @@ HTML,
<a href="https://bbs.weixiaoduo.com/users/feibisi/" target="_blank">诗语</a> |
<a href="https://www.modiqi.com/" target="_blank">莫蒂奇</a> |
<a href="https://bbs.weixiaoduo.com/users/weixiaoduo/" target="_blank">薇晓朵</a>
</div>
HTML,
]
],

View file

@ -7,10 +7,21 @@
.sponsor-logos img {
flex-basis: calc(20% - 10px);
max-width: 85px;
margin: 5px;
margin: 14px;
height: auto;
}
.contributors-name {
margin-top: 0;
margin-bottom: 0;
padding: 12px;
color: #dcdcde;
}
.contributors-name a{
line-height: 2;
padding: 0.5em;
}
.wp_china_yes-content a {
color: #3858e9;
text-decoration: none;