Authored by 陈峰

解决结算页样式Bug

... ... @@ -8,22 +8,6 @@
@import "jit-detail";
@import "pay-failure";
.icon-checkbox:before {
content: "\e61c";
}
.icon-cb-checked:before {
content: "\e61d";
}
.icon-radio:before {
content: "\e647";
}
.icon-cb-radio:before {
content: "\e646";
}
.shopping-cart-page {
margin-bottom: 120px;
overflow-x: hidden;
... ...
... ... @@ -197,3 +197,19 @@ button {
}
}
}
.icon-checkbox:before {
content: "\e61c";
}
.icon-cb-checked:before {
content: "\e61d";
}
.icon-radio:before {
content: "\e647";
}
.icon-cb-radio:before {
content: "\e646";
}
... ...