|
- .new_main{
- width: 100%;
- margin: 0 auto;
- height: 65vh;
- display: flex;
- background: #ffffff;
- align-items: center;
- justify-content: center;
- }
- .new_flex{
- width: 75%;
- margin: 0 auto;
- height: 65vh;
- }
- .new_main table{
- border: 1px solid #eeeeee;
- }
- .new_main table tr td{
- border: 1px solid #eeeeee;
- text-align: center;
- padding: 10px 0;
- }
- .new_main table tr:nth-child(-n+2) td{
- background: #F0F6FE;
- }
- .report-title {
- font-size: 20px;
- font-weight: bold;
- text-align: center;
- line-height: 24px;
- margin-bottom: 2px;
- position: relative;
- }
- .main-title {
- margin-bottom: 5px;
- padding: 0 10px;
- height: 33px;
- line-height: 33px;
- color: #333;
- font-size: 13px;
- display: flex;
- }
- .main-title .company {
- text-align: left;
- display: inline-block;
- width: 30%;
- }
- .main-title .nper {
- display: inline-block;
- width: 40%;
- text-align: center;
- }
- .main-title .amountOf {
- display: inline-block;
- width: 30%;
- text-align: right;
- }
-
- .balance-main {
- background: #fff;
- margin: 17px auto 0;
- padding-bottom: 10px;
- }
- .tab_link{
- margin: 20px 0;
- }
- .search_main{
- display: flex;
- background: #F7F8FA;
- height: 80px;
- align-items: center;
- padding: 0 20px;
- }
- .data_input {
- float: left;
- width: 190px;
- height: 26px;
- background: #ffffff;
- border: 1px solid #E5E5E5;
- border-radius: 4px;
- text-indent: 10px;
- margin-left: 15px;
- font-size: 14px;
- }
- .datas_input::-webkit-input-placeholder {
- color: #999;
- }
-
- .datas_input:-moz-placeholder {
- color: #999;
- }
-
- .datas_input:-ms-input-placeholder {
- color: #999;
- }
- .input_data_icon {
- position: absolute;
- width: 18px;
- right: 10px;
- top: 4px;
- }
- .centerRight-list1-form input,
- select {
- background-color: transparent;
- border: 1px solid #bfbfbf;
- height: 26px;
- padding-left: 5px;
- width: 170px;
- }
- .search_btn{
- background: linear-gradient( 91deg, #187CF4 0%, #2538FE 100%);
- border-radius: 2px 2px 2px 2px;
- width: 80px;
- height: 32px;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #ffffff;
- line-height: 1;
- }
- .search_rest{
- background: #ffffff;
- border-radius: 2px 2px 2px 2px;
- width: 80px;
- height: 32px;
- display: flex;
- align-items: center;
- justify-content: center;
- line-height: 1;
- }
|