修复bug
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:
@@ -5,7 +5,7 @@
|
||||
max-width: 1440px;
|
||||
min-width: 1280px;
|
||||
margin: 0 auto; */
|
||||
margin-bottom: 4rem;
|
||||
margin-bottom: 2.98rem;
|
||||
}
|
||||
.tabs-header-box {
|
||||
width: 100%;
|
||||
@@ -92,15 +92,22 @@
|
||||
.tab-panel {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tab-panel-img {
|
||||
background:#1c1c1e ;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
padding-top: 0.8rem;
|
||||
border-radius: 0.16rem;
|
||||
}
|
||||
.tab-panel.active {
|
||||
display: block;
|
||||
}
|
||||
.tab-t {
|
||||
font-size: 0.63rem;
|
||||
font-size: 0.5rem;
|
||||
color: #cbcfd8;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin-top: 3.97rem;
|
||||
margin-bottom: 0.6rem;
|
||||
margin-top: 2.97rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user