index.css 1.9 KB

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