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.

account_list.css 999 B

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .account_manager{
  2. font-weight: bold;
  3. font-size: 14px;
  4. margin-top: 40px;
  5. margin-left: 35px;
  6. }
  7. .line_top{
  8. width: 1145px;
  9. height: 1px;
  10. border: 1px solid lightgray;
  11. margin-top: 15px;
  12. margin-left: 35px;
  13. }
  14. .add_account{
  15. border: 1px solid #E5E5E5;
  16. width: 215px;
  17. height: 90px;
  18. text-align: center;
  19. line-height: 90px;
  20. font-size: 16px;
  21. float: left;
  22. margin-right: 15px;
  23. cursor: pointer;
  24. }
  25. .acoont_info{
  26. float: left;
  27. margin-right: 15px;
  28. border: 1px solid #E5E5E5;
  29. width: 215px;
  30. height: 90px;
  31. margin-bottom: 20px;
  32. }
  33. .total_save_btn{
  34. width: 80px;
  35. height: 30px;
  36. display: inline-block;
  37. line-height: 30px;
  38. text-align: center;
  39. cursor: pointer;
  40. margin-left: 45px;
  41. margin-top: 30px;
  42. }
  43. .btns{
  44. width: 60px;
  45. height: 25px;
  46. display: inline-block;
  47. line-height: 25px;
  48. text-align: center;
  49. cursor: pointer;
  50. }
  51. .ui_hide{
  52. display: none;
  53. }
  54. .btn_stop{
  55. color: #666666;
  56. background-color: #e5e5e5;
  57. border-color: #e5e5e5;
  58. }