Ver a proveniência

修复两处li不规范

pull/16/head
Zisbusy há 2 anos
ascendente
cometimento
014ba9e12f
2 ficheiros alterados com 14 adições e 15 eliminações
  1. +10
    -11
      Akina/css/style.css
  2. +4
    -4
      Akina/index.php

+ 10
- 11
Akina/css/style.css Ver ficheiro

@ -3160,13 +3160,12 @@ font-weight: 400;
padding-bottom: 15px;
border-bottom: 1px dashed #ECECEC;
}
.feature-content {
margin-top: 10px;
display: inline-block;
position: relative;
margin: 10px 0 0 0;
display: inline-block;
position: relative;
padding: 0;
}
.top-feature {
width: 100%;
height: auto;
@ -3336,12 +3335,12 @@ margin:0
}
.top-social {
height: 32px;
margin-top: 30px;
margin-left: 10px;
list-style: none;
display: inline-block;
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
height: 32px;
margin: 30px 0 0 10px;
list-style: none;
display: inline-block;
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
padding: 0;
}
.top-social img {

+ 4
- 4
Akina/index.php Ver ficheiro

@ -102,7 +102,7 @@ if($this->options->sticky){
<p><?php $this->options->headerinfo() ?></p>
</div>
<!-- 社交信息 -->
<div class="top-social">
<ul class="top-social">
<?php
//微博
if ($this->options->SINA){
@ -141,7 +141,7 @@ if($this->options->sticky){
echo '<li><a href="https://music.163.com/#/user/home?id='.$this->options->Music.'" target="_blank" rel="nofollow" class="social-bilibili"><img src="'.theurl.'images/music.png"/></a></li>';
}
?>
</div>
<ul>
</div>
</div>
<!-- 首页大图结束 -->
@ -158,7 +158,7 @@ if($this->options->sticky){
<!-- 聚焦内容 -->
<div class="top-feature">
<h1 class="fes-title">聚焦</h1>
<div class="feature-content">
<ul class="feature-content">
<?php
// 默认数据
$defaultUrl = ['https://zhebk.cn/Web/Akina.html','https://zhebk.cn/Web/userAkina.html','https://zhebk.cn/archives.html'];
@ -184,7 +184,7 @@ if($this->options->sticky){
echo '<li class="feature-'.$addNum.'"><a href="'.$defaultUrl[$i].'"><div class="feature-title"><span class="foverlay">'.$defaultTitle[$i].'</span></div><img src="'.theurl.'/images/feature/feature'.$addNum.'.jpg"></a></li>';
}
?>
</div>
</ul>
</div>
<!-- 主页内容 -->
<div id="primary" class="content-area">

Carregando…
Cancelar
Guardar