| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369 |
- <!DOCTYPE html>
- <html lang="zh">
- <head>
- <meta charset="UTF-8">
- <title>邮件通知</title>
- <style>
- .mmsgLetter {
- width: 580px;
- margin: 0 auto;
- padding: 10px;
- color: #333;
- background: #fff;
- border: 0px solid #aaa;
- border-radius: 5px;
- -webkit-box-shadow: 3px 3px 10px #999 !important;
- -moz-box-shadow: 3px 3px 10px #999 !important;
- box-shadow: 3px 3px 10px #999 !important;
- font-family: Verdana, sans-serif;
- }
- .mmsgLetter a:link,
- .mmsgLetter a:visited {
- color: #407700;
- }
- .mmsgLetterContent {
- text-align: left;
- padding: 30px;
- font-size: 14px;
- line-height: 1.5;
- /*background: url('images/ting.jpg') no-repeat top right;*/
- }
- .mmsgLetterContent h3 {
- color: #000;
- font-size: 20px;
- font-weight: bold;
- margin: 20px 0 20px;
- border-top: 2px solid #eee;
- padding: 20px 0 0 0;
- font-family: "微软雅黑", "黑体", "Lucida Grande", Verdana, sans-serif;
- }
- .mmsgLetterContent p {
- margin: 20px 0;
- padding: 0;
- }
- .mmsgLetterContent .salutation {
- font-weight: bold;
- }
- .mmsgLetterContent .mmsgMoreInfo {
- }
- .mmsgLetterContent a.mmsgButton {
- display: block;
- float: left;
- height: 40px;
- text-decoration: none;
- text-align: center;
- cursor: pointer;
- }
- .mmsgLetterContent a.mmsgButton span {
- display: block;
- float: left;
- padding: 0 25px;
- height: 40px;
- line-height: 36px;
- font-size: 14px;
- font-weight: bold;
- color: #fff;
- text-shadow: 1px 0 0 #235e00;
- }
- .mmsgLetterContent a.mmsgButton:link,
- .mmsgLetterContent a.mmsgButton:visited {
- background: #338702 url('images/mmsgletter_2_btn.png') no-repeat right -40px;
- }
- .mmsgLetterContent a.mmsgButton:link span,
- .mmsgLetterContent a.mmsgButton:visited span {
- background: url('images/mmsgletter_2_btn.png') no-repeat 0 0;
- }
- .mmsgLetterContent a.mmsgButton:hover,
- .mmsgLetterContent a.mmsgButton:active {
- background: #338702 url('images/mmsgletter_2_btn.png') no-repeat right -120px;
- }
- .mmsgLetterContent a.mmsgButton:hover span,
- .mmsgLetterContent a.mmsgButton:active span {
- background: url('images/mmsgletter_2_btn.png') no-repeat 0 -80px;
- }
- .mmsgLetterInscribe {
- padding: 40px 0 0;
- }
- .mmsgLetterInscribe .mmsgAvatar {
- float: left;
- }
- .mmsgLetterInscribe .mmsgName {
- margin: 0 0 10px;
- }
- .mmsgLetterInscribe .mmsgSender {
- margin: 0 0 0 54px;
- }
- .mmsgLetterInscribe .mmsgInfo {
- font-size: 12px;
- margin: 0;
- line-height: 1.2;
- }
- .mmsgLetterHeader {
- height: 23px;
- /*background: url('images/mmsgletter_2_bg_topline.png') repeat-x 0 0;*/
- background: 7px 0 repeat-x #FFF;
- background-image: -webkit-repeating-linear-gradient(135deg, #4882CE, #4882CE 20px, #FFF 20px, #FFF 35px, #EB1B2E 35px, #EB1B2E 55px, #FFF 55px, #FFF 70px);
- background-image: repeating-linear-gradient(-45deg, #4882CE, #4882CE 20px, #FFF 20px, #FFF 35px, #EB1B2E 35px, #EB1B2E 55px, #FFF 55px, #FFF 70px);
- background-size: 110px 10px;
- }
- .mmsgLetterFooter {
- margin: 16px;
- text-align: center;
- font-size: 12px;
- color: #888;
- text-shadow: 1px 0px 0px #eee;
- }
- .mmsgLetterClr {
- clear: both;
- overflow: hidden;
- height: 1px;
- }
- .mmsgLetterUser {
- padding: 10px 0;
- }
- .mmsgLetterUserItem {
- padding: 0 0 20px 0;
- }
- .mmsgLetterUserAvatar {
- height: 40px;
- border: 1px solid #ccc;
- padding: 2px;
- display: block;
- float: left;
- }
- .mmsgLetterUserAvatar img {
- width: 40px;
- height: 40px;
- }
- .mmsgLetterInfo {
- margin-left: 48px;
- }
- .mmsgLetterName {
- display: block;
- color: #5fa207;
- font-weight: bold;
- margin-left: 10px;
- }
- .mmsgLetterDesc {
- font-size: 12px;
- float: left;
- height: 43px;
- background: url('images/mmsgletter_chat_right.gif') no-repeat right top;
- }
- .mmsgLetterDesc div {
- white-space: nowrap;
- float: left;
- height: 43px;
- padding: 0 20px;
- line-height: 40px;
- background: url('images/mmsgletter_chat_left.gif') no-repeat left top;
- }
- .mmsgLetterUser {
- }
- .mmsgLetterAvatar {
- float: left;
- }
- .mmsgLetterInfo {
- margin: 0 0 0 60px;
- }
- .mmsgLetterNickName {
- font-size: 14px;
- font-weight: bold;
- }
- .mmsgLetterUin {
- font-size: 12px;
- color: #666;
- }
- .mmsgLetterUser {
- padding: 10px 0;
- }
- .mmsgLetterUserItem {
- padding: 0 0 20px 0;
- }
- .mmsgLetterUserAvatar {
- height: 40px;
- border: 1px solid #ccc;
- padding: 2px;
- display: block;
- float: left;
- }
- .mmsgLetterUserAvatar img {
- width: 40px;
- height: 40px;
- }
- .mmsgLetterInfo {
- margin-left: 48px;
- }
- .mmsgLetterName {
- display: block;
- color: #5fa207;
- font-weight: bold;
- margin-left: 10px;
- padding-top: 10px;
- }
- .mmsgLetterDesc {
- font-size: 12px;
- float: left;
- height: 43px;
- background: url('images/mmsgletter_chat_right.gif') no-repeat right top;
- }
- .mmsgLetterDesc div {
- white-space: nowrap;
- float: left;
- height: 43px;
- padding: 0 20px;
- line-height: 40px;
- background: url('images/mmsgletter_chat_left.gif') no-repeat left top;
- }
- .qmbox style,
- .qmbox script,
- .qmbox head,
- .qmbox link,
- .qmbox meta {
- display: none !important;
- }
- #mailContentContainer .txt {
- height: auto;
- }
- a {
- color: #407700 !important;
- }
- .renewed {
- color: #4882CE !important;
- }
- .notRenewed {
- color: #EB1B2E !important;
- }
- .domainDays a {
- color: #407700 !important;
- }
- .renewed a,
- .notRenewed a,
- .domainDays a {
- /*color: inherit !important;*/
- display: inline-block;
- background: #ffffff;
- min-width: 22px;
- text-align: center;
- padding: 4px 6px;
- border-radius: 22px;
- font-size: 14px;
- font-weight: bold;
- transition: 0.2s all ease-in-out;
- text-decoration: none !important;
- margin-right: 12px;
- }
- .renewed a {
- color: inherit !important;
- border: 2px solid #4882CE;
- }
- .notRenewed a {
- color: inherit !important;
- border: 2px solid #EB1B2E;
- }
- .domainDays a {
- border: 2px solid #407700;
- }
- .renewed a:hover {
- background-color: #4882CE;
- color: #ffffff !important;
- }
- .notRenewed a:hover {
- background-color: #EB1B2E;
- color: #ffffff !important;
- }
- .domainDays a:hover {
- background-color: #407700;
- color: #ffffff !important;
- }
- </style>
- </head>
- <body>
- <div id="mailContentContainer" class="qmbox qm_con_body_content qqmail_webmail_only" style="">
- <div style="background-color:#d0d0d0;background-image:url('images/mmsgletter_2_bg.png');text-align:center;padding:40px;">
- <div class="mmsgLetter">
- <div class="mmsgLetterHeader" style="height:23px;"></div>
- <div class="mmsgLetterContent" style="text-align:left;padding: 0 30px;font-size:14px;line-height:1.5;/*background:url('images/ting.jpg') no-repeat top right;background-size: 224px 224px;*/">
- <div>
- <p>主人,我刚刚帮你续期域名啦~
- <br>
- <br>账户 <a href="#" rel="noopener">%s</a> 这次续期的结果如下
- <br><br>
- <span class="renewed">%s</span>
- <br>
- <span class="notRenewed">%s</span>
- <br>emmmm,除以上内容外,我还帮小主看了一下:<br><br><span class="domainDays">%s</span>
- <br><br>更多信息可以参考 <a href="https://my.freenom.com/domains.php?a=renewals" target="_blank" rel="noopener">Freenom官网</a> 哦~
- </p>
- </div>
- <div class="mmsgLetterInscribe" style="padding:40px 0 0;">
- <img class="mmsgAvatar" src="https://q2.qlogo.cn/headimg_dl?dst_uin=593198779&spec=100" style="float:left;width:40px;height:40px;">
- <div class="mmsgSender" style="margin:0 0 0 54px;">
- <p class="mmsgName" style="margin:0 0 10px;">Im Robot</p>
- <p class="mmsgInfo" style="font-size:12px;margin:0;line-height:1.2;">
- 邮件推送机器人<br>
- <a href="mailto:[email protected]" rel="noopener" target="_blank">[email protected]</a>
- </p>
- </div>
- </div>
- </div>
- <div class="mmsgLetterFooter" style="margin:16px;text-align:center;font-size:12px;color:#888;text-shadow:1px 0px 0px #eee;"></div>
- </div>
- </div>
- </div>
- </body>
- </html>
|