123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="description" content="email code">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>邮件</title>
- </head>
- <!--邮箱验证码模板-->
- <body>
- <div class="email">
- <div class="head">
- <img style="width:70px;height: 35px;" src="cid:logo" alt="logo" srcset="">
- </div>
- <div class="main">
- <div class="body">
- <div class="body_head"> 尊敬的用户 {0}:</div>
- <div class="body_content">
- 您好!您监控的<span class="font-weight_bold">专利数据库{1}</span>,监控到了公开/公告日在<span class="font-weight_bold">{2}</span>范围内共<span class="font-weight_bold">{3}</span>件专利
- </div>
- <div class="body_content2">
- 请点击以下链接进行查看
- </div>
- <div>
- <a class="a" href="https://www.xsip.cn/login?url=/project">https://www.xsip.cn/login?url=/project</a>
- </div>
- </div>
- <div class="foot">
- <div>如果您有系统相关问题请联系 <span class="link">朱鎏(电话:18856669949 邮箱:zhuliu@china-wispro.com)</span></div>
- <div>如果您有数据相关问题请联系 <span class="link">国海秀(电话:18124613361 邮箱:guohaixiu@china-wispro.com)</span></div>
- <div class="foot2">
- <div>此为系统邮件,请勿回复</div>
- <div>Please do not reply to this system email</div>
- </div>
- </div>
- </div>
-
- </div>
- </body>
- <style>
- .email{
- border-radius: 5px;
- width: 800px;
- margin: 0 auto;
- text-align: left;
- font-size: 14px;
- font-family:微软雅黑, 黑体,serif;
- line-height: 1.5;
- box-shadow: rgb(153, 153, 153) 0 0 5px;
- border-collapse: collapse;
- background: #fff initial initial initial initial;
- }
- .head{
- /* background-color: RGB(148,0,211); */
- background-color: #316192;
- height: 35px;
- line-height: 35px;
- padding: 15px 35px;
- }
- .head>img{
- width:70px;
- height: 35px;
- }
- .main{
- padding:25px 35px 40px;
- background-color:#fff;
- opacity:0.8;
- }
- .body{
-
- }
- .body>*{
- line-height: 40px;
- }
- .body_head{
- line-height: 22px;
- font-size: medium;
- color: #333333;
- font-weight: bold;
- }
- .body_content{
- font-size: 14px;
- margin-top: 15px;
- }
- .body_content2{
- font-size: 15px;
- font-weight: bold;
- }
- .a{
- color: #ff8c00;
- }
- .link{
- color: #551A8B;
- }
- .font-weight_bold{
- font-weight: bold;
- }
- .foot{
- margin-top:20px;
- padding: 10px;
- padding-left: 0;
- border-top: 1px solid #ccc;
- color:#747474;
- font-size: 12px;
- }
- .foot>*{
- line-height: 25px;
- }
- .foot2{
- margin-top: 30px;
- line-height: 1.3em;
- }
- </style>
- </html>
|