Refactor: UI & Feature updates (Calculator, UnitConverter, Privacy, Cleanup)

This commit is contained in:
2026-02-09 01:15:19 +08:00
parent fa1a8e083e
commit 2c5d5b7505
52 changed files with 1351 additions and 2702 deletions

View File

@@ -0,0 +1,53 @@
page {
background-color: #EBF4F8; /* Color 03 */
color: #333;
}
.container {
padding: 40rpx;
}
.content {
width: 100%;
background-color: #fff;
padding: 40rpx;
border-radius: 20rpx;
box-shadow: 0 4rpx 12rpx rgba(17, 97, 107, 0.05);
}
.h1 {
font-size: 44rpx;
font-weight: bold;
margin-bottom: 40rpx;
text-align: center;
color: #11616B; /* Color 01 */
}
.h2 {
font-size: 32rpx;
font-weight: bold;
margin-top: 40rpx;
margin-bottom: 20rpx;
color: #11616B; /* Color 01 */
}
.p {
font-size: 28rpx;
color: #555;
line-height: 1.8;
margin-bottom: 20rpx;
text-align: justify;
}
.list-item {
font-size: 28rpx;
color: #555;
line-height: 1.8;
margin-bottom: 10rpx;
padding-left: 20rpx;
}
.bold {
font-weight: bold;
color: #11616B; /* Color 01 */
}