页面调整

main
weiying 2023-12-20 22:27:19 +08:00
parent 4fda232282
commit d0fab39999
8 changed files with 55 additions and 54 deletions

BIN
public/assets/afjc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 KiB

BIN
public/assets/gxzgxnl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 289 KiB

After

Width:  |  Height:  |  Size: 634 KiB

BIN
public/assets/syfgrkqk.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 KiB

After

Width:  |  Height:  |  Size: 312 KiB

View File

@ -34,23 +34,43 @@
}
.tqyb-box{
margin-top:8px;
/*margin-top:8px;
img{
width: 85%;
}
}*/
width: 100%;
height: 25vh;
background: url("../../../public/assets/syfgrkqk.png") 0 0 no-repeat;
background-size: cover;
}
.tqyb-box1{
margin-top:8px;
img{
width: 86%;
}
width: 100%;
height: 25vh;
background: url("../../../public/assets/jwnqsl.png") 0 0 no-repeat;
background-size: cover;
}
.tqyb-box2{
width: 100%;
height: 24vh;
background: url("../../../public/assets/gxzgxnl.png") 0 0 no-repeat;
background-size: cover;
}
.tqyb-box3{
width: 100%;
height: 24vh;
background: url("../../../public/assets/szjc.png") 0 0 no-repeat;
background-size: cover;
}
.szjc-box{
padding-left: 20px;
/*padding-left: 20px;
margin-top:8px;
img{
width: 90%;
}
width: 23vw;
}*/
width: 100%;
height: 25vh;
background: url("../../../public/assets/afjc.png") 0 0 no-repeat;
background-size: cover;
}
.echarts-box{

View File

@ -256,25 +256,25 @@ const SyglPage: React.FC = () => {
<div className="echarts-box">
<ReactEcharts
option={echartsOption}
style={{ width:"100%", height: 'calc( 100% - 10px )' }}
style={{ width:"100%", height: '25vh' }}
/>
</div>
</div>
</div>
<div className='box'>
<div className='box-title'>
<div className='title-item'></div>
<div className="tqyb-box1">
<img src={`${process.env.PUBLIC_URL}/assets/zdsy.png`} alt=""/>
</div>
<div className='title-item'></div>
</div>
<div className="tqyb-box1">
{/*<img src={`${process.env.PUBLIC_URL}/assets/jwnqsl.png`} alt=""/>*/}
</div>
</div>
<div className='box'>
<div className='box-title'>
<div className='title-item'></div>
<div className="tqyb-box">
<img src={`${process.env.PUBLIC_URL}/assets/tqyb.png`} alt=""/>
</div>
<div className='title-item'></div>
</div>
<div className="tqyb-box">
{/*<img src={`${process.env.PUBLIC_URL}/assets/syfgrkqk.png`} alt=""/>*/}
</div>
</div>
</div>
@ -292,47 +292,26 @@ const SyglPage: React.FC = () => {
<div className='right-box'>
<div className='box'>
<div className='box-title'>
<div className='title-item'></div>
<div className="tqyb-box1">
<img src={`${process.env.PUBLIC_URL}/assets/jwnqsl.png`} alt=""/>
</div>
<div className='title-item'></div>
</div>
</div>
<div className='box'>
<div className='box-title'>
<div className='title-item'></div>
<div className="img-box">
<div style={{marginTop:"30px"}}>
<div className="img-txt">
<img src={`${process.env.PUBLIC_URL}/assets/gxnl1.png`} alt=""/>
<span>
<span className="color">500</span>
<span></span>
</span>
</div>
<div className="img-txt">
<img src={`${process.env.PUBLIC_URL}/assets/gxnl2.png`} alt=""/>
<span>
<span className="color">500</span>
<span></span>
</span>
</div>
</div>
<div className="echarts-box">
<ReactEcharts
option={echartsOptionGxnl}
style={{ width:"100%", height: 'calc( 100% - 10px )' }}
/>
</div>
</div>
<div className="tqyb-box2">
{/*<img src={`${process.env.PUBLIC_URL}/assets/gxzgxnl.png`} alt=""/>*/}
</div>
</div>
<div className='box'>
<div className='box-title'>
<div className='title-item'></div>
<div className="szjc-box">
<img src={`${process.env.PUBLIC_URL}/assets/szjc.png`} alt=""/>
</div>
</div>
<div className="tqyb-box3">
{/*<img src={`${process.env.PUBLIC_URL}/assets/szjc.png`} alt=""/>*/}
</div>
</div>
<div className='box'>
<div className='box-title'>
<div className='title-item'></div>
</div>
<div className="szjc-box">
{/*<img src={`${process.env.PUBLIC_URL}/assets/afjc.png`} alt=""/>*/}
</div>
</div>
</div>

View File

@ -18,9 +18,11 @@
.box {
width: 30vw;
height: 28vh;
height: 30vh;
min-height: 200px;
margin-bottom: 10px;
zoom: 0.9;
}
.box-title {