安全更新,升级依赖,新增简介页面

This commit is contained in:
huangyp 2024-10-29 18:00:06 +08:00
parent cb27e6fd56
commit a2dc8a57ad
3 changed files with 8 additions and 17 deletions

1
.idea/modules.xml generated
View File

@ -4,7 +4,6 @@
<modules> <modules>
<module fileurl="file://$PROJECT_DIR$/password-xl.iml" filepath="$PROJECT_DIR$/password-xl.iml" /> <module fileurl="file://$PROJECT_DIR$/password-xl.iml" filepath="$PROJECT_DIR$/password-xl.iml" />
<module fileurl="file://$PROJECT_DIR$/password-xl-home.iml" filepath="$PROJECT_DIR$/password-xl-home.iml" /> <module fileurl="file://$PROJECT_DIR$/password-xl-home.iml" filepath="$PROJECT_DIR$/password-xl-home.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/password-xl-service.main.iml" filepath="$PROJECT_DIR$/.idea/modules/password-xl-service.main.iml" />
<module fileurl="file://$PROJECT_DIR$/password-xl-web.iml" filepath="$PROJECT_DIR$/password-xl-web.iml" /> <module fileurl="file://$PROJECT_DIR$/password-xl-web.iml" filepath="$PROJECT_DIR$/password-xl-web.iml" />
</modules> </modules>
</component> </component>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="AdditionalModuleElements">
<content url="file://$MODULE_DIR$/../../password-xl-service/build/generated/sources/annotationProcessor/java/main">
<sourceFolder url="file://$MODULE_DIR$/../../password-xl-service/build/generated/sources/annotationProcessor/java/main" isTestSource="false" generated="true" />
</content>
</component>
</module>

View File

@ -20,7 +20,7 @@
color: #57beff; color: #57beff;
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-top: 15vh; margin-top: 12vh;
padding: 0; padding: 0;
white-space: nowrap; white-space: nowrap;
} }
@ -90,26 +90,26 @@
.tags { .tags {
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-top: 10vh; margin-top: 6vh;
flex-wrap: wrap; flex-wrap: wrap;
padding: 0 2vw; padding: 0 2vw;
} }
.tags > div { .tags > div {
border-radius: 40px; border-radius: 38px;
padding: 15px 30px; padding: 13px 26px;
line-height: 40px; line-height: 36px;
text-align: center; text-align: center;
font-size: 20px; font-size: 20px;
color: white; color: white;
margin: 12px; margin: 10px;
user-select: none; user-select: none;
transition: transform 0.3s ease; transition: transform 0.3s ease;
white-space: nowrap; white-space: nowrap;
} }
.tags > div:hover { .tags > div:hover {
transform: scale(1.2); transform: scale(1.15);
} }
.desc { .desc {
@ -131,7 +131,7 @@
.about { .about {
position: fixed; position: fixed;
bottom: 10px; bottom: 2px;
width: 100%; width: 100%;
text-align: center; text-align: center;
} }