网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

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