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.
 
 
 
 

150 lines
2.3 KiB

  1. #topBtns{
  2. margin-left: 40px;
  3. margin-top: 30px;
  4. }
  5. #basic_info_btn{
  6. width: 170px;
  7. height: 50px;
  8. text-align: center;
  9. border:1px solid rgb(204,204,204);
  10. display: inline-block;
  11. line-height: 50px;
  12. cursor:pointer;
  13. background-color: lightgray;
  14. }
  15. #user_info_btn{
  16. width: 170px;
  17. height: 50px;
  18. text-align: center;
  19. border:1px solid rgb(204,204,204);
  20. display: inline-block;
  21. line-height: 50px;
  22. cursor:pointer;
  23. }
  24. #basic_info_save_btn{
  25. width: 100px;
  26. height: 35px;
  27. text-align: center;
  28. margin-left: 40px;
  29. margin-top: 20px;
  30. border:1px solid rgb(204,204,204);
  31. display: inline-block;
  32. line-height: 35px;
  33. background-color: lightgray;cursor:pointer;
  34. }
  35. #saveInfos{
  36. margin-left: 40px;
  37. margin-top: 20px;
  38. }
  39. .infos{
  40. margin-left: 40px;
  41. border:1px solid rgb(204,204,204);
  42. width: 1200px;
  43. height: 600px;
  44. }
  45. .company{
  46. float: left;
  47. width: 500px;
  48. margin-left: 50px;
  49. height: 470px;
  50. }
  51. .personal{
  52. float: left;
  53. width: 500px;
  54. margin-left: 50px;
  55. height: 470px;
  56. }
  57. input{
  58. font-size: 13px;
  59. }
  60. .profile-info-value {
  61. padding: 15px 4px 6px 10px;
  62. margin-left: 120px;
  63. border-top: 1px dotted #d5e4f1;
  64. }
  65. .profile-user-info-striped .profile-info-name {
  66. color: black;
  67. border-top: 1px solid #f7fbff;
  68. }
  69. .profile-info-name {
  70. position: absolute;
  71. width: 120px;
  72. text-align: right;
  73. padding: 15px 10px 6px 0;
  74. left: 0;
  75. top: 0;
  76. bottom: 0;
  77. font-weight: normal;
  78. /* color: #667e99; */
  79. background-color: transparent;
  80. /* border-top: 1px dotted #d5e4f1; */
  81. }
  82. .select_company_personal{
  83. margin-top: 30px;
  84. }
  85. .user_infos{
  86. margin-left: 40px;
  87. border:1px solid rgb(204,204,204);
  88. width: 1200px;
  89. height: 290px;
  90. }
  91. .personal_user_info{
  92. float: left;
  93. margin-left: 50px;
  94. height: 200px;
  95. }
  96. .company_user_info{
  97. float: left;
  98. margin-left: 50px;
  99. height: 200px;
  100. }
  101. .profile-info-name {
  102. color: black;
  103. }
  104. #user_info_save_btn{
  105. width: 100px;
  106. height: 35px;
  107. text-align: center;
  108. margin-left: 40px;
  109. margin-top: 20px;
  110. border:1px solid rgb(204,204,204);
  111. display: inline-block;
  112. line-height: 35px;
  113. background-color: lightgray;cursor:pointer;
  114. }
  115. .remove_border{
  116. border:0 !important;
  117. }
  118. .bor_t_r{
  119. border-top-right-radius: 5px;
  120. }
  121. .bor_t_l{
  122. border-top-left-radius: 5px;
  123. }
  124. .remove_bor_bom{
  125. border-bottom: 0 !important;
  126. }
  127. .removeClass{
  128. background-color: #666!important;
  129. }