|
-
- .main_style{
- float: left;
- margin-top: 35px;
- margin-left: 40px;
- min-width: 1160px;
- }
-
- .top{
- background-color: #E5E5E5;
- border: 1px solid #CCCCCC;
- width: 1160px;
- height: 60px;
- padding-top: 20px;
- }
-
- .date{
- padding-left: 20px;
-
- }
-
- .line_code , .line_name, .line_code1, .line_name1 {
- padding-left: 10px;
- }
-
- .people_count{
- padding-left: 40px;
- }
-
- #sample-table-1 th,td{
- vertical-align: middle!important;
- text-align: center;
- }
-
- .table_width{
- width: 1160px;
- margin-top: 40px;
- }
-
- input{
- font-size : 13px;
- }
-
- select{
- height: 28px;
- }
-
- .add_btn{
- width: 50px;
- height: 28px;
- text-align: center;
- display: inline-block;
- line-height: 28px;
- background-color: white;
- cursor: pointer;
- color: #3E8ACC;
- }
-
- .bottom{
- width: 1160px;
- padding-top: 20px;
- border-top: 1px solid #e5e5e5;
- margin-top: 20px;
- }
-
- .del{
- cursor: pointer;
- color: #3E8ACC;
- }
-
- .save_btn{
- width: 70px;
- height: 35px;
- text-align: center;
- border: 1px solid rgb(204,204,204);
- display: inline-block;
- margin-left: 30px;
- line-height: 35px;
- background-color: lightgray;
- cursor: pointer;
- }
-
- .end_time{
- width: 120px;
- height: 28px !important;
- }
-
- .unit{
- width: 120px;
- display: inline-block;
- border: 0;
- margin-bottom: 0;
- }
-
- .combo-select{
- position: relative;
- max-width: 400px;
- margin-bottom: 0 !important;
- font: 100% Helvetica, Arial, Sans-serif;
- border: 1px #ccc solid;
- border-radius: 3px;
- }
-
- .combo-input {
- font-size: 13px !important;
- }
-
-
- .end_time{
- font-size: 13px !important;
- }
|