This commit is contained in:
嗜血龙帅 2023-09-13 21:00:49 +08:00
parent cbecd61c64
commit 83398f59ba

View File

@ -848,13 +848,13 @@
.skuaddcart { .skuaddcart {
width: 50vw; width: 50vw;
background-color: #FEAB00; background-color: #FEAB00;
margin: 0 auto; margin: 20rpx auto;
height: 80rpx; height: 80rpx;
line-height: 80rpx; line-height: 80rpx;
text-align: center; text-align: center;
color: white; color: white;
border-radius: 80rpx; border-radius: 80rpx;
margin-top: 20rpx; // margin-top: 20rpx;
} }
} }