This commit is contained in:
nopy 2024-07-10 18:10:37 +08:00
parent 45cdd778d5
commit f216119369
1 changed files with 7 additions and 7 deletions

View File

@ -132,20 +132,20 @@
}
.analyse-box ul{
width: 250px;
height: 200px;
width: 280px;
height: 240px;
background-image: linear-gradient(#ecfff7,#dafbfd);
position: absolute;
top: 50px;
left: 480px;
top: 30px;
left: 460px;
padding: 40px;
box-shadow: 0px 2px 5px #cde7e0;
}
.analyse-box li{
width: 200px;
width: 300px;
height: 50px;
font-size: 20px;
font-size: 18px;
list-style-type: none;
padding: 5px;
padding: 5px 0px 13px 0px;
line-height: 30px;
}