提交代码

This commit is contained in:
wangchengming 2025-11-03 22:08:57 +08:00
parent fcc4383fde
commit 35744c13d0

View File

@ -238,6 +238,11 @@ const handleGoNoticeList = () => {
text-align: center; text-align: center;
padding: 38px 40px; padding: 38px 40px;
cursor: pointer; cursor: pointer;
.custom-icon {
width: 160px;
height: 140px;
}
} }
.grid-item4-margin { .grid-item4-margin {
@ -304,18 +309,21 @@ const handleGoNoticeList = () => {
background-image: url("../assets/images/calibrationPlatform.png"); background-image: url("../assets/images/calibrationPlatform.png");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right bottom; background-position: right bottom;
background-size: 160px 140px;
} }
.PPTAnalysisTool { .PPTAnalysisTool {
background-image: url("../assets/images/PPTAnalysisTool.png"); background-image: url("../assets/images/PPTAnalysisTool.png");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right bottom; background-position: right bottom;
background-size: 160px 140px;
} }
.longitudeConversion { .longitudeConversion {
background-image: url("../assets/images/longitudeConversion.png"); background-image: url("../assets/images/longitudeConversion.png");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right bottom; background-position: right bottom;
background-size: 160px 140px;
} }
.title-label { .title-label {