public.less 773 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .outerLayerDiv{
  2. width:60%;
  3. margin-top:20px;
  4. margin-left: 20%;
  5. text-align: center;
  6. }
  7. .disctext {
  8. color: #b3b6be;
  9. font-size: 14px;
  10. line-height: 24px;
  11. margin-top: 12px;
  12. padding: 0 20px;
  13. }
  14. .houseMoney {
  15. width:220px;
  16. height: 35px;
  17. line-height: 35px;
  18. color: #b3b6be;
  19. text-align: center;
  20. list-style: none;
  21. span {
  22. display: block;
  23. float: left;
  24. }
  25. span:nth-child(1) {
  26. margin-right: 10px;
  27. width:10px;
  28. height:5px;
  29. }
  30. // 利率
  31. .interestrate {
  32. width: 65px;
  33. }
  34. // 百分号
  35. .sign {
  36. margin-left: 10px;
  37. color: #b3b6be;
  38. }
  39. span:nth-child(3) {
  40. color: #b3b6be;
  41. margin-left: 5px;
  42. margin-right: 10px;
  43. }
  44. span:nth-child(4) {
  45. color: #000000;
  46. }
  47. span:nth-child(5) {
  48. margin-left: 10px;
  49. }
  50. }