Browse Source

add css for register and login

master
filesite 6 months ago
parent
commit
98e9058cd6
  1. 10
      themes/tajian/views/site/register.php
  2. 22
      www/css/tajian_index.css

10
themes/tajian/views/site/register.php

@ -35,15 +35,5 @@ @@ -35,15 +35,5 @@
</a>
</span>
</div>
<div class="mt20 vercenter">
<?php
if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['config']['defaultUserId'])) {
$defaultUserId = FSC::$app['config']['defaultUserId'];
echo <<<eof
<a href="/{$defaultUserId}/" target="_blank">点我体验,先看看聚宝盆长什么样?</a>
eof;
}
?>
</div>
</form>
</main>

22
www/css/tajian_index.css

@ -279,6 +279,28 @@ main{flex:1 0 auto} @@ -279,6 +279,28 @@ main{flex:1 0 auto}
.stats .col label{display:block;font-size:15px}
.stats .info{background-color:#1274ED}
.stats .success{background-color:#3adac9}
.g_main_lay{padding:0 2% 0 3.4%;margin-top:18px;min-height:360px;position:relative;max-width:1700px}
.g_form_style{max-width:406px;margin:4% auto 60px auto}
.g_form_style input,.g_form_style select{width:100%;font-size:15px;padding:12px 10px;border-radius:5px;border:solid 1px #9b9b9b;margin:6px 0 0 0}
.g_form_style>div{margin-bottom:11px}
.avform_bt{margin-top:18px}
.avform_bt button{position: relative;font-size:15px;min-width:100px;border-radius:6px;padding:10px 3px;border:none;background-color:#0d6efd;color:#FFF;cursor: pointer}
.loading_bt{display:inline-block}
.bt_loading_cover{z-index:100;position:absolute;left:-1px;right:-1px;top:-1px;bottom:-1px;background:rgba(225,225,225,.5)}
.loading_bt svg{width: 20px;transform-origin: center;animation: change 2.5s linear infinite;
}
.loading_bt circle {fill: none;stroke: #FFF;stroke-width: 7;stroke-dasharray: 1, 200;stroke-dashoffset: 0;stroke-linecap: round;animation: diansh 2s ease-in-out infinite;
}
.g_form_style textarea{display:block;width:100%;padding:4px}
.g_form_style img{display:inline}
.twocol label{display:block}
.twocol input{width:62%}
.twocol button{margin-left:4px}
.elementNone,.hide{display:none !important}
.ml20{margin-left:20px}
.mt10{margin-top:10px}
@media (max-width:640px){
.hero-title small{display:block}
.pfav{display:none}

Loading…
Cancel
Save