易联AI 紧急通知!数据库被删除,请加客服微信
好的,请尝试以下修改后的代码,它将会将所有元素放大一点:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>重要通知!!!</title>
<style>
body {
background-color: #f2f2f2;
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
width: 550px;
padding: 40px;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 0 5px #ccc;
}
h1 {
text-align: center;
color: #333;
margin-bottom: 20px;
font-size: 24px;
}
p {
text-align: center;
color: #666;
margin-top: 0;
font-size: 18px;
}
.wechat {
text-align: center;
margin-top: 30px;
}
.wechat img {
width: 300px;
border-radius: 5px;
box-shadow: 0 0 5px #ccc;
}
.contact-info {
text-align: center;
margin-top: 30px;
font-size: 20px;
}
</style>
</head>
<body>
<div class="container">
<h1>易联AI</h1>
<p>数据库被删除了!正在紧急处理!!请各位先加客服微信,稍安勿躁!</p>
<div class="wechat">
<img src="cao.png" alt="微信二维码">
</div>
<div class="contact-info">
<p>微信:wx2481022</p>
</div>
</div>
</body>
</html>
这样修改后的页面会将容器的宽度调整为550px,标题的字体大小调整为24px,正文的字体大小调整为18px,微信二维码的宽度调整为300px,联系信息的字体大小调整为20px。请将 'cao.png' 替换为你的微信二维码图片路径。如果你有其他需求,请随时告诉我!
原文地址: https://www.cveoy.top/t/topic/Rnv 著作权归作者所有。请勿转载和采集!