Files
EasySoft-ZenTaoPMS/module/my/css/profile.css
2021-08-25 14:35:12 +08:00

16 lines
991 B
CSS

.body-modal .main-header {padding: 13px 0px 0px 0;}
.row table {width: 100%; margin-top: 5px;}
table+table {border-top: 1px solid #eee;}
.row th {width: 17%; line-height: 30px; padding-right: 20px; text-align: right; font-weight: 500;}
.row td {width: 33%; text-align: left; font-weight: 700;}
.main-actions {margin: 5px 0 10px 0; text-align: center;}
.user-title {margin: 10px 10px -10px 10px; font-size: 14px; font-weight: bold; padding-left: 10px;}
.user-name {margin-left: 15px; font-weight: bold;}
.user-name, .user-role {line-height: 50px; font-size: 16px; vertical-align: top;}
#avatarUpload {display: inline-block; width: 50px; height: 50px; position: relative;}
#avatarForm {position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
#avatarUploadBtn {display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
#avatarUploadBtn {opacity: 0; color: #fff; border-radius: 50%; line-height: 50px;}
#avatarUploadBtn:hover {opacity: 1; background-color: rgba(0,0,0,.5);}