diff --git a/README.md b/README.md index 321533362495a014c64c6a8844e0f9cbf79b0ec2..293def43863d0bcbf33c02bab596491495e01a5c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ + +游戏效果链接 + + + + + + + + ![](https://file.iviewui.com/cloud-ide/1024game-cover.png) ## 一、大赛介绍 diff --git a/src/style.css b/src/style.css index c2c6906da98e9a8403ce602bca6b2a71d534ccd8..f523a27cb41c20f4ea7e47f39b973409c461073b 100644 --- a/src/style.css +++ b/src/style.css @@ -16,7 +16,7 @@ ul { } .title { - font-size: 50%; + font-size: 2rem; text-align: center; height: 8vh; line-height: 8vh; @@ -68,7 +68,7 @@ ul { background-color: skyblue; border-radius: 90px; text-align: center; - font-size: 50%; + font-size: 2rem; line-height: 23.3vh; cursor: pointer; color: gray; @@ -114,6 +114,6 @@ ul { .bottom_center { background-color: lightblue; - font-size: 50%; + font-size: 1rem; width:30%; } \ No newline at end of file