【【内部商城】-购物车没显示结算按钮-{偶现bug}】 https://www.tapd.cn/53459131/bugtrace/bugs/view/1153459131001001458
32 lines
538 B
SCSS
32 lines
538 B
SCSS
.shopping {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: $color_bg_one;
|
|
&--topBar {
|
|
background: #ffffff;
|
|
padding: 16px 24px;
|
|
}
|
|
&--context {
|
|
justify-content: space-between;
|
|
overflow: hidden;
|
|
height: 100%;
|
|
.shopping__list__container {
|
|
flex: 0 1 auto;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
.bottomBar{
|
|
position: relative;
|
|
z-index: 999;
|
|
}
|
|
}
|
|
.flexBox {
|
|
display: flex;
|
|
margin-left: 24px;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
.icon--manage--cancel {
|
|
color: $color_main;
|
|
}
|