Update globals.css

This commit is contained in:
Soga 2024-10-22 10:37:44 +08:00 committed by GitHub
parent 4f0ac95863
commit a17d0cb760
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,23 +68,34 @@
/* 字体样式 */ /* 字体样式 */
.glowing-text { .glowing-text {
font-size: 40px; font-size: 50px; /* 调整字体大小 */
font-weight: bold; font-weight: bold;
} }
.weather-detail { .weather-detail {
font-size: 20px; font-size: 24px; /* 调整天气详情字体大小 */
} }
#mapContainer { #mapContainer {
width: 100%; width: 100%;
height: 400px; height: 500px; /* 调整地图大小 */
margin-top: 20px; margin-top: 20px;
} }
.flag-img {
width: 100px; /* 设置国旗大小 */
height: auto;
margin: 20px;
}
} }
</style> </style>
</head> </head>
<body> <body>
<!-- 添加国旗图标 -->
<div class="flex justify-center">
<img src="https://upload.wikimedia.org/wikipedia/commons/5/5c/Flag_of_the_People%27s_Republic_of_China.svg" class="flag-img" alt="国旗">
</div>
<h1 class="glowing-text">您的IPv4地址是</h1> <h1 class="glowing-text">您的IPv4地址是</h1>
<p id="ipAddress" class="glowing-text"></p> <p id="ipAddress" class="glowing-text"></p>
<h1 class="glowing-text">详细地址IPv4</h1> <h1 class="glowing-text">详细地址IPv4</h1>