Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- .add_btn{
- width: 130px;
- height: 30px;
- text-align: center;
- display: inline-block;
- line-height: 30px;
- background-color: lightgray;cursor:pointer;
- }
- .stop_btn{
- margin-left: 30px;
- width: 130px;
- height: 30px;
- text-align: center;
- display: inline-block;
- line-height: 30px;
- background-color: lightgray;cursor:pointer;
- }
- .search_btn{
- margin-left: 30px;
- width: 80px;
- height: 30px;
- text-align: center;
- display: inline-block;
- line-height: 30px;
- background-color: lightgray;cursor:pointer;
- }
- .transaction{
- width: 1200px;
- margin: 40px;
- height: auto;
- }
- .transaction_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;
- }
- .transaction_inp{
- width: 300px;
- height: 30px;
- border: 1px #d5d5d5 solid;
- }
|