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.
 
 
 
 

55 lines
905 B

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