|
- .add_btn{
- width: 130px;
- height: 30px;
- text-align: center;
- border:1px solid rgb(204,204,204);
- display: inline-block;
- line-height: 30px;
- background-color: lightgray;cursor:pointer;
- }
- .stop_btn{
- margin-left: 30px;
- width: 130px;
- height: 30px;
- text-align: center;
- border:1px solid rgb(204,204,204);
- display: inline-block;
- line-height: 30px;
- background-color: lightgray;cursor:pointer;
- }
- .search_btn{
- margin-left: 30px;
- width: 80px;
- height: 30px;
- text-align: center;
- border:1px solid rgb(204,204,204);
- display: inline-block;
- line-height: 30px;
- background-color: lightgray;cursor:pointer;
- }
- .money_applyfor{
- width: 1200px;
- margin: 40px;
- height: auto;
- }
- .money_applyfor_box{
- width: 1200px;
- height: 30px;
- }
- .time_scope{
- width: auto;
- font-size: 12px;
- margin:0px;
- line-height: 30px;
- padding:0px;
- }
- .time_henggang{
- width: auto;
- font-size: 12px;
- height: 30px;
- margin: 0px;
- line-height: 30px;
- padding:0px;
- }
- .money_applyfor_inp{
- width: 300px;
- height: 30px;
- border: 1px #d5d5d5 solid;
- }
- .display_none{
- display: none;
- }
|