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.
 
 
 
 

56 lines
863 B

  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. }
  24. .acoont_info{
  25. float: left;
  26. margin-right: 15px;
  27. border: 1px solid #E5E5E5;
  28. width: 215px;
  29. height: 90px;
  30. margin-bottom: 20px;
  31. }
  32. .total_save_btn{
  33. width: 80px;
  34. height: 30px;
  35. display: inline-block;
  36. line-height: 30px;
  37. text-align: center;
  38. cursor: pointer;
  39. margin-left: 45px;
  40. margin-top: 30px;
  41. }
  42. .btns{
  43. width: 60px;
  44. height: 25px;
  45. display: inline-block;
  46. line-height: 25px;
  47. text-align: center;
  48. cursor: pointer;
  49. }