Authored by 毕凯

Merge branch 'feature/marsBtn' into 'gray'

Feature/mars btn



See merge request !860
This diff could not be displayed because it is too large.
... ... @@ -425,3 +425,23 @@
}
}
}
.is-mars-app {
.chose-panel {
.block {
&.chosed {
background-color: #89b374;
color: #fff;
border-color: #89b374;
}
}
.btn-wrap {
.btn-sure,
.btn-sure-addtocart {
background-color: #89b374 !important;
color: #fff;
}
}
}
}
... ...