固定图片宽高
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
This commit is contained in:
@@ -102,7 +102,7 @@
|
|||||||
<div class="header-nav-actions">
|
<div class="header-nav-actions">
|
||||||
<div class="header-search-wrapper">
|
<div class="header-search-wrapper">
|
||||||
<span class="header-nav-btn">
|
<span class="header-nav-btn">
|
||||||
<img src="__IMAGES__/s1.png" alt="">
|
<img src="__IMAGES__/s1.png" alt="" style="width: 17px;height: 17px;">
|
||||||
</span>
|
</span>
|
||||||
<div class="header-search-dropdown" id="searchDropdown">
|
<div class="header-search-dropdown" id="searchDropdown">
|
||||||
<span class="header-search-dropdown-delete-icon">✕</span>
|
<span class="header-search-dropdown-delete-icon">✕</span>
|
||||||
@@ -138,7 +138,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="header-lang-wrapper">
|
<div class="header-lang-wrapper">
|
||||||
<span class="header-nav-btn">
|
<span class="header-nav-btn">
|
||||||
<img src="__IMAGES__/l1.png" alt="">
|
<img src="__IMAGES__/l1.png" alt="" style="width: 20px;height:20px">
|
||||||
</span>
|
</span>
|
||||||
<div class="header-lang-dropdown" id="langDropdown">
|
<div class="header-lang-dropdown" id="langDropdown">
|
||||||
<span class="header-lang-dropdown-delete-icon">✕</span>
|
<span class="header-lang-dropdown-delete-icon">✕</span>
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="header-buy-wrapper">
|
<div class="header-buy-wrapper">
|
||||||
<button class="header-buy-btn">
|
<button class="header-buy-btn">
|
||||||
<img src="__IMAGES__/g1.png" alt="">
|
<img src="__IMAGES__/g1.png" alt="" style="margin-right: 3px;">
|
||||||
{:lang_i18n('购买')}
|
{:lang_i18n('购买')}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -140,19 +140,19 @@ a {
|
|||||||
transition: color 0.2s;
|
transition: color 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-nav-btn img {
|
/* .header-nav-btn img {
|
||||||
width: 1.5em;
|
width: 1.5em;
|
||||||
max-width: 24px;
|
max-width: 17px;
|
||||||
max-height: 24px;
|
max-height: 17px;
|
||||||
height: 1.5em;
|
height: 1.5em;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.header-nav-btn:hover {
|
.header-nav-btn:hover {
|
||||||
color: #004bfa;
|
color: #004bfa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-buy-btn {
|
.header-buy-btn {
|
||||||
background-color:red;
|
background-color:#004bfa;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 0.375em 1.125em;
|
padding: 0.375em 1.125em;
|
||||||
border-radius: 1.25em;
|
border-radius: 1.25em;
|
||||||
@@ -160,6 +160,8 @@ a {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user