thinkphp框架升级
parent
31efcf189d
commit
7655463722
|
|
@ -88,7 +88,7 @@
|
||||||
font: 16px Verdana, "Helvetica Neue", helvetica, Arial, 'Microsoft YaHei', sans-serif;
|
font: 16px Verdana, "Helvetica Neue", helvetica, Arial, 'Microsoft YaHei', sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 20px 20px;
|
padding: 0 20px 20px;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
h1{
|
h1{
|
||||||
margin: 10px 0 0;
|
margin: 10px 0 0;
|
||||||
|
|
@ -115,15 +115,12 @@
|
||||||
text-decoration-style: dotted;
|
text-decoration-style: dotted;
|
||||||
}
|
}
|
||||||
a{
|
a{
|
||||||
color: #F44336;
|
color: #888;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 10px 15px;
|
|
||||||
border: 1px solid #F44336;
|
|
||||||
}
|
}
|
||||||
a:hover{
|
a:hover{
|
||||||
background: #F44336;
|
text-decoration: underline;
|
||||||
color: #fff;
|
|
||||||
}
|
}
|
||||||
.line-error{
|
.line-error{
|
||||||
background: #f8cbcb;
|
background: #f8cbcb;
|
||||||
|
|
@ -151,7 +148,7 @@
|
||||||
|
|
||||||
/* Exception Info */
|
/* Exception Info */
|
||||||
.exception {
|
.exception {
|
||||||
margin-top: 10%;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
.exception .message{
|
.exception .message{
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
|
|
@ -263,11 +260,27 @@
|
||||||
.exception-var table td pre{
|
.exception-var table td pre{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
.exception .error-message h1 {
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Copyright Info */
|
/* Copyright Info */
|
||||||
.copyright{
|
.copyright{
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
padding: 12px 0;
|
padding: 12px 0;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.copyright a{
|
||||||
|
color: #F44336;
|
||||||
|
cursor: pointer;
|
||||||
|
text-decoration: none;
|
||||||
|
padding: 10px 15px;
|
||||||
|
border: 1px solid #F44336;
|
||||||
|
}
|
||||||
|
.copyright a:hover{
|
||||||
|
background: #F44336;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SPAN elements with the classes below are added by prettyprint. */
|
/* SPAN elements with the classes below are added by prettyprint. */
|
||||||
|
|
@ -337,9 +350,7 @@
|
||||||
</div>
|
</div>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<div class="exception">
|
<div class="exception">
|
||||||
|
<div class="info error-message"><h1><?php echo htmlentities($message); ?></h1></div>
|
||||||
<div class="info"><h1><?php echo htmlentities($message); ?></h1></div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
|
@ -413,9 +424,16 @@
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<div class="copyright">
|
<?php if(\think\facade\App::isDebug()) { ?>
|
||||||
<a title="<?php echo implode('', ['S','h','o','p','X','O','企','业','级','免','费','开','源','商','城','系','统']); ?>" href="<?php echo implode('', ['h','t','t','p','s',':','/','/','a','s','k','.','s','h','o','p','x','o','.','n','e','t','/','q','u','e','s','t','i','o','n','/','7']); ?>" target="_blank"><?php echo implode('', ['查','看','解','决','方','案']); ?></a>
|
<div class="copyright">
|
||||||
</div>
|
<a title="<?php echo implode('', ['S','h','o','p','X','O','企','业','级','免','费','开','源','商','城','系','统']); ?>" href="<?php echo implode('', ['h','t','t','p','s',':','/','/','s','h','o','p','x','o','.','n','e','t','/']); ?>" target="_blank"><?php echo implode('', ['S','h','o','p','X','O','企','业','级','免','费','开','源','商','城','系','统']); ?></a>
|
||||||
|
</div>
|
||||||
|
<?php } else { ?>
|
||||||
|
<div class="copyright">
|
||||||
|
<a title="<?php echo implode('', ['S','h','o','p','X','O','企','业','级','免','费','开','源','商','城','系','统']); ?>" href="<?php echo implode('', ['h','t','t','p','s',':','/','/','a','s','k','.','s','h','o','p','x','o','.','n','e','t','/','q','u','e','s','t','i','o','n','/','7']); ?>" target="_blank"><?php echo implode('', ['查','看','解','决','方','案']); ?></a>
|
||||||
|
</div>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
<?php if(\think\facade\App::isDebug()) { ?>
|
<?php if(\think\facade\App::isDebug()) { ?>
|
||||||
<script>
|
<script>
|
||||||
var LINE = <?php echo $line; ?>;
|
var LINE = <?php echo $line; ?>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue