This commit is contained in:
parent
9c38faf376
commit
200a296ba3
|
|
@ -779,7 +779,7 @@
|
||||||
|
|
||||||
.t-box {
|
.t-box {
|
||||||
width: 85vw;
|
width: 85vw;
|
||||||
height: calc(90vh);
|
height: calc(92vh);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-top: 5vh;
|
margin-top: 5vh;
|
||||||
|
|
@ -794,7 +794,7 @@
|
||||||
|
|
||||||
.leftscr {
|
.leftscr {
|
||||||
width: 33.4vw;
|
width: 33.4vw;
|
||||||
height: calc(90vh);
|
height: calc(92vh);
|
||||||
margin-left: 1vw;
|
margin-left: 1vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1368,7 +1368,7 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
transition: opacity 1s ease;
|
transition: opacity 1s ease;
|
||||||
.right-time{
|
.right-time{
|
||||||
margin-top: 80rpx;
|
margin-top: 50rpx;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 15vh;
|
height: 15vh;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
@ -1395,7 +1395,7 @@
|
||||||
.right-top {
|
.right-top {
|
||||||
margin-top: 25rpx;
|
margin-top: 25rpx;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 35vh;
|
height: 36.5vh;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 4vh;
|
border-radius: 4vh;
|
||||||
|
|
||||||
|
|
@ -1531,7 +1531,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-container-title-nav {
|
.right-container-title-nav {
|
||||||
margin-top: 80rpx;
|
margin-top: 50rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 20vh;
|
height: 20vh;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
||||||
|
|
@ -401,7 +401,7 @@
|
||||||
}
|
}
|
||||||
const clickLeftMenu = (index : any, item : any) => {
|
const clickLeftMenu = (index : any, item : any) => {
|
||||||
let num = Math.ceil((index + 1))
|
let num = Math.ceil((index + 1))
|
||||||
leftscrolltop.value = (num - 2) * 175.4;
|
leftscrolltop.value = (num - 2) * 180;
|
||||||
lefttarget.value = index;
|
lefttarget.value = index;
|
||||||
|
|
||||||
rightdonghua.value = false;
|
rightdonghua.value = false;
|
||||||
|
|
@ -649,7 +649,7 @@
|
||||||
|
|
||||||
.other-contain {
|
.other-contain {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 1050rpx;
|
height: 85vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
transition: opacity 1s ease;
|
transition: opacity 1s ease;
|
||||||
|
|
||||||
|
|
@ -659,7 +659,7 @@
|
||||||
|
|
||||||
.left-menu-scroll {
|
.left-menu-scroll {
|
||||||
margin-top: 3%;
|
margin-top: 3%;
|
||||||
height: 91%;
|
height: 90%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
// position: relative;
|
// position: relative;
|
||||||
// overflow: auto;
|
// overflow: auto;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.right-container-title-nav {
|
.right-container-title-nav {
|
||||||
margin-top: 60rpx;
|
margin-top: 40rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 60rpx;
|
height: 60rpx;
|
||||||
|
|
|
||||||
|
|
@ -403,10 +403,11 @@
|
||||||
}
|
}
|
||||||
.index-content-other {
|
.index-content-other {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
// height: 100%;
|
height: 100vh;
|
||||||
transition: opacity 1s ease;
|
transition: opacity 1s ease;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: #EFF0F4;
|
background-color: #EFF0F4;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.index-content-right {
|
.index-content-right {
|
||||||
|
|
@ -414,8 +415,8 @@
|
||||||
border-radius: 50rpx;
|
border-radius: 50rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-top: 65rpx;
|
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
|
height: 35rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue