样式适配

This commit is contained in:
X1627315083
2025-06-19 09:21:32 +08:00
parent 9191678708
commit b69d202509
24 changed files with 301 additions and 857 deletions

View File

@@ -928,8 +928,8 @@ export default defineComponent({
right: 1rem;
top: 1rem;
// opacity: 0;
width: 3.5rem;
height: 3.5rem;
width: 3rem;
height: 3rem;
transition: all 0.3s ease-in-out;
}
&.modal_imgItem:nth-child(even) {
@@ -942,10 +942,10 @@ export default defineComponent({
}
.pin_block{
position: absolute;
left: 1rem;
left: .5rem;
top: 1rem;
width: 8rem;
height: 3.5rem;
width: 7rem;
height: 3rem;
border-radius: 3rem;
background: rgba(0,0,0,.7);
color: #fff;
@@ -960,8 +960,8 @@ export default defineComponent({
padding-left: .2rem;
}
i{
width: 3rem;
height: 3rem;
width: 2.5rem;
height: 2.5rem;
border-radius: 50%;
display: flex;
align-items: center;
@@ -974,7 +974,7 @@ export default defineComponent({
}
}
span{
font-size: 1.8rem;
font-size: 1.4rem;
font-weight: 600;
}
}