帮你贷的小程序

calculate.wxss 573B

123456789101112131415161718192021222324252627282930313233
  1. /* pages/calculate/calculate.wxss */
  2. .calculator{
  3. background: #f2f1f7;
  4. padding-bottom: 8px;
  5. }
  6. .total-interest{
  7. background-color: #4997ff;
  8. text-align: right;
  9. padding: 7.6% 0 0;
  10. color: #fff;
  11. font-size: 16px;
  12. padding-right:15px;
  13. }
  14. .total-interest text{
  15. display: block;
  16. }
  17. .title{
  18. font-size: 40px;
  19. font-weight: 800;
  20. }
  21. .calculate-interest{
  22. margin: 0 8px;
  23. background-color: #fff;
  24. padding: 2%;
  25. border: #e6e6e6 solid 1px;
  26. border-top: 0 none;
  27. }
  28. .notice{
  29. border-bottom: #e5e5e5 solid 1rpx;
  30. padding: 0.18rem 0;
  31. font-size: 12px;
  32. color: #999;
  33. }