This commit is contained in:
2026-06-16 19:26:48 +08:00
parent 77e3a85134
commit d7461853cf
20 changed files with 1229 additions and 223 deletions
+36 -4
View File
@@ -26,8 +26,21 @@
// 首页
.home {
padding-top: 80px;
&-navbar{
padding-top: 40px;
height: 85px;
background-color: var(--u-type-primary);
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
&-title {
font-size: 32rpx;
color: #ffffff;
position: relative;
}
}
.u-border-bottom:after {
border: none;
}
@@ -41,9 +54,28 @@
}
}
&-navbar {
display: flex;
align-items: center;
justify-content: space-between;
height: 85px;
background-color: $u-type-primary;
padding: 40px 20rpx 0;
&-title {
flex: 1;
text-align: center;
font-size: 28rpx;
color: #ffffff;
}
&-placeholder {
width: 220rpx;
flex-shrink: 0;
}
}
&-icons {
position: fixed;
top: 95px;
height: 80px;
width: 100%;
background-color: $u-type-primary;
@@ -672,7 +704,7 @@
}
.batch-label {
width: 160rpx;
width: 80rpx;
font-size: 28rpx;
color: #333;
}