diff --git a/src/admin/templets/member_edit.htm b/src/admin/templets/member_edit.htm index de4f65f1..434bf1e4 100644 --- a/src/admin/templets/member_edit.htm +++ b/src/admin/templets/member_edit.htm @@ -21,15 +21,16 @@
该会员关连网站管理员,修改不当会导致无法登录
';?> - 头像/账号: - - ";};echo "".$row['userid']."";?> - - + +

";};echo "

".$row['userid']."

";?> +

+ + +

- 昵称: + 昵称: diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index bc1e503d..a3b2710e 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -109,6 +109,7 @@ body.menu-show .body-right{left:220px;transition:all 0.5s} .tips-head{margin:0 20px;padding:18px 0;border-bottom:1px solid #f5f5f5} .tips-head p{margin:0;padding-left:10px;line-height:16px;color:#343a40;text-align:left;border-left:3px solid #ff8400} .tips-body{padding:20px;min-height:160px;color:#6c757d;word-break:break-all;word-wrap:break-word} +.user-img-md{width:60px;height:60px;border-radius:50%;border:1px solid #eee} .user-img-sm{width:30px;height:30px;border-radius:50%;border:1px solid #eee} .thumbnail-md{max-width:200px;max-height:120px} .thumbnail-sm{max-width:80px;max-height:80px} @@ -172,5 +173,5 @@ table,input,select,textarea,.login-box,.colordlg,.pubdlg,.quickselitem .topcat,. } @media (max-width:768px){ .install-box,.login-from,.tips-box{width:100%} -.tips{padding:0 15px} +.tips{padding:0 1rem} } \ No newline at end of file diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css index c45fac2b..8958d420 100644 --- a/src/static/web/css/style.css +++ b/src/static/web/css/style.css @@ -14,6 +14,7 @@ h3,h4{font-size:18px} h5,h6{font-size:16px} form.search{display:flex;width:100%} input[type=file]{padding:0;height:auto;border:0} +input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus{width:14px;height:14px;outline:none;box-shadow:none;vertical-align:middle} .body-bg{background:#f5f5f5} .carousel-caption{bottom:0} .carousel-caption h2{color:#fff}