12345678910111213141516171819202122 |
- .ProductContainer {
- padding: 10px;
- padding-bottom: 100px;
- }
- .ProductTop {
- }
- .ProductImage {
- }
- .ProductShop {
- }
- .ProductPrice {
- font-size: 16px;
- padding-top: 20px !important;
- padding-bottom: 20px !important;
- }
- .ProductQuantity {
- padding: 10px;
- }
|