修复弹窗样式

This commit is contained in:
dragon
2024-11-01 17:31:33 +08:00
parent 7f45727107
commit 42f4d1398d
2 changed files with 4 additions and 6 deletions

View File

@@ -1597,7 +1597,7 @@ body {
}
.rule .ruleIn .texts {
width: 7.74667rem;
width: 7.86667rem;
height: 5.8rem;
overflow-y: scroll;
margin: 2.05333rem auto 0;
@@ -1618,8 +1618,7 @@ body {
.rule .ruleIn .texts img {
width: 7.86667rem;
display: block;
margin-bottom: 0.12rem;
margin-top: 0.12rem;
margin: 0.12rem auto 0.12rem;
}
.zjvideo1,

View File

@@ -1618,7 +1618,7 @@ body {
}
.texts {
width: px2rem(581);
width: px2rem(590);
height: 5.8rem;
overflow-y: scroll;
margin: px2rem(154) auto 0;
@@ -1637,8 +1637,7 @@ body {
img{
width: px2rem(590);
display: block;
margin-bottom: px2rem(9);
margin-top: px2rem(9);
margin: px2rem(9) auto px2rem(9);
}
}
}