|
- .main_style{
- float: left;
- margin-top: 35px;
- margin-left: 40px;
- min-width: 1160px;
- }
-
- .top{
- width: 1160px;
- height: 70px;
- padding-left: 30px;
- border: 1px solid #E5E5E5;
- padding-top: 20px;
- }
-
- .today{
- width: 50px;
- height: 26px;
- text-align: center;
- margin-left: 10px;
- border: 1px solid rgb(204,204,204);
- display: inline-block;
- line-height: 26px;
- background-color: lightgray;
- cursor: pointer;
- }
-
- .yesterday{
- width: 50px;
- height: 26px;
- text-align: center;
- margin-left: 5px;
- border: 1px solid rgb(204,204,204);
- display: inline-block;
- line-height: 26px;
- background-color: lightgray;
- cursor: pointer;
- }
- .start_time {
- height: 25px !important;
- width: 110px;
- }
-
- .end_time {
- height: 25px !important;
- width: 110px;
- padding-left: 5px;
- }
-
- .line{
- width: 130px;
- }
-
- .order_channel{
- width: 130px;
- }
-
- .line_div{
- padding-left: 30px;
- }
-
- .css_div{
- padding-left: 5px;
- }
-
- input{
- font-size: 13px;
- }
-
- select{
- height: 28px;
- }
-
- .div_status{
- padding-left: 50px;
- }
-
- .search_btn{
- width: 70px;
- height: 30px;
- text-align: center;
- margin-left: 40px;
- border: 1px solid rgb(204,204,204);
- display: inline-block;
- line-height: 30px;
- background-color: lightgray;
- cursor: pointer;
- }
-
- .table th,td{
- vertical-align: middle!important;
- text-align: center;
- }
-
- .table_width{
- width: 1160px;
- margin-top: 40px;
- }
|