Skip to content

Commit

Permalink
Update index.wxss
Browse files Browse the repository at this point in the history
  • Loading branch information
zhrrobert committed Dec 27, 2021
1 parent ea28af5 commit 978a765
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions eaterplanet_ecommerce/components/tworow/index.wxss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
.comming-spu-content .spu-price {
/* display: flex;
align-items: flex-end; */
font-size: 20rpx;
font-size: 28rpx;
margin: 0 20rpx;
}

Expand All @@ -111,7 +111,7 @@
}

.comming-spu-content .spu-price .sale-price .span {
font-size: 40rpx;
font-size: 48rpx;
line-height: 40rpx;
margin-left: 4rpx;
font-weight: 500;
Expand All @@ -120,6 +120,8 @@
.comming-spu-content .spu-price .market-price {
text-decoration: line-through;
color: #999;
font-family: 'DIN';
font-size: 20rpx;
}

.imgbox {
Expand Down

0 comments on commit 978a765

Please sign in to comment.