12.2提交
This commit is contained in:
@@ -619,19 +619,21 @@ $accent-color: #4A90E2;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding: 30rpx;
|
||||
gap: 20rpx;
|
||||
|
||||
margin:0 30rpx;
|
||||
margin-top: calc(var(--status-bar-height) + 44px + 106rpx); // 为固定搜索栏留出空间 (搜索栏高度约80rpx + 边距)
|
||||
|
||||
.guideline-item {
|
||||
|
||||
margin-top: 20rpx;
|
||||
width: calc(33.333% - 14rpx);
|
||||
background-color: $white;
|
||||
|
||||
margin-left: 20rpx;
|
||||
overflow: hidden;
|
||||
|
||||
transition: transform 0.2s ease;
|
||||
|
||||
&:nth-child(3n+1){
|
||||
margin-left: 0;
|
||||
}
|
||||
&:active {
|
||||
transform: scale(0.98);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user