|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .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;
-
- }
|