网站
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

132 linhas
2.4 KiB

  1. .new_main{
  2. width: 100%;
  3. margin: 0 auto;
  4. height: 65vh;
  5. display: flex;
  6. background: #ffffff;
  7. align-items: center;
  8. justify-content: center;
  9. }
  10. .new_flex{
  11. width: 75%;
  12. margin: 0 auto;
  13. height: 65vh;
  14. }
  15. .new_main table{
  16. border: 1px solid #eeeeee;
  17. margin-top: 30px;
  18. }
  19. .new_main table tr td{
  20. border: 1px solid #eeeeee;
  21. text-align: center;
  22. padding: 10px 0;
  23. }
  24. .new_main table tr:nth-child(1) td{
  25. background: #F0F6FE;
  26. }
  27. .report-title {
  28. font-size: 20px;
  29. font-weight: bold;
  30. text-align: center;
  31. line-height: 24px;
  32. margin-bottom: 2px;
  33. position: relative;
  34. }
  35. .main-title {
  36. margin-bottom: 5px;
  37. padding: 0 10px;
  38. height: 33px;
  39. line-height: 33px;
  40. color: #333;
  41. font-size: 13px;
  42. display: flex;
  43. }
  44. .main-title .company {
  45. text-align: left;
  46. display: inline-block;
  47. width: 30%;
  48. }
  49. .main-title .nper {
  50. display: inline-block;
  51. width: 40%;
  52. text-align: center;
  53. }
  54. .main-title .amountOf {
  55. display: inline-block;
  56. width: 30%;
  57. text-align: right;
  58. }
  59. .balance-main {
  60. background: #fff;
  61. margin: 17px auto 0;
  62. padding-bottom: 10px;
  63. }
  64. .tab_link{
  65. margin: 20px 0;
  66. }
  67. .search_main{
  68. display: flex;
  69. background: #F7F8FA;
  70. height: 80px;
  71. align-items: center;
  72. padding: 0 20px;
  73. }
  74. .data_input {
  75. float: left;
  76. width: 190px;
  77. height: 26px;
  78. background: #ffffff;
  79. border: 1px solid #E5E5E5;
  80. border-radius: 4px;
  81. text-indent: 10px;
  82. margin-left: 15px;
  83. font-size: 14px;
  84. }
  85. .datas_input::-webkit-input-placeholder {
  86. color: #999;
  87. }
  88. .datas_input:-moz-placeholder {
  89. color: #999;
  90. }
  91. .datas_input:-ms-input-placeholder {
  92. color: #999;
  93. }
  94. .input_data_icon {
  95. position: absolute;
  96. width: 18px;
  97. right: 10px;
  98. top: 4px;
  99. }
  100. .centerRight-list1-form input,
  101. select {
  102. background-color: transparent;
  103. border: 1px solid #bfbfbf;
  104. height: 26px;
  105. padding-left: 5px;
  106. width: 170px;
  107. }
  108. .search_btn{
  109. background: linear-gradient( 91deg, #187CF4 0%, #2538FE 100%);
  110. border-radius: 2px 2px 2px 2px;
  111. width: 80px;
  112. height: 32px;
  113. display: flex;
  114. align-items: center;
  115. justify-content: center;
  116. color: #ffffff;
  117. line-height: 1;
  118. }
  119. .search_rest{
  120. background: #ffffff;
  121. border-radius: 2px 2px 2px 2px;
  122. width: 80px;
  123. height: 32px;
  124. display: flex;
  125. align-items: center;
  126. justify-content: center;
  127. line-height: 1;
  128. }