index.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .mod-radios {
  2. font-size: 14px;
  3. }
  4. .mod-value label {
  5. margin-right: 0;
  6. }
  7. .mod-value .x-input {
  8. display: inline-block;
  9. width: 400px;
  10. }
  11. select.x-select {
  12. display: inline-block;
  13. width: 114px;
  14. }
  15. .radix-tips {
  16. margin-left: 160px;
  17. font-size: 12px;
  18. color: #bbb;
  19. font-style: italic;
  20. }
  21. #containerPayback table th {
  22. vertical-align: middle;
  23. text-align: center;
  24. background-color: #f9f9f9;
  25. }
  26. #containerPayback table td {
  27. font-weight: normal;
  28. font-size: 14px;
  29. }
  30. #containerPayback table td.x-name {
  31. text-align: center;
  32. }
  33. #containerPayback table td.x-bill {
  34. color: #000;
  35. }
  36. #containerPayback table td.x-left {
  37. color: #aaa;
  38. }
  39. #containerPayback table tr.x-all,
  40. #containerPayback table tr.x-last td.x-total {
  41. background-color: #ffffe4;
  42. }
  43. #containerPayback table tr.x-all td.x-name ,
  44. #containerPayback table tr.x-all td.x-bill ,
  45. #containerPayback table tr.x-all td.x-amount ,
  46. #containerPayback table tr.x-all td.x-interest {
  47. color: #f00;
  48. }
  49. .mod-inputs {
  50. font-size: 14px;
  51. }
  52. .mod-inputs .form-control {
  53. width: 120px;
  54. display: inline-block;
  55. margin:0 10px 10px 0;
  56. }
  57. .mod-inputs label {
  58. margin-right: 0;
  59. }
  60. .mod-inputs .x-sp {
  61. margin-left: 50px;
  62. }
  63. .mod-inputs span {
  64. color: #aaa;
  65. }
  66. #containerPayback .x-tips {
  67. margin: 10px 0 20px 0;
  68. }
  69. #containerPayback .x-btn {
  70. margin-left: 20px;
  71. }
  72. #containerPayback .x-exchange {
  73. float: right;
  74. font-size: 12px;
  75. color: #48b;
  76. text-decoration: underline;
  77. }
  78. #containerPayback .x-exchange:hover {
  79. cursor: pointer;
  80. color: #f00;
  81. }
  82. .x-calc-title {
  83. border-bottom: 1px solid #ccc;
  84. padding-bottom: 5px;
  85. margin-bottom: 15px;
  86. }
  87. .x-revrate {
  88. color: #f00;
  89. }