diff --git a/sheep/components/s-order-card/s-order-card.vue b/sheep/components/s-order-card/s-order-card.vue index f166f02..9c29d76 100644 --- a/sheep/components/s-order-card/s-order-card.vue +++ b/sheep/components/s-order-card/s-order-card.vue @@ -15,7 +15,7 @@ + size="small" :type="state.themeType"> {{ item.title }} diff --git a/uni_modules/uni-badge/components/uni-badge/uni-badge.vue b/uni_modules/uni-badge/components/uni-badge/uni-badge.vue index 1981b4e..a4168b2 100644 --- a/uni_modules/uni-badge/components/uni-badge/uni-badge.vue +++ b/uni_modules/uni-badge/components/uni-badge/uni-badge.vue @@ -202,8 +202,8 @@ line-height: 18px; color: #fff; border-radius: 100px; - background-color: $uni-info; - background-color: transparent; + background-color: $uni-error; + // background-color: transparent; border: 1px solid #fff; text-align: center; font-family: 'Helvetica Neue', Helvetica, sans-serif; @@ -212,6 +212,26 @@ z-index: 999; cursor: pointer; /* #endif */ + + &--lv { + color: #fff; + background:rgba(72,204,82); + } + + &--blue { + color: #fff; + background:rgba(28,165,233); + } + + &--pink { + color: #fff; + background:#ff448f ; + } + + &--orange { + color: #fff; + background:#fe5c2d; + } &--info { color: #fff;