Update page-links.php

This commit is contained in:
浪子 2024-07-01 08:57:29 +08:00
parent 5cccb0021f
commit 7c1b7260c6
1 changed files with 10 additions and 8 deletions

View File

@ -27,6 +27,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
</div></div> </div></div>
'); ');
?> ?>
</div> </div> </div>
</section> </section>
<!-- 判断如果允许评论则显示评论的div --> <!-- 判断如果允许评论则显示评论的div -->
<?php if ($this->allow('comment')): ?> <?php if ($this->allow('comment')): ?>
@ -47,7 +48,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
padding-left: 3.5em; padding-left: 3.5em;
} }
.container .main-inner { .container .main-inner {
width: 1100px; width: 100%;
} }
.links-content { .links-content {
margin-top: 1rem; margin-top: 1rem;
@ -58,8 +59,8 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
clear: both; clear: both;
} }
.card { .card {
width: 45%; width: 40%;
font-size: 1.5rem; font-size: 1rem;
padding: 20px 10px; padding: 20px 10px;
border-radius: 4px; border-radius: 4px;
transition-duration: 0.15s; transition-duration: 0.15s;
@ -80,14 +81,15 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
border: none; border: none;
} }
.card .ava { .card .ava {
width: 4rem !important; width: 64px;
height: 4rem !important; height: 48px;
margin: 0 !important; margin: 0;
margin-right: 1em !important; margin-right: 1em;
border-radius: 50%; border-radius: 50%;
display: block; display: block;
transition: all 0.75s; transition: all 0.75s;
} }
.card .ava:hover { .card .ava:hover {
-webkit-transform: rotate(360deg); -webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg); -moz-transform: rotate(360deg);
@ -115,7 +117,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
.card .card-header .info { .card .card-header .info {
font-style: normal; font-style: normal;
color: #a3a3a3; color: #a3a3a3;
font-size: 14px; font-size: 12px;
min-width: 0; min-width: 0;
word-break: break-word; word-break: break-word;
overflow: hidden; overflow: hidden;