This commit is contained in:
THK3121 2023-09-18 19:06:51 +08:00
commit 8a5ffda1bb

View File

@ -1024,13 +1024,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;
} }
} }