储藏室页面部分结构

This commit is contained in:
Zy
2026-04-06 18:00:46 +08:00
parent f414026af8
commit ee55b4dca7
15 changed files with 805 additions and 78 deletions

View File

@@ -17,7 +17,15 @@ body {
background: var(--el-bg-color-page);
font-family: 'MiSans', 'HarmonyOS Sans SC', 'PingFang SC', 'Source Han Sans SC', 'Noto Sans SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}
/* 图片统一初始化 */
img {
border: none;
vertical-align: middle;
max-width: 100%;
height: auto;
-webkit-user-drag: none;
user-select: none;
}
label {
font-weight: 600;
}