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.
 
 
 
 

61 lines
1.0 KiB

  1. .add_btn{
  2. width: 130px;
  3. height: 30px;
  4. text-align: center;
  5. border:1px solid rgb(204,204,204);
  6. display: inline-block;
  7. line-height: 30px;
  8. background-color: lightgray;cursor:pointer;
  9. }
  10. .stop_btn{
  11. margin-left: 30px;
  12. width: 130px;
  13. height: 30px;
  14. text-align: center;
  15. border:1px solid rgb(204,204,204);
  16. display: inline-block;
  17. line-height: 30px;
  18. background-color: lightgray;cursor:pointer;
  19. }
  20. .search_btn{
  21. margin-left: 30px;
  22. width: 80px;
  23. height: 30px;
  24. text-align: center;
  25. border:1px solid rgb(204,204,204);
  26. display: inline-block;
  27. line-height: 30px;
  28. background-color: lightgray;cursor:pointer;
  29. }
  30. .money_applyfor{
  31. width: 1200px;
  32. margin: 40px;
  33. height: auto;
  34. }
  35. .money_applyfor_box{
  36. width: 1200px;
  37. height: 30px;
  38. }
  39. .time_scope{
  40. width: auto;
  41. font-size: 12px;
  42. margin:0px;
  43. line-height: 30px;
  44. padding:0px;
  45. }
  46. .time_henggang{
  47. width: auto;
  48. font-size: 12px;
  49. height: 30px;
  50. margin: 0px;
  51. line-height: 30px;
  52. padding:0px;
  53. }
  54. .money_applyfor_inp{
  55. width: 300px;
  56. height: 30px;
  57. border: 1px #d5d5d5 solid;
  58. }
  59. .display_none{
  60. display: none;
  61. }