1234567891011121314151617181920212223242526272829303132333435 |
- .wrap_table{
- width: 100%;
- height: 100%;
- }
- .header_center{
- width: 100%;
- height: 60px;
- line-height: 60px;
- text-indent: 20px;
- font-size: 15px;
- font-weight: 600;
- border-bottom: 1px solid #ccc;
- }
- .tables{
- width: 100%;
- height: calc(100% - 180px);
- padding: 20px;
- }
- .query_table{
- width: 100%;
- height: 120px;
- .top_div{
- width: 100%;
- height: 50%;
- line-height: 60px;
- padding-left: 20px;
- // background-color: #f60;
- }
- .btm_div{
- width: 100%;
- height: 50%;
- line-height: 60px;
- padding-left: 20px;
- }
- }
|