Browse Source

调整会员登录注册居中

tags/6.3.0
叙述、别离 6 months ago
parent
commit
e4c6ba2c49
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      src/static/web/css/admin.css
  2. +1
    -1
      src/static/web/css/style.css
  3. +1
    -1
      src/user/templets/login.htm
  4. +1
    -1
      src/user/templets/reg-new.htm

+ 1
- 1
src/static/web/css/admin.css View File

@@ -18,7 +18,7 @@ td{word-break:break-all;word-wrap:break-word}
input{padding:0.375rem 0.75rem;height:30px;color:#6c757d;background:#fff;border:1px solid #dee2e6;vertical-align:middle}
input[type=file]{padding:0;height:auto;border:0;border-radius:0!important;vertical-align:middle}
input[type=button],input[type=submit],input[type=reset]{padding:0.375rem 0.75rem;height:30px;line-height:1.5;font-size:12px;color:#fff;background:#1eb867;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:text-top}
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}
select{padding:0.375rem 0.75rem;height:30px;color:#6c757d;background:#fff;border:1px solid #dee2e6;vertical-align:middle}
select[multiple=yes]{height:180px}
option{display:flex;padding:0;height:30px;align-items:center}


+ 1
- 1
src/static/web/css/style.css View File

@@ -66,7 +66,7 @@ input[type=file]{padding:0;height:auto;border:0}
.feedbacks ._feedback_reply .alert{margin-bottom:0}
.nav-item .active{color:#ff8400}
.logo img{height:40px}
.login-from{margin:5rem 0;width:500px}
.login-from{margin:5rem auto;width:500px}
.login-box{padding:1.25rem;background:#fff}
.user-login,.user-actions{line-height:40px}
.user-actions{text-align:right}


+ 1
- 1
src/user/templets/login.htm View File

@@ -12,7 +12,7 @@
<body class="body-bg">
<?php obtaintheme('top.htm');?>
<main class="container">
<div class="login-from d-inline-block">
<div class="login-from">
<div class="login-box shadow-sm rounded">
<h2 class="text-center mb-3">会员登录</h2>
<form name="form1" method="POST" action="<?php echo $cfg_memberurl;?>/index_do.php">


+ 1
- 1
src/user/templets/reg-new.htm View File

@@ -12,7 +12,7 @@
<body class="body-bg">
<?php obtaintheme('top.htm');?>
<main class="container">
<div class="login-from d-inline-block">
<div class="login-from">
<div class="login-box shadow-sm rounded">
<h2 class="text-center mb-3">会员注册</h2>
<form name="form2" action="reg_new.php" method="post" id="regUser">


Loading…
Cancel
Save