theme-color.css 1.2 KB

123456789101112131415161718192021
  1. .weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {color: #956bff;}
  2. .weui-navbar__item.weui-bar__item--on {color: #956bff;background: none;border-bottom: #956bff 2px solid;}
  3. .head-search input{background: #8254bf;background: rgba(0, 0, 0, 0.25);}
  4. .theme-color{color: #956bff !important;}
  5. .theme-bgcolor{background: #956bff !important;}
  6. .theme-bdcolor{border: 1px solid #8254bf !important;}
  7. .weui-count .weui-count__btn {border: 1px solid #956bff; }
  8. .weui-count .weui-count__increase {background-color: #956bff; }
  9. .weui-count .weui-count__btn:after, .weui-count .weui-count__btn:before {background-color: #956bff; }
  10. .weui-count .weui-count__increase:after, .weui-count .weui-count__increase:before {background-color: #fff; }
  11. /*首页*/
  12. .swiper-pagination-bullet-active {background: #956bff;}
  13. .index-news .news-cont strong em{background: #956bff;}
  14. /*详情页*/
  15. .item-spec-layer .spec-info .spec-info-bd ul li.active{border-color: #956bff;color: #956bff;}
  16. /*分类*/
  17. .class-cont .class-hd>li.active>a, .class-cont .class-hd>li.active>a:focus, .class-cont .class-hd>li.active>a:hover {color: #956bff;}
  18. /*发现好货*/
  19. .find-cart .cart-tab.active{color: #956bff;border-bottom: 2px solid #956bff;}
  20. .group1-hd .hd-take{border: 1px solid #956bff;color: #956bff;}