You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
304 B

.head-img {
width: 100%;
}
.quantity {
display: flex;
height: 60rpx;
line-height: 60rpx;
}
#quantity {
width: 80rpx;
border: 1rpx solid lightskyblue;
}
#price {
color: #FF0000;
}
.btn-area {
display: flex;
}
.btn-area button {
width: 100%;
border-radius: 0;
border-width: 0;
}