帮你贷的小程序

template.wxss 500B

12345678910111213141516171819202122232425262728
  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. }
  21. .suspendImg{
  22. margin-left: 0 !important;
  23. margin-right: 0 !important;
  24. padding-left: 0 !important;
  25. padding-right: 0 !important;
  26. text-align: left !important;
  27. line-height: 100% !important;
  28. }