You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .top_select{
- margin-left: 40px;
- margin-top: 40px;
- }
-
- #btns{
- margin-left: 40px;
- margin-top: 25px;
- }
-
- #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;
- }
- #keywords{
- widows: 260px;
- font-size: 13px;
- }
-
- body{
- min-width: 1100px;
- background-color: white;
- }
-
- .row{
- margin-top: 35px;
-
- }
|