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.
 
 
 
 

22 lines
337 B

  1. .r_input{
  2. background-color: #F9F9F9!important;
  3. border: 0;
  4. color: #333333!important;
  5. }
  6. .manage_box{
  7. float:left;
  8. width:1000px;
  9. height:1000px;
  10. }
  11. .line_box{
  12. width: 960px;
  13. height: 1px;
  14. border: 1px solid lightgray;
  15. margin-top: 15px;
  16. }
  17. .line{
  18. margin-top:30px;
  19. padding: 12px 11px;
  20. background-color: #eee;
  21. border: 1px solid #ccc;
  22. }