页面比较简单,凑合看!
效果图
提现通知
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"><title>小渡科技 - 提现通知</title><style>body {font-family: 'Arial', sans-serif;margin: 0;padding: 0;background-color: #eef2f7;color: #333;}.container {max-width: 600px;margin: 50px auto;padding: 30px;background-color: #fff;border-radius: 15px;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);text-align: center;}.header {margin-bottom: 20px;}.header img {width: 150px;height: auto;}h1, p {margin: 10px 0;line-height: 1.6;}h1 {font-size: 24px;color: #007BFF;}p {font-size: 16px;}a {color: #007BFF;text-decoration: none;}a:hover {text-decoration: underline;}hr {border: 0;height: 1px;background: #ddd;margin: 20px 0;}.footer {text-align: center;padding-top: 20px;color: #999;font-size: 14px;}.footer a {color: #999;}.footer a:hover {color: #666;}</style></head><body><div class="container"><div class="header"><img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"></div><h1>尊敬的<a>小渡科技</a> ,您好:</h1><p>您的提现申请已成功处理,金额已到账,请注意查收。</p><p>如有任何疑问,请联系我们的客服团队。</p><hr><div class="footer"><p>本邮箱由 小渡科技 系统自动发出,无需回复!</p><p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p></div></div></body></html><!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>小渡科技 - 提现通知</title> <style> body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #eef2f7; color: #333; } .container { max-width: 600px; margin: 50px auto; padding: 30px; background-color: #fff; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); text-align: center; } .header { margin-bottom: 20px; } .header img { width: 150px; height: auto; } h1, p { margin: 10px 0; line-height: 1.6; } h1 { font-size: 24px; color: #007BFF; } p { font-size: 16px; } a { color: #007BFF; text-decoration: none; } a:hover { text-decoration: underline; } hr { border: 0; height: 1px; background: #ddd; margin: 20px 0; } .footer { text-align: center; padding-top: 20px; color: #999; font-size: 14px; } .footer a { color: #999; } .footer a:hover { color: #666; } </style> </head> <body> <div class="container"> <div class="header"> <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"> </div> <h1>尊敬的<a>小渡科技</a> ,您好:</h1> <p>您的提现申请已成功处理,金额已到账,请注意查收。</p> <p>如有任何疑问,请联系我们的客服团队。</p> <hr> <div class="footer"> <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p> <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p> </div> </div> </body> </html><!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>小渡科技 - 提现通知</title> <style> body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #eef2f7; color: #333; } .container { max-width: 600px; margin: 50px auto; padding: 30px; background-color: #fff; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); text-align: center; } .header { margin-bottom: 20px; } .header img { width: 150px; height: auto; } h1, p { margin: 10px 0; line-height: 1.6; } h1 { font-size: 24px; color: #007BFF; } p { font-size: 16px; } a { color: #007BFF; text-decoration: none; } a:hover { text-decoration: underline; } hr { border: 0; height: 1px; background: #ddd; margin: 20px 0; } .footer { text-align: center; padding-top: 20px; color: #999; font-size: 14px; } .footer a { color: #999; } .footer a:hover { color: #666; } </style> </head> <body> <div class="container"> <div class="header"> <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"> </div> <h1>尊敬的<a>小渡科技</a> ,您好:</h1> <p>您的提现申请已成功处理,金额已到账,请注意查收。</p> <p>如有任何疑问,请联系我们的客服团队。</p> <hr> <div class="footer"> <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p> <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p> </div> </div> </body> </html>
应用审核通知
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"><title>小渡科技 - 应用审核通知</title><style>body {font-family: 'Arial', sans-serif;margin: 0;padding: 0;background-color: #eef2f7;color: #333;}.container {max-width: 600px;margin: 50px auto;padding: 30px;background-color: #fff;border-radius: 15px;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);text-align: center;}.header {margin-bottom: 20px;}.header img {width: 150px;height: auto;}h1, p {margin: 10px 0;line-height: 1.6;}h1 {font-size: 24px;color: #007BFF;}p {font-size: 16px;}a {color: #007BFF;text-decoration: none;}a:hover {text-decoration: underline;}hr {border: 0;height: 1px;background: #ddd;margin: 20px 0;}.footer {text-align: center;padding-top: 20px;color: #999;font-size: 14px;}.footer a {color: #999;}.footer a:hover {color: #666;}</style></head><body><div class="container"><div class="header"><img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"></div><h1>尊敬的<a>小渡科技</a> ,您好:</h1><p>您的应用【应用名称】已通过审核,现在可以在平台上发布和使用。</p><p>如需查看详细信息,请登录控制台。</p><hr><div class="footer"><p>本邮箱由 小渡科技 系统自动发出,无需回复!</p><p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p></div></div></body></html><!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>小渡科技 - 应用审核通知</title> <style> body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #eef2f7; color: #333; } .container { max-width: 600px; margin: 50px auto; padding: 30px; background-color: #fff; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); text-align: center; } .header { margin-bottom: 20px; } .header img { width: 150px; height: auto; } h1, p { margin: 10px 0; line-height: 1.6; } h1 { font-size: 24px; color: #007BFF; } p { font-size: 16px; } a { color: #007BFF; text-decoration: none; } a:hover { text-decoration: underline; } hr { border: 0; height: 1px; background: #ddd; margin: 20px 0; } .footer { text-align: center; padding-top: 20px; color: #999; font-size: 14px; } .footer a { color: #999; } .footer a:hover { color: #666; } </style> </head> <body> <div class="container"> <div class="header"> <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"> </div> <h1>尊敬的<a>小渡科技</a> ,您好:</h1> <p>您的应用【应用名称】已通过审核,现在可以在平台上发布和使用。</p> <p>如需查看详细信息,请登录控制台。</p> <hr> <div class="footer"> <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p> <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p> </div> </div> </body> </html><!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>小渡科技 - 应用审核通知</title> <style> body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #eef2f7; color: #333; } .container { max-width: 600px; margin: 50px auto; padding: 30px; background-color: #fff; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); text-align: center; } .header { margin-bottom: 20px; } .header img { width: 150px; height: auto; } h1, p { margin: 10px 0; line-height: 1.6; } h1 { font-size: 24px; color: #007BFF; } p { font-size: 16px; } a { color: #007BFF; text-decoration: none; } a:hover { text-decoration: underline; } hr { border: 0; height: 1px; background: #ddd; margin: 20px 0; } .footer { text-align: center; padding-top: 20px; color: #999; font-size: 14px; } .footer a { color: #999; } .footer a:hover { color: #666; } </style> </head> <body> <div class="container"> <div class="header"> <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"> </div> <h1>尊敬的<a>小渡科技</a> ,您好:</h1> <p>您的应用【应用名称】已通过审核,现在可以在平台上发布和使用。</p> <p>如需查看详细信息,请登录控制台。</p> <hr> <div class="footer"> <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p> <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p> </div> </div> </body> </html>
注册验证码通知
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"><title>小渡科技 - 注册验证码通知</title><style>body {font-family: 'Arial', sans-serif;margin: 0;padding: 0;background-color: #eef2f7;color: #333;}.container {max-width: 600px;margin: 50px auto;padding: 30px;background-color: #fff;border-radius: 15px;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);text-align: center;}.header {margin-bottom: 20px;}.header img {width: 150px;height: auto;}h1, p {margin: 10px 0;line-height: 1.6;}h1 {font-size: 24px;color: #007BFF;}p {font-size: 16px;}a {color: #007BFF;text-decoration: none;}a:hover {text-decoration: underline;}hr {border: 0;height: 1px;background: #ddd;margin: 20px 0;}.footer {text-align: center;padding-top: 20px;color: #999;font-size: 14px;}.footer a {color: #999;}.footer a:hover {color: #666;}</style></head><body><div class="container"><div class="header"><img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"></div><h1>尊敬的<a>小渡科技</a> ,您好:</h1><p>您的注册验证码为:<strong>123456</strong>,请在注册页面输入此验证码完成注册。</p><p>验证码有效期为10分钟,过期请重新获取。</p><hr><div class="footer"><p>本邮箱由 小渡科技 系统自动发出,无需回复!</p><p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p></div></div></body></html><!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>小渡科技 - 注册验证码通知</title> <style> body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #eef2f7; color: #333; } .container { max-width: 600px; margin: 50px auto; padding: 30px; background-color: #fff; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); text-align: center; } .header { margin-bottom: 20px; } .header img { width: 150px; height: auto; } h1, p { margin: 10px 0; line-height: 1.6; } h1 { font-size: 24px; color: #007BFF; } p { font-size: 16px; } a { color: #007BFF; text-decoration: none; } a:hover { text-decoration: underline; } hr { border: 0; height: 1px; background: #ddd; margin: 20px 0; } .footer { text-align: center; padding-top: 20px; color: #999; font-size: 14px; } .footer a { color: #999; } .footer a:hover { color: #666; } </style> </head> <body> <div class="container"> <div class="header"> <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"> </div> <h1>尊敬的<a>小渡科技</a> ,您好:</h1> <p>您的注册验证码为:<strong>123456</strong>,请在注册页面输入此验证码完成注册。</p> <p>验证码有效期为10分钟,过期请重新获取。</p> <hr> <div class="footer"> <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p> <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p> </div> </div> </body> </html><!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>小渡科技 - 注册验证码通知</title> <style> body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #eef2f7; color: #333; } .container { max-width: 600px; margin: 50px auto; padding: 30px; background-color: #fff; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); text-align: center; } .header { margin-bottom: 20px; } .header img { width: 150px; height: auto; } h1, p { margin: 10px 0; line-height: 1.6; } h1 { font-size: 24px; color: #007BFF; } p { font-size: 16px; } a { color: #007BFF; text-decoration: none; } a:hover { text-decoration: underline; } hr { border: 0; height: 1px; background: #ddd; margin: 20px 0; } .footer { text-align: center; padding-top: 20px; color: #999; font-size: 14px; } .footer a { color: #999; } .footer a:hover { color: #666; } </style> </head> <body> <div class="container"> <div class="header"> <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"> </div> <h1>尊敬的<a>小渡科技</a> ,您好:</h1> <p>您的注册验证码为:<strong>123456</strong>,请在注册页面输入此验证码完成注册。</p> <p>验证码有效期为10分钟,过期请重新获取。</p> <hr> <div class="footer"> <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p> <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p> </div> </div> </body> </html>
购买授权通知
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"><title>小渡科技 - 购买授权通知</title><style>body {font-family: 'Arial', sans-serif;margin: 0;padding: 0;background-color: #eef2f7;color: #333;}.container {max-width: 600px;margin: 50px auto;padding: 30px;background-color: #fff;border-radius: 15px;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);text-align: center;}.header {margin-bottom: 20px;}.header img {width: 150px;height: auto;}h1, p {margin: 10px 0;line-height: 1.6;}h1 {font-size: 24px;color: #007BFF;}p {font-size: 16px;}a {color: #007BFF;text-decoration: none;}a:hover {text-decoration: underline;}hr {border: 0;height: 1px;background: #ddd;margin: 20px 0;}.footer {text-align: center;padding-top: 20px;color: #999;font-size: 14px;}.footer a {color: #999;}.footer a:hover {color: #666;}</style></head><body><div class="container"><div class="header"><img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"></div><h1>尊敬的<a>小渡科技</a> ,您好:</h1><p>恭喜您,您的域名 234234 已成功购买【序智应用Pro】授权,您可以正常搭建并使用。</p><p>您可以前往控制台 <a href="#">我的授权</a> 中下载源码</p><p>若有任何疑问,请联系我们的客服团队。</p><hr><div class="footer"><p>本邮箱由 小渡科技 系统自动发出,无需回复!</p><p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p></div></div></body></html><!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>小渡科技 - 购买授权通知</title> <style> body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #eef2f7; color: #333; } .container { max-width: 600px; margin: 50px auto; padding: 30px; background-color: #fff; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); text-align: center; } .header { margin-bottom: 20px; } .header img { width: 150px; height: auto; } h1, p { margin: 10px 0; line-height: 1.6; } h1 { font-size: 24px; color: #007BFF; } p { font-size: 16px; } a { color: #007BFF; text-decoration: none; } a:hover { text-decoration: underline; } hr { border: 0; height: 1px; background: #ddd; margin: 20px 0; } .footer { text-align: center; padding-top: 20px; color: #999; font-size: 14px; } .footer a { color: #999; } .footer a:hover { color: #666; } </style> </head> <body> <div class="container"> <div class="header"> <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"> </div> <h1>尊敬的<a>小渡科技</a> ,您好:</h1> <p>恭喜您,您的域名 234234 已成功购买【序智应用Pro】授权,您可以正常搭建并使用。</p> <p>您可以前往控制台 <a href="#">我的授权</a> 中下载源码</p> <p>若有任何疑问,请联系我们的客服团队。</p> <hr> <div class="footer"> <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p> <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p> </div> </div> </body> </html><!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>小渡科技 - 购买授权通知</title> <style> body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #eef2f7; color: #333; } .container { max-width: 600px; margin: 50px auto; padding: 30px; background-color: #fff; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); text-align: center; } .header { margin-bottom: 20px; } .header img { width: 150px; height: auto; } h1, p { margin: 10px 0; line-height: 1.6; } h1 { font-size: 24px; color: #007BFF; } p { font-size: 16px; } a { color: #007BFF; text-decoration: none; } a:hover { text-decoration: underline; } hr { border: 0; height: 1px; background: #ddd; margin: 20px 0; } .footer { text-align: center; padding-top: 20px; color: #999; font-size: 14px; } .footer a { color: #999; } .footer a:hover { color: #666; } </style> </head> <body> <div class="container"> <div class="header"> <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"> </div> <h1>尊敬的<a>小渡科技</a> ,您好:</h1> <p>恭喜您,您的域名 234234 已成功购买【序智应用Pro】授权,您可以正常搭建并使用。</p> <p>您可以前往控制台 <a href="#">我的授权</a> 中下载源码</p> <p>若有任何疑问,请联系我们的客服团队。</p> <hr> <div class="footer"> <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p> <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p> </div> </div> </body> </html>
找回验证码通知
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"><title>小渡科技 - 找回验证码通知</title><style>body {font-family: 'Arial', sans-serif;margin: 0;padding: 0;background-color: #eef2f7;color: #333;}.container {max-width: 600px;margin: 50px auto;padding: 30px;background-color: #fff;border-radius: 15px;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);text-align: center;}.header {margin-bottom: 20px;}.header img {width: 150px;height: auto;}h1, p {margin: 10px 0;line-height: 1.6;}h1 {font-size: 24px;color: #007BFF;}p {font-size: 16px;}a {color: #007BFF;text-decoration: none;}a:hover {text-decoration: underline;}hr {border: 0;height: 1px;background: #ddd;margin: 20px 0;}.footer {text-align: center;padding-top: 20px;color: #999;font-size: 14px;}.footer a {color: #999;}.footer a:hover {color: #666;}</style></head><body><div class="container"><div class="header"><img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"></div><h1>尊敬的<a>小渡科技</a>,您好:</h1><p>您正在尝试找回账户,验证码为:<strong>123456</strong>,请在找回页面输入此验证码完成操作。</p><p>验证码有效期为10分钟,过期请重新获取。</p><hr><div class="footer"><p>本邮箱由 小渡科技 系统自动发出,无需回复!</p><p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p></div></div></body></html><!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>小渡科技 - 找回验证码通知</title> <style> body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #eef2f7; color: #333; } .container { max-width: 600px; margin: 50px auto; padding: 30px; background-color: #fff; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); text-align: center; } .header { margin-bottom: 20px; } .header img { width: 150px; height: auto; } h1, p { margin: 10px 0; line-height: 1.6; } h1 { font-size: 24px; color: #007BFF; } p { font-size: 16px; } a { color: #007BFF; text-decoration: none; } a:hover { text-decoration: underline; } hr { border: 0; height: 1px; background: #ddd; margin: 20px 0; } .footer { text-align: center; padding-top: 20px; color: #999; font-size: 14px; } .footer a { color: #999; } .footer a:hover { color: #666; } </style> </head> <body> <div class="container"> <div class="header"> <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"> </div> <h1>尊敬的<a>小渡科技</a>,您好:</h1> <p>您正在尝试找回账户,验证码为:<strong>123456</strong>,请在找回页面输入此验证码完成操作。</p> <p>验证码有效期为10分钟,过期请重新获取。</p> <hr> <div class="footer"> <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p> <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p> </div> </div> </body> </html><!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>小渡科技 - 找回验证码通知</title> <style> body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #eef2f7; color: #333; } .container { max-width: 600px; margin: 50px auto; padding: 30px; background-color: #fff; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); text-align: center; } .header { margin-bottom: 20px; } .header img { width: 150px; height: auto; } h1, p { margin: 10px 0; line-height: 1.6; } h1 { font-size: 24px; color: #007BFF; } p { font-size: 16px; } a { color: #007BFF; text-decoration: none; } a:hover { text-decoration: underline; } hr { border: 0; height: 1px; background: #ddd; margin: 20px 0; } .footer { text-align: center; padding-top: 20px; color: #999; font-size: 14px; } .footer a { color: #999; } .footer a:hover { color: #666; } </style> </head> <body> <div class="container"> <div class="header"> <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"> </div> <h1>尊敬的<a>小渡科技</a>,您好:</h1> <p>您正在尝试找回账户,验证码为:<strong>123456</strong>,请在找回页面输入此验证码完成操作。</p> <p>验证码有效期为10分钟,过期请重新获取。</p> <hr> <div class="footer"> <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p> <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p> </div> </div> </body> </html>
广告购买通知
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"><title>小渡科技 - 广告购买通知</title><style>body {font-family: 'Arial', sans-serif;margin: 0;padding: 0;background-color: #eef2f7;color: #333;}.container {max-width: 600px;margin: 50px auto;padding: 30px;background-color: #fff;border-radius: 15px;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);text-align: center;}.header {margin-bottom: 20px;}.header img {width: 150px;height: auto;}h1, p {margin: 10px 0;line-height: 1.6;}h1 {font-size: 24px;color: #007BFF;}p {font-size: 16px;}a {color: #007BFF;text-decoration: none;}a:hover {text-decoration: underline;}hr {border: 0;height: 1px;background: #ddd;margin: 20px 0;}.footer {text-align: center;padding-top: 20px;color: #999;font-size: 14px;}.footer a {color: #999;}.footer a:hover {color: #666;}</style></head><body><div class="container"><div class="header"><img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"></div><h1>尊敬的<a>小渡科技</a>,您好:</h1><p>您的广告已成功购买,具体信息如下:</p><ul style="text-align: left;"><li><strong>广告位:</strong>首页轮播图</li><li><strong>开始日期:</strong>2024-11-05</li><li><strong>结束日期:</strong>2024-11-15</li><li><strong>时长:</strong>10天</li><li><strong>所付金额:</strong>¥500.00</li><li><strong>广告地址链接:</strong><a href="http://example.com">http://example.com</a></li></ul><p>如有任何疑问,请联系我们的客服团队。</p><hr><div class="footer"><p>本邮箱由 小渡科技 系统自动发出,无需回复!</p><p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p></div></div></body></html><!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>小渡科技 - 广告购买通知</title> <style> body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #eef2f7; color: #333; } .container { max-width: 600px; margin: 50px auto; padding: 30px; background-color: #fff; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); text-align: center; } .header { margin-bottom: 20px; } .header img { width: 150px; height: auto; } h1, p { margin: 10px 0; line-height: 1.6; } h1 { font-size: 24px; color: #007BFF; } p { font-size: 16px; } a { color: #007BFF; text-decoration: none; } a:hover { text-decoration: underline; } hr { border: 0; height: 1px; background: #ddd; margin: 20px 0; } .footer { text-align: center; padding-top: 20px; color: #999; font-size: 14px; } .footer a { color: #999; } .footer a:hover { color: #666; } </style> </head> <body> <div class="container"> <div class="header"> <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"> </div> <h1>尊敬的<a>小渡科技</a>,您好:</h1> <p>您的广告已成功购买,具体信息如下:</p> <ul style="text-align: left;"> <li><strong>广告位:</strong>首页轮播图</li> <li><strong>开始日期:</strong>2024-11-05</li> <li><strong>结束日期:</strong>2024-11-15</li> <li><strong>时长:</strong>10天</li> <li><strong>所付金额:</strong>¥500.00</li> <li><strong>广告地址链接:</strong><a href="http://example.com">http://example.com</a></li> </ul> <p>如有任何疑问,请联系我们的客服团队。</p> <hr> <div class="footer"> <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p> <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p> </div> </div> </body> </html><!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>小渡科技 - 广告购买通知</title> <style> body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #eef2f7; color: #333; } .container { max-width: 600px; margin: 50px auto; padding: 30px; background-color: #fff; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); text-align: center; } .header { margin-bottom: 20px; } .header img { width: 150px; height: auto; } h1, p { margin: 10px 0; line-height: 1.6; } h1 { font-size: 24px; color: #007BFF; } p { font-size: 16px; } a { color: #007BFF; text-decoration: none; } a:hover { text-decoration: underline; } hr { border: 0; height: 1px; background: #ddd; margin: 20px 0; } .footer { text-align: center; padding-top: 20px; color: #999; font-size: 14px; } .footer a { color: #999; } .footer a:hover { color: #666; } </style> </head> <body> <div class="container"> <div class="header"> <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"> </div> <h1>尊敬的<a>小渡科技</a>,您好:</h1> <p>您的广告已成功购买,具体信息如下:</p> <ul style="text-align: left;"> <li><strong>广告位:</strong>首页轮播图</li> <li><strong>开始日期:</strong>2024-11-05</li> <li><strong>结束日期:</strong>2024-11-15</li> <li><strong>时长:</strong>10天</li> <li><strong>所付金额:</strong>¥500.00</li> <li><strong>广告地址链接:</strong><a href="http://example.com">http://example.com</a></li> </ul> <p>如有任何疑问,请联系我们的客服团队。</p> <hr> <div class="footer"> <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p> <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p> </div> </div> </body> </html>
广告位即将过期通知
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"><title>小渡科技 - 广告位即将过期通知</title><style>body {font-family: 'Arial', sans-serif;margin: 0;padding: 0;background-color: #eef2f7;color: #333;}.container {max-width: 600px;margin: 50px auto;padding: 30px;background-color: #fff;border-radius: 15px;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);text-align: center;}.header {margin-bottom: 20px;}.header img {width: 150px;height: auto;}h1, p {margin: 10px 0;line-height: 1.6;}h1 {font-size: 24px;color: #007BFF;}p {font-size: 16px;}a {color: #007BFF;text-decoration: none;}a:hover {text-decoration: underline;}hr {border: 0;height: 1px;background: #ddd;margin: 20px 0;}.footer {text-align: center;padding-top: 20px;color: #999;font-size: 14px;}.footer a {color: #999;}.footer a:hover {color: #666;}</style></head><body><div class="container"><div class="header"><img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"></div><h1>尊敬的<a>小渡科技</a>,您好:</h1><p>您的广告位即将到期,具体信息如下:</p><ul style="text-align: left;"><li><strong>广告位:</strong>首页轮播图</li><li><strong>结束日期:</strong>2024-11-15</li><li><strong>剩余天数:</strong>5天</li></ul><p>如需续费,请登录控制台进行操作。</p><hr><div class="footer"><p>本邮箱由 小渡科技 系统自动发出,无需回复!</p><p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p></div></div></body></html><!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>小渡科技 - 广告位即将过期通知</title> <style> body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #eef2f7; color: #333; } .container { max-width: 600px; margin: 50px auto; padding: 30px; background-color: #fff; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); text-align: center; } .header { margin-bottom: 20px; } .header img { width: 150px; height: auto; } h1, p { margin: 10px 0; line-height: 1.6; } h1 { font-size: 24px; color: #007BFF; } p { font-size: 16px; } a { color: #007BFF; text-decoration: none; } a:hover { text-decoration: underline; } hr { border: 0; height: 1px; background: #ddd; margin: 20px 0; } .footer { text-align: center; padding-top: 20px; color: #999; font-size: 14px; } .footer a { color: #999; } .footer a:hover { color: #666; } </style> </head> <body> <div class="container"> <div class="header"> <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"> </div> <h1>尊敬的<a>小渡科技</a>,您好:</h1> <p>您的广告位即将到期,具体信息如下:</p> <ul style="text-align: left;"> <li><strong>广告位:</strong>首页轮播图</li> <li><strong>结束日期:</strong>2024-11-15</li> <li><strong>剩余天数:</strong>5天</li> </ul> <p>如需续费,请登录控制台进行操作。</p> <hr> <div class="footer"> <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p> <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p> </div> </div> </body> </html><!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>小渡科技 - 广告位即将过期通知</title> <style> body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #eef2f7; color: #333; } .container { max-width: 600px; margin: 50px auto; padding: 30px; background-color: #fff; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); text-align: center; } .header { margin-bottom: 20px; } .header img { width: 150px; height: auto; } h1, p { margin: 10px 0; line-height: 1.6; } h1 { font-size: 24px; color: #007BFF; } p { font-size: 16px; } a { color: #007BFF; text-decoration: none; } a:hover { text-decoration: underline; } hr { border: 0; height: 1px; background: #ddd; margin: 20px 0; } .footer { text-align: center; padding-top: 20px; color: #999; font-size: 14px; } .footer a { color: #999; } .footer a:hover { color: #666; } </style> </head> <body> <div class="container"> <div class="header"> <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"> </div> <h1>尊敬的<a>小渡科技</a>,您好:</h1> <p>您的广告位即将到期,具体信息如下:</p> <ul style="text-align: left;"> <li><strong>广告位:</strong>首页轮播图</li> <li><strong>结束日期:</strong>2024-11-15</li> <li><strong>剩余天数:</strong>5天</li> </ul> <p>如需续费,请登录控制台进行操作。</p> <hr> <div class="footer"> <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p> <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p> </div> </div> </body> </html>
退款通知
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"><title>小渡科技 - 退款通知</title><style>body {font-family: 'Arial', sans-serif;margin: 0;padding: 0;background-color: #eef2f7;color: #333;}.container {max-width: 600px;margin: 50px auto;padding: 30px;background-color: #fff;border-radius: 15px;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);text-align: center;}.header {margin-bottom: 20px;}.header img {width: 150px;height: auto;}h1, p {margin: 10px 0;line-height: 1.6;}h1 {font-size: 24px;color: #007BFF;}p {font-size: 16px;}a {color: #007BFF;text-decoration: none;}a:hover {text-decoration: underline;}hr {border: 0;height: 1px;background: #ddd;margin: 20px 0;}.footer {text-align: center;padding-top: 20px;color: #999;font-size: 14px;}.footer a {color: #999;}.footer a:hover {color: #666;}</style></head><body><div class="container"><div class="header"><img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"></div><h1>尊敬的<a>小渡科技</a>,您好:</h1><p>您的退款申请已成功处理,金额已退回到您的支付账户,请注意查收。</p><p>如有任何疑问,请联系我们的客服团队。</p><hr><div class="footer"><p>本邮箱由 小渡科技 系统自动发出,无需回复!</p><p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p></div></div></body></html><!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>小渡科技 - 退款通知</title> <style> body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #eef2f7; color: #333; } .container { max-width: 600px; margin: 50px auto; padding: 30px; background-color: #fff; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); text-align: center; } .header { margin-bottom: 20px; } .header img { width: 150px; height: auto; } h1, p { margin: 10px 0; line-height: 1.6; } h1 { font-size: 24px; color: #007BFF; } p { font-size: 16px; } a { color: #007BFF; text-decoration: none; } a:hover { text-decoration: underline; } hr { border: 0; height: 1px; background: #ddd; margin: 20px 0; } .footer { text-align: center; padding-top: 20px; color: #999; font-size: 14px; } .footer a { color: #999; } .footer a:hover { color: #666; } </style> </head> <body> <div class="container"> <div class="header"> <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"> </div> <h1>尊敬的<a>小渡科技</a>,您好:</h1> <p>您的退款申请已成功处理,金额已退回到您的支付账户,请注意查收。</p> <p>如有任何疑问,请联系我们的客服团队。</p> <hr> <div class="footer"> <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p> <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p> </div> </div> </body> </html><!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>小渡科技 - 退款通知</title> <style> body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #eef2f7; color: #333; } .container { max-width: 600px; margin: 50px auto; padding: 30px; background-color: #fff; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); text-align: center; } .header { margin-bottom: 20px; } .header img { width: 150px; height: auto; } h1, p { margin: 10px 0; line-height: 1.6; } h1 { font-size: 24px; color: #007BFF; } p { font-size: 16px; } a { color: #007BFF; text-decoration: none; } a:hover { text-decoration: underline; } hr { border: 0; height: 1px; background: #ddd; margin: 20px 0; } .footer { text-align: center; padding-top: 20px; color: #999; font-size: 14px; } .footer a { color: #999; } .footer a:hover { color: #666; } </style> </head> <body> <div class="container"> <div class="header"> <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo"> </div> <h1>尊敬的<a>小渡科技</a>,您好:</h1> <p>您的退款申请已成功处理,金额已退回到您的支付账户,请注意查收。</p> <p>如有任何疑问,请联系我们的客服团队。</p> <hr> <div class="footer"> <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p> <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p> </div> </div> </body> </html>
THE END
请登录后发表评论
注册
社交账号登录