style:样式修改

This commit is contained in:
2025-06-26 15:02:10 +08:00
parent 69b7c6cfb1
commit 8f6d2beade
3 changed files with 44 additions and 17 deletions

View File

@@ -61,17 +61,17 @@
} }
} }
// $(window).ready(function () {
// const deviceType = detectDeviceByResolution();
// if (deviceType=='tablet') {
// window.location.href = '?mtpl=1';
// }
// })
$(window).ready(function () { $(window).ready(function () {
if ($(window).width() < 1024) { const deviceType = detectDeviceByResolution();
if (deviceType=='tablet') {
window.location.href = '?mtpl=1'; window.location.href = '?mtpl=1';
} }
}) })
// $(window).ready(function () {
// if ($(window).width() < 1024) {
// window.location.href = '?mtpl=1';
// }
// })
</script> </script>
</head> </head>

View File

@@ -676,6 +676,7 @@ video img {
padding-bottom: 56.25%; /* 16:9 */ padding-bottom: 56.25%; /* 16:9 */
height: 0; height: 0;
margin: 1rem 0 1.5rem; margin: 1rem 0 1.5rem;
z-index: 1;
} }
.vedio_in img { .vedio_in img {
position: absolute; position: absolute;

View File

@@ -83,11 +83,32 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
cursor: pointer; cursor: pointer;
flex-direction: column;
} }
.narsDowloadPc .nDtopCtMian .nDtopIt2 .nDitImg img { .narsDowloadPc .nDtopCtMian .nDtopIt2 .nDitImg img {
width: 126px; width: 3.25rem;
height: 126px; height: 3.25rem;
padding: 1.25rem;
padding-bottom: 0.5rem;
}
.narswljshow .nDtopIt2 .nDitImg .yy_name {
font-size: 1rem;
padding-bottom: 10px;
padding-top: 5px;
color: #000;
font-weight: bold;
}
.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 { .narswljshow {
@@ -99,14 +120,17 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
.narsDowloadPc .nDtopCtMian .nDtopIt2 .nDitImg1{
width: 291px; .narsDowloadPc .nDtopCtMian .nDtopIt2 .nDitImg1 {
width: 291px;
} }
.narsDowloadPc .narssben-us .nDtopIt2 .nDitImg img{
width:70px !important; .narsDowloadPc .narssben-us .nDtopIt2 .nDitImg img {
height:70px!important; width: 70px !important;
height: 70px !important;
} }
.narsDowloadPc .narssben-us .nDtopIt2 .nDitImg .dwbt {
.narsDowloadPc .narssben-us .nDtopIt2 .dwbt {
padding: 6px 38px; padding: 6px 38px;
background: #a1a7bf; background: #a1a7bf;
border-radius: 20px; border-radius: 20px;
@@ -115,9 +139,11 @@
font-size: 16px; font-size: 16px;
cursor: pointer; cursor: pointer;
} }
.narssbshow .nDtopIt2 .nDitImg .dwbtactive {
.narssbshow .nDtopIt2 .dwbtactive {
background: #004cfa; background: #004cfa;
} }
.narssbshow .nDtopIt2 .nDitImg .yy_name { .narssbshow .nDtopIt2 .nDitImg .yy_name {
font-size: 18px; font-size: 18px;
padding-bottom: 10px; padding-bottom: 10px;