新增企业广场

This commit is contained in:
唐明明
2021-08-04 17:59:36 +08:00
parent 37aa773873
commit 3c3d946eb5
58 changed files with 8343 additions and 2037 deletions

View File

@@ -50,3 +50,20 @@ $padding: 30rpx;
.ios-top{
padding-top: var(--status-bar-height);
}
// 公共样式
.vertical {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-pack: center;
}
.nowrap {
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
// 修改nvtab
$mainColor: #c82626;