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 @@ @@ -425,3 +425,23 @@
425 } 425 }
426 } 426 }
427 } 427 }
  428 +
  429 +.is-mars-app {
  430 + .chose-panel {
  431 + .block {
  432 + &.chosed {
  433 + background-color: #89b374;
  434 + color: #fff;
  435 + border-color: #89b374;
  436 + }
  437 + }
  438 +
  439 + .btn-wrap {
  440 + .btn-sure,
  441 + .btn-sure-addtocart {
  442 + background-color: #89b374 !important;
  443 + color: #fff;
  444 + }
  445 + }
  446 + }
  447 +}