帮你贷的小程序

template.wxss 300B

1234567891011121314151617181920
  1. .weui-cells::after{
  2. border-bottom: 0 none;
  3. }
  4. .emphasize{
  5. color: #ff5100;
  6. margin-right: 5px;
  7. }
  8. .weui-badge{
  9. margin: -5px 0 0 10px;
  10. border-radius:6px;
  11. }
  12. .weui-cell__hd{
  13. width: 50px;
  14. height: 50px;
  15. border-radius: 10px;
  16. }
  17. .weui-cell:before{
  18. color: #e5e5e5;
  19. /*border-top: none;*/
  20. }