feat: 商品详情页面交互
This commit is contained in:
18
pages/goods/styles/index.scss
Normal file
18
pages/goods/styles/index.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
.goods-container {
|
||||
min-height: 100vh;
|
||||
background-color: #fff;
|
||||
|
||||
.content-wrapper {
|
||||
// 为固定导航栏预留空间
|
||||
padding-top: calc(var(--status-bar-height, 44px) + 68px);
|
||||
}
|
||||
|
||||
.goods-content {
|
||||
border-radius: 12px 12px 0 0;
|
||||
background-color: #fff;
|
||||
padding: 12px;
|
||||
position: relative;
|
||||
margin-top: -30px;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user