蓝色 贷款产品助手

template.wxss 605B

1234567891011121314151617181920212223242526272829303132333435
  1. .weui-cells::after{
  2. border-bottom: 0 none;
  3. }
  4. .emphasize{
  5. margin-right: 5px;
  6. }
  7. .weui-badge{
  8. margin: -5px 0 0 10px;
  9. border-radius:6px;
  10. }
  11. .weui-cell__hd{
  12. width: 50px;
  13. height: 50px;
  14. border-radius: 10px;
  15. }
  16. .weui-cell__bd2{
  17. text-align: center;
  18. }
  19. .weui-cell__bd2 .count{
  20. font-size: 16px;
  21. line-height: 18px;
  22. color: #E42A2A;
  23. }
  24. .weui-cell:before{
  25. color: #e5e5e5;
  26. /*border-top: none;*/
  27. }
  28. .suspendImg{
  29. margin-left: 0 !important;
  30. margin-right: 0 !important;
  31. padding-left: 0 !important;
  32. padding-right: 0 !important;
  33. text-align: left !important;
  34. line-height: 100% !important;
  35. }