no commit message

This commit is contained in:
雨中磐石
2024-10-18 15:27:40 +08:00
parent 9a2a3a2c8a
commit 559c388ea0
103 changed files with 2021 additions and 783 deletions

View File

@@ -9,7 +9,7 @@
<meta name="format-detection" content="telephone=no"/>
<meta name="format-detection" content="email=no"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0"/>
<link rel="stylesheet" type="text/css" href="web/res/css/webimcss.css"/>
<link rel="stylesheet" type="text/css" href="webmain/css/rock.css?<?=time()?>"/>
<link rel="shortcut icon" id="icon_show" href="favicon.ico" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/js.js"></script>
@@ -19,12 +19,11 @@
.lmaisft{text-align:center;-webkit-app-region:no-drag;}
.close{height:20px;width:20px;display:block;text-align:center;line-height:18px;cursor:pointer;font-size:16px}
.close:hover{background:#ff1118;color:white}
.inputlog{height:40px;width:220px;border-radius:5px}
<?php
$col = getconfig('apptheme','#1389D3');
echo 'body{--main-color:'.$col.'}';
?>
.inputlog{height:40px;width:220px;border-radius:5px;}
</style>
<?php
echo c('color')->getApptheme();
?>
<script>
CFROM = 'reim';
var temp_token='';
@@ -268,7 +267,7 @@ function changlogin(){
}
</script>
</head>
<body style="overflow:hidden;background:#f5f5f5">
<body style="overflow:hidden">
<div >
@@ -303,18 +302,12 @@ function changlogin(){
<input type="hidden" name="logintype" value="1">
<?php }?>
<div>
<input type="text" class="input inputlog" onKeyUp="if(event.keyCode==13)get('adminmobileyzm').focus()" maxlength="11" name="adminmobile" placeholder="请输入手机号">
</div>
<div class="blank20"></div>
<div align="center">
<table><tr>
<td>
<input class="input" style="height:40px;width:130px;border-top-left-radius:5px;border-bottom-left-radius:5px" name="adminmobileyzm" id="adminmobileyzm" onKeyUp="if(event.keyCode==13)loginsubmit(1)" maxlength="6" placeholder="请输入验证码">
</td>
<td><input type="button" onclick="getyzm(this)" style="height:40px;width:90px;border-top-right-radius:5px;border-bottom-right-radius:5px" value="获取验证码" class="webbtn" ></td>
</tr></table>
<input class="input" style="height:40px;width:130px;border-radius:5px 0px 0px 5px;" name="adminmobileyzm" id="adminmobileyzm" onKeyUp="if(event.keyCode==13)loginsubmit(1)" maxlength="6" placeholder="请输入验证码"><input type="button" onclick="getyzm(this)" style="height:40px;width:90px;border-radius:0px 5px 5px 0px" value="获取验证码" class="webbtn" >
</div>