Feat(购物车):购物车调整(完成)
This commit is contained in:
@@ -131,17 +131,25 @@ each(@colors, {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.v12-justify-start{
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
}
|
||||
.v12-d-grid-columns-2 {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
/*==============v12 按钮样式======================*/
|
||||
|
||||
.v12-text-right{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.v12-text-left{
|
||||
text-align: left;
|
||||
}
|
||||
.v12-text-center{
|
||||
text-align: center;
|
||||
}
|
||||
.v12-btn{
|
||||
width: 136rpx;
|
||||
height: 50rpx;
|
||||
|
||||
Reference in New Issue
Block a user