diff --git a/thinkphp/tpl/think_exception.tpl b/thinkphp/tpl/think_exception.tpl index 19ecbdc1bf4cc76baab846badc7bfe65399dd6da..c637efbcf27c28cb7260375ff80ca13fed860353 100755 --- a/thinkphp/tpl/think_exception.tpl +++ b/thinkphp/tpl/think_exception.tpl @@ -88,12 +88,13 @@ font: 16px Verdana, "Helvetica Neue", helvetica, Arial, 'Microsoft YaHei', sans-serif; margin: 0; padding: 0 20px 20px; + text-align: center; } h1{ margin: 10px 0 0; font-size: 28px; font-weight: 500; - line-height: 32px; + line-height: 40px; } h2{ color: #4288ce; @@ -114,11 +115,15 @@ text-decoration-style: dotted; } a{ - color: #868686; + color: #F44336; cursor: pointer; + text-decoration: none; + padding: 10px 15px; + border: 1px solid #F44336; } a:hover{ - text-decoration: underline; + background: #F44336; + color: #fff; } .line-error{ background: #f8cbcb; @@ -146,7 +151,7 @@ /* Exception Info */ .exception { - margin-top: 20px; + margin-top: 10%; } .exception .message{ padding: 12px; @@ -261,9 +266,8 @@ /* Copyright Info */ .copyright{ - margin-top: 24px; + margin-top: 30px; padding: 12px 0; - border-top: 1px solid #eee; } /* SPAN elements with the classes below are added by prettyprint. */ @@ -410,9 +414,7 @@