Files
tougao/.env
wangjinlei ff65394c85 1
2022-08-16 16:37:25 +08:00

169 lines
4.0 KiB
Bash

[email]
;发送建议邮件邮箱
send_email = tmrweb@tmrjournals.com
send_email_password = Wu999999tmrwe
;审核建议邮箱
editor_email = publisher@tmrjournals.com
;读取的企业邮箱
mail_server = imap.qq.com
[journal]
;官网服务器地址
base_url = http://journalapi.tmrjournals.com/public/index.php
[emailtemplete]
pre = '<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TMR</title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<style>
* {
margin: 0;
padding: 0;
font-weight: 300;
outline: none;
}
body {
font-family: "lucida Grande",Verdana,"Microsoft YaHei";
font-size: 14px;
line-height: 1.8;
color: #333;
}
a {
color: #444;
text-decoration: none;
}
a {
transition: all .5s;
}
img {
border: 0;
}
.boy_sty {
width: 1000px;
margin: 50px auto 0 auto;
border: 1px solid #e6e6e6;
border-radius: 10px;
border-collapse: collapse;
border-style: hidden;
box-shadow: 0 0 0 1px #e6e6e6;
}
.img_tit {
/*background-color: #f9f9f9;*/
padding: 50px 40px 40px 40px;
background: url(https://www.tmrjournals.cn/img/post_banner.png) center;
background-size: cover;
}
.img_tit>a{
float: left;
}
.img_tit>a h3{
font-size: 12px;
color: #214b3c;
font-weight: bold;
letter-spacing: -0.8px;
}
.img_tit>div{
float: right;
font-size: 20px;
line-height: 46px;
}
.img_tit>div>a{
letter-spacing: -1px;
}
.img_tit>div>a:hover{
text-decoration: underline;
}
.img_tit>div>b{
margin: 0 10px;
}
.bor_con {
background-color: #fff;
padding: 50px 0 50px 40px;
}
.bor_con > h3 {
font-size: 16px;
margin: 0 0 15px 0;
}
.fot_bot {
padding: 10px 0 3px 40px;
background-color: #e1eeea;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
overflow: hidden;
}
.fot_bot > div {
float: right;
margin: 0 30px 0 0;
text-align: center;
}
.fot_bot > p{
float: left;
margin: 16px 0 0 0;
font-size: 13px;
}
</style>
</head>
<body>
<div class="boy_sty">
<div class="img_tit">
<a href="https://www.tmrjournals.cn/" target="_blank">
<img src="https://www.tmrjournals.cn/img/tmr.png" style="width: 130px;">
<h3>TMR Publishing Group</h3>
</a>
<div>
<a href="https://www.tmrjournals.com" target="_blank">TMR</a>
<b>/</b>
<a href="https://www.tmrjournals.cn/rev_ver.html" target="_blank">Scientist Community</a>
<b>/</b>
<a href="https://www.tmrjournals.cn/tmrde/" target="_blank">Database</a>
<b>/</b>
<a href="https://submission.tmrjournals.com/" target="_blank">Submission System</a>
</div>
<br clear="both">
</div>
<div class="bor_con">'
net = '</div>
<div class="fot_bot">
<p>
Copyright © TMR Publishing Group Limited. <br>
E-mail: publisher@tmrjournals.com | https://www.tmrjournals.com <br>
Telephone: +64 02108293806
</p>
<div>
<img src="https://www.tmrjournals.cn/img/post_erweima.png" style="width: 100px;">
</div>
</div>
</div>
</body>
</html>'