This commit is contained in:
30404 2024-07-10 20:05:43 +08:00
commit 84061751f1
1 changed files with 7 additions and 7 deletions

View File

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