style.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. .o2_profile_titleBar {
  2. overflow: hidden;
  3. height: 50px;
  4. background-color: #4c6b87;
  5. }
  6. .o2_profile_titleUserNode {
  7. width: 80px;
  8. float: right;
  9. }
  10. .o2_profile_titleUserIconNode {
  11. background: url(../x_component_process_TaskCenter/$Main/default/user.png) center center no-repeat;
  12. width: 24px;
  13. height: 24px;
  14. margin-top: 13px;
  15. float: left;
  16. }
  17. .o2_profile_titleUserTextNode {
  18. margin-left: 24px;
  19. color: #FFFFFF;
  20. font-size: 14px;
  21. line-height: 50px;
  22. }
  23. .o2_profile_titleTextNode {
  24. padding-left: 20px;
  25. color: #FFFFFF;
  26. font-size: 18px;
  27. line-height: 50px;
  28. font-weight: bold;
  29. width: 160px;
  30. float: left;
  31. }
  32. .o2_profile_contentNode {
  33. overflow: hidden;
  34. }
  35. .o2_profile_configNode {
  36. height: 440px;
  37. }
  38. .o2_profile_inforConfigArea {
  39. height: 360px;
  40. margin: 40px 80px;
  41. color: #666;
  42. border: 0 solid red;
  43. }
  44. .o2_profile_inforLine {
  45. overflow: hidden;
  46. margin-bottom: 5px;
  47. }
  48. .o2_profile_inforIconTitle {
  49. width: 80px;
  50. height: 72px;
  51. font-size: 14px;
  52. line-height: 72px;
  53. color: #da7429;
  54. float: left;
  55. }
  56. .o2_profile_inforIconContent {
  57. float: left;
  58. width: 72px;
  59. height: 72px;
  60. }
  61. .o2_profile_inforIconContentImg {
  62. border: 0px;
  63. width: 72px;
  64. height: 72px;
  65. }
  66. .o2_profile_inforIconChange {
  67. margin: 16px 10px;
  68. cursor: pointer;
  69. float: left;
  70. border: 1px solid #999;
  71. border-radius: 3px;
  72. padding: 3px 5px;
  73. }
  74. .o2_profile_inforContent {
  75. margin-left: 80px;
  76. height: 30px;
  77. line-height: 30px;
  78. overflow: hidden;
  79. }
  80. .o2_profile_inforTitle {
  81. width: 80px;
  82. height: 30px;
  83. font-size: 14px;
  84. line-height: 30px;
  85. color: #da7429;
  86. float: left;
  87. }
  88. .o2_profile_inforContentInput {
  89. border: 1px solid #999;
  90. box-shadow: 0 0 0 #999;
  91. width: 90%;
  92. height: 20px;
  93. line-height: 20px;
  94. background-color: #FFF;
  95. margin-top: 4px;
  96. color: #666;
  97. }
  98. .o2_profile_inforContentInput_focus {
  99. border: 1px solid #da7429;
  100. box-shadow: 0 0 8px #fab37e;
  101. }
  102. .o2_profile_inforContentInput_error {
  103. border: 1px solid #F00;
  104. box-shadow: 0 0 8px #F00;
  105. }
  106. .o2_profile_saveInforAction, .o2_profile_savePasswordAction {
  107. height: 30px;
  108. line-height: 30px;
  109. text-align: center;
  110. width: 140px;
  111. border-radius: 5px;
  112. background-color: #5f6b80;
  113. border: 1px solid #FFF;
  114. color: #FFF;
  115. cursor: pointer;
  116. margin: 10px auto;
  117. }
  118. .o2_profile_layoutTitle {
  119. color: #da7429;
  120. font-size: 14px;
  121. height: 40px;
  122. line-height: 40px;
  123. margin: 20px 30px 20px 30px;
  124. border-bottom: 1px solid #da7429;
  125. }
  126. .o2_profile_layoutButtonArea {
  127. margin: 20px 30px 20px 30px;
  128. overflow: hidden;
  129. }
  130. .o2_profile_layoutClearDataAction {
  131. height: 30px;
  132. width: 140px;
  133. border-radius: 3px;
  134. background-color: #FFF;
  135. border: 1px solid #666;
  136. line-height: 30px;
  137. text-align: center;
  138. cursor: pointer;
  139. margin: 10px auto;
  140. margin-right: 20px;
  141. float: left;
  142. }
  143. .o2_profile_ideasArea {
  144. width: 590px;
  145. height: 350px;
  146. margin-top: 40px;
  147. margin-left: 100px;
  148. border: 1px solid #999;
  149. overflow: auto;
  150. }
  151. .o2_profile_ideasSave {
  152. height: 30px;
  153. width: 140px;
  154. border-radius: 3px;
  155. background-color: #FFF;
  156. border: 1px solid #666;
  157. line-height: 30px;
  158. text-align: center;
  159. cursor: pointer;
  160. float: left;
  161. margin: 10px 10px 10px 100px;
  162. }
  163. .o2_profile_passwordStrength {
  164. margin-top: 6px;
  165. float: left;
  166. padding-left: 2px;
  167. width: 35px;
  168. overflow: hidden;
  169. }
  170. .o2_profile_passwordStrengthColor {
  171. background-color: #b3b3b3;
  172. height: 5px;
  173. }
  174. .o2_profile_passwordStrengthColor_low {
  175. background-color: #e6772e;
  176. }
  177. .o2_profile_passwordStrengthColor_middle {
  178. background-color: #3c75b7;
  179. }
  180. .o2_profile_passwordStrengthColor_high {
  181. background-color: #33c025;
  182. }
  183. .o2_profile_passwordStrengthText {
  184. font-size: 12px;
  185. color: #999;
  186. text-align: center;
  187. line-height: 16px;
  188. margin-top: 5px;
  189. }
  190. .o2_profile_passwordStrengthText_current {
  191. color: #666;
  192. text-align: center;
  193. margin-top: 5px;
  194. }
  195. .o2_profile_passwordRemindNode {
  196. float: left;
  197. padding-left: 10px;
  198. padding-top: 10px;
  199. font-size: 12px;
  200. line-height: 27px;
  201. }
  202. .o2_profile_ssoConfigTitle {
  203. padding: 20px;
  204. font-size: 18px;
  205. font-weight: bold;
  206. color: #666666;
  207. }
  208. .o2_profile_ssoConfigArea{
  209. padding: 10px 40px;
  210. }
  211. .o2_profile_ssoItemLink{
  212. font-size: 14px;
  213. display: block;
  214. margin-bottom: 10px;
  215. }
  216. .o2_profile_previewBackground{
  217. width: 90px;
  218. height: 50px;
  219. float: left;
  220. border: 4px solid #eeeeee;
  221. margin: 10px 10px 0 0;
  222. }