邓洁: 修改左侧布局

This commit is contained in:
邓洁
2023-12-22 23:36:02 +08:00
parent e2b1ef3845
commit 5b2441d585
2 changed files with 6 additions and 4 deletions

View File

@@ -354,7 +354,8 @@ input[type="number"] {
}
#fan_info {
height: 1465px;
//height: 1465px;
height: 1000px;
width: 830px;
position: absolute;
z-index: 100;
@@ -382,7 +383,8 @@ input[type="number"] {
height: calc(100% - 30px);
.fan-item {
height: 33.5%;
//height: 33.5%;
height: 50%;
display: flex;
flex-direction: column;
font-size: 14px;

View File

@@ -259,8 +259,8 @@ const getImageUrl = (name) => {
height: 373px;
color: aliceblue;
position: absolute;
//top: 1980px;
top: 1680px;
top: 1220px;
//top: 1680px;
left: 68px;
background-image: url(../../../assets/images/usedEle/bg.png);
padding: 21px 62px 35px 62px;