优化
This commit is contained in:
+36
-4
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user