fix: mobile nas专题 下载页样式问题

This commit is contained in:
2025-06-26 15:49:52 +08:00
parent fbdf1bfed7
commit 540a2e07bd

View File

@@ -120,35 +120,21 @@
width: 50%; width: 50%;
height: 50%; height: 50%;
} }
.narsDowloadPc .nDtopCtMian .nDtopIt2 .nDitImg
.narswljshow .nDtopIt2 .nDitImg .dwbt {
padding: 0.5rem 1.8rem;
background: #A1A7BF;
border-radius: 1.85rem;
color: #fff;
font-size: 0.85rem;
cursor: pointer;
margin-bottom: 14%;
}
.narswljshow .nDtopIt2 .nDitImg .dwbtactive { .narssbshow .nDtopIt2 .nDitImg .yy_name {
background: #004CFA;
}
.narswljshow .nDtopIt2 .nDitImg .yy_name {
font-size: 1rem; font-size: 1rem;
padding-bottom: 10px; padding-bottom: 10px;
padding-top: 5px; padding-top: 5px;
color: #000; color: #000;
font-weight: bold; font-weight: bold;
} }
.narswljshow .nDtopIt2 .nDitImg .nDitImg img { .narssbshow .nDtopIt2 .nDitImg .nDitImg:has(+div.yy_name) img {
width: 3.25rem; width: 3.25rem;
height: 3.25rem; height: 3.25rem;
padding: 1.25rem; padding: 1.25rem;
padding-bottom: 0.5rem; padding-bottom: 0.5rem;
} }
.narswljshow .nDtopIt2 .nDitImg .dwbt { .narssbshow .nDtopIt2 .nDitImg .dwbt {
padding: 0.5rem 1.8rem; padding: 0.5rem 1.8rem;
background: #A1A7BF; background: #A1A7BF;
border-radius: 1.85rem; border-radius: 1.85rem;
@@ -156,4 +142,11 @@
font-size: 0.85rem; font-size: 0.85rem;
cursor: pointer; cursor: pointer;
margin-bottom: 14%; margin-bottom: 14%;
}
.narswljshow .nDtopIt2 .nDitImg .nDitImg img {
width: 3.25rem;
height: 3.25rem;
padding: 1.25rem;
padding-bottom: 0.5rem;
} }