This commit is contained in:
wangweidong 2026-01-16 14:32:54 +08:00
parent 9c38faf376
commit 200a296ba3
5 changed files with 12 additions and 11 deletions

View File

@ -779,7 +779,7 @@
.t-box {
width: 85vw;
height: calc(90vh);
height: calc(92vh);
display: flex;
justify-content: space-between;
margin-top: 5vh;
@ -794,7 +794,7 @@
.leftscr {
width: 33.4vw;
height: calc(90vh);
height: calc(92vh);
margin-left: 1vw;
}
}

View File

@ -1368,7 +1368,7 @@
height: 100%;
transition: opacity 1s ease;
.right-time{
margin-top: 80rpx;
margin-top: 50rpx;
width: 100%;
height: 15vh;
background-color: #fff;
@ -1395,7 +1395,7 @@
.right-top {
margin-top: 25rpx;
width: 100%;
height: 35vh;
height: 36.5vh;
background-color: #fff;
border-radius: 4vh;
@ -1531,7 +1531,7 @@
}
.right-container-title-nav {
margin-top: 80rpx;
margin-top: 50rpx;
display: flex;
height: 20vh;
position: relative;

View File

@ -401,7 +401,7 @@
}
const clickLeftMenu = (index : any, item : any) => {
let num = Math.ceil((index + 1))
leftscrolltop.value = (num - 2) * 175.4;
leftscrolltop.value = (num - 2) * 180;
lefttarget.value = index;
rightdonghua.value = false;
@ -649,7 +649,7 @@
.other-contain {
width: 100%;
height: 1050rpx;
height: 85vh;
display: flex;
transition: opacity 1s ease;
@ -659,7 +659,7 @@
.left-menu-scroll {
margin-top: 3%;
height: 91%;
height: 90%;
width: 100%;
// position: relative;
// overflow: auto;

View File

@ -1,5 +1,5 @@
.right-container-title-nav {
margin-top: 60rpx;
margin-top: 40rpx;
display: flex;
align-items: center;
height: 60rpx;

View File

@ -403,10 +403,11 @@
}
.index-content-other {
width: 100%;
// height: 100%;
height: 100vh;
transition: opacity 1s ease;
position: relative;
background-color: #EFF0F4;
overflow: hidden;
}
.index-content-right {
@ -414,8 +415,8 @@
border-radius: 50rpx;
display: flex;
align-items: center;
padding-top: 65rpx;
font-size: 32rpx;
height: 35rpx;
}
.item {