Feat(购物车):购物车调整(完成)

This commit is contained in:
modendeveloper
2024-09-07 16:40:44 +08:00
parent cd940e9394
commit b9b47ef816
3 changed files with 129 additions and 11 deletions
+10 -2
View File
@@ -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;