This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
font-size: clamp(16px, 1vw, 0.22rem);
|
||||
color: #cbcfd8;
|
||||
text-align: center;
|
||||
margin-top: 1rem;
|
||||
margin-top:0.7rem;
|
||||
display: none;
|
||||
}
|
||||
.tabs-p.active {
|
||||
@@ -95,11 +95,20 @@
|
||||
.tab-panel-img {
|
||||
background:#1c1c1e ;
|
||||
width: 100%;
|
||||
max-width: 14.4rem;
|
||||
max-height: 7rem;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
padding-top: 0.8rem;
|
||||
padding-top: 0.7rem;
|
||||
border-radius: 0.16rem;
|
||||
}
|
||||
.tab-panel-img img {
|
||||
width: 100%;
|
||||
|
||||
max-width: 13.7rem;
|
||||
height: 100%;
|
||||
}
|
||||
.tab-panel.active {
|
||||
display: block;
|
||||
}
|
||||
@@ -108,8 +117,8 @@
|
||||
color: #cbcfd8;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin-top: 2.97rem;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 0.7rem;
|
||||
display: none;
|
||||
}
|
||||
.tab-t.active {
|
||||
|
||||
Reference in New Issue
Block a user