diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css index b8c2e458..0d12da66 100644 --- a/src/static/web/css/style.css +++ b/src/static/web/css/style.css @@ -326,7 +326,10 @@ form.search { background:#e77817 } @media (max-width:480px) { - .m-pb-2 { + .m-pb-1 { + padding-bottom:1rem +} +.m-pb-2 { padding-bottom:2rem } .spec .card img { diff --git a/src/static/web/css/user.css b/src/static/web/css/user.css index 86065f45..9137856a 100644 --- a/src/static/web/css/user.css +++ b/src/static/web/css/user.css @@ -16,7 +16,8 @@ .user-logo { max-width:60px; min-height:60px; - border-radius:50% + border-radius:50%; + border-bottom:1px solid #eee } .user-img { margin-right:10px; @@ -25,15 +26,8 @@ border-radius:50%; border:1px solid #dee2e6 } -.user-type span { - position:relative; - padding:.3rem; - font-size:14px; - font-weight:400; - top:-10px -} .user-meter i { - font-size:24px !important + font-size:24px!important } .list-group-item.active a { color:#fff diff --git a/src/theme/dedebiz/singlepage.htm b/src/theme/dedebiz/singlepage.htm index eb83cdef..aa91c5bd 100644 --- a/src/theme/dedebiz/singlepage.htm +++ b/src/theme/dedebiz/singlepage.htm @@ -12,7 +12,7 @@ - + {dede:include filename='top.htm'/} {dede:include filename='head.htm'/}
diff --git a/src/user/edit_email.php b/src/user/edit_email.php index dd2392f3..8e5ef687 100644 --- a/src/user/edit_email.php +++ b/src/user/edit_email.php @@ -7,7 +7,6 @@ * @link https://www.dedebiz.com */ require_once(dirname(__FILE__)."/config.php"); - $dopost = isset($dopost) ? $dopost : ""; if (!isset($backurl)) { $backurl = 'edit_email.php'; diff --git a/src/user/templets/index.htm b/src/user/templets/index.htm index d7107418..bb2da3d8 100755 --- a/src/user/templets/index.htm +++ b/src/user/templets/index.htm @@ -22,13 +22,11 @@
-
+
-
M_LoginID;?>
-
-
-

M_MbType;?>积分:M_Scores;?>,金币:M_Money;?>

- +

M_LoginID;?>

+

M_MbType;?>积分:M_Scores;?>

+

金币:M_Money;?>

@@ -36,36 +34,26 @@