You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pdd-order-api/app/views/page/front/home/notice.php

18 lines
668 B
PHP

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html>
<head>
<?php Zc::W(WidgetConst::commonMeta);?>
</head>
<body>
<?php Zc::W(WidgetConst::commonHeader);?>
<div class="span12 center-block" style="margin-top: 100px;">
<div class="jumbotron lead" style="padding:40px;">
<h1>重要通知:</h1>
<p class="alert alert-danger ft_18" style="margin:0;">
软件将于06:00 ~ 08:00间升级服务器升级过程软件暂停使用。
</p>
<!-- <div class="text-center mt_20"><a href="http://sh.pdddz.jiancent.com/" target="_blank" class="btn btn-primary-outline">立即使用</a></div>-->
</div>
</div>
</body>
</html>