公告板
版本库
filestore
活动
搜索
登录
main
/
chuanyin-group-project
川印集团项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
张薇按我这个界面比例画图 生产要求只填1行就够了,其他跟之前的一样 这个地方是增加或者删除不需要的后道
username@email.com
2026-04-02
b03ae699c49cfca53d22772f0c2aec5210bc9758
[chuanyin-group-project.git]
/
CY_ECommercePlatform
/
CY.WebForm
/
IEError.html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>错误提醒</title>
</head>
<body>
<div style="width:600px; margin:30px auto">
<span style="color:Red; font-size:14px; line-height:30px;">请使用IE6以上版本的浏览器。</span>
</div>
</body>
</html>