固定图片宽高
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:
@@ -140,19 +140,19 @@ a {
|
||||
transition: color 0.2s;
|
||||
}
|
||||
|
||||
.header-nav-btn img {
|
||||
/* .header-nav-btn img {
|
||||
width: 1.5em;
|
||||
max-width: 24px;
|
||||
max-height: 24px;
|
||||
max-width: 17px;
|
||||
max-height: 17px;
|
||||
height: 1.5em;
|
||||
}
|
||||
} */
|
||||
|
||||
.header-nav-btn:hover {
|
||||
color: #004bfa;
|
||||
}
|
||||
|
||||
.header-buy-btn {
|
||||
background-color:red;
|
||||
background-color:#004bfa;
|
||||
color: #fff;
|
||||
padding: 0.375em 1.125em;
|
||||
border-radius: 1.25em;
|
||||
@@ -160,6 +160,8 @@ a {
|
||||
cursor: pointer;
|
||||
font-size: 1em;
|
||||
white-space: nowrap;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user