Authored by 张文文

ui fix review by tao.huang

... ... @@ -149,6 +149,7 @@ export default {
color: #d0021b;
font-size: 32px;
vertical-align: center;
@include num
}
.item-imge {
... ...
... ... @@ -72,7 +72,7 @@ export default {
}
.icon-size2 {
font-size: 38px;
font-size: 48px;
}
.index {
... ... @@ -91,6 +91,7 @@ export default {
.name {
font-size: 32px;
font-weight: bold;
margin-bottom: 12px;
}
... ... @@ -102,5 +103,6 @@ export default {
.mobile {
font-size: 28px;
margin-top: 12px;
font-weight: bold;
}
</style>
... ...
... ... @@ -75,6 +75,7 @@ export default {
position: relative;
overflow: hidden;
height: 120px;
border-radius: 8px;
background: #f5f5f5;
}
... ... @@ -118,6 +119,7 @@ export default {
.count {
color: black;
@include num
}
}
... ...
... ... @@ -306,6 +306,7 @@ export default {
.pay-price {
color: #d0021b;
@include num
}
}
... ...
... ... @@ -93,6 +93,7 @@ export default {
color: #d0021b;
letter-spacing: 0;
font-weight: bold;
@include num
}
.status {
... ... @@ -117,4 +118,4 @@ export default {
}
}
}
</style>
\ No newline at end of file
</style>
... ...
... ... @@ -111,6 +111,7 @@ export default {
color: #d0021b;
letter-spacing: 0;
font-weight: bold;
@include num
}
.status {
... ...