.div_employee_on { position: relative; box-sizing:border-box; margin: 10px; border:#0090FF 1px solid; border-radius: 8px; height: 80px; background: #E0F0FF; } .div_employee_off { position: relative; margin: 10px; border-radius: 8px; height: 80px; background: #FFFFFF; } .img_employee_headimg { position: absolute; top: 8px; left: 8px; width: 64px; height: 64px; border-radius: 8px; } .div_employee_name { position: absolute; top: 8px; left: 80px; font-size: 14px; color: #0090FF; line-height: 32px; } .div_employee_code { position: absolute; top: 8px; right: 8px; font-size: 12px; color: #808080; line-height: 32px; text-align: right; } .div_employee_level { position: absolute; top: 40px; right: 8px; font-size: 12px; color: #808080; line-height: 32px; text-align: right; } .div_employee_title { position: absolute; top: 40px; left: 80px; font-size: 12px; color: #A0A0A0; line-height: 32px; } .div_account_area { position: relative; width: 240px; margin: 0 auto; padding:10px; border-radius: 4px; } .div_account_row { position: relative; height: 40px; } .div_account_label { position: relative; color: #A0A0A0; font-size: 12px; line-height: 16px; } .div_account_text { position: relative; color: #A0A0A0; font-size: 12px; line-height: 16px; margin-bottom:12px; } .img_account_headimg { display:block; margin:8px auto; width:98px; height:98px; border:#FFFFFF 2px solid; border-radius:50px; } .input_account_info { display: block; position: relative; width: 90%; height: 24px; border:none; border-radius: 4px; background: #FFFFFF; padding: 1px; color: #606060; font-size: 14px; line-height: 24px; -webkit-appearance: none; outline: none; resize: none; } #file_picture { position:relative; height:20px; opacity:0; } .div_ios_loading { position: relative; margin: 10px auto; width: 31px; height: 31px; background: url(../icon/loading_alpha.gif) no-repeat center; background-size: 100%; } .div_ios_home { position:relative; margin: 10px; height: 31px; color: #808080; font-size: 14px; text-align: center; } .div_ios_guide { margin: 12px; color: #0090FF; font-size: 14px; text-align: center; } .img_ios_guide { display: block; position: relative; margin: 8px auto; width: 300px; }