This commit is contained in:
wangjinlei
2022-08-21 15:47:28 +08:00
parent ff65394c85
commit 6c759de0fb
6 changed files with 322 additions and 137 deletions

246
.env
View File

@@ -24,146 +24,124 @@ pre = '<!doctype html>
<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>
<table cellpadding="0" cellspacing="0" align="center" width="750"
style="border: 1px solid #e6e6e6;border-radius: 10px;border-collapse: collapse;border-style:hidden; box-shadow: 0 0 0 1px #e6e6e6;overflow:hidden;margin: 2px auto;">
<tbody>
<tr>
<td background="#FFFFFF">
<table cellpadding="0" cellspacing="0" background="#FFFFFF">
<tbody>
<tr background="https://www.tmrjournals.com/img/post_banneru.png">
<td width="200" height="100" colspan="1" rowspan="1"
style="font-family: sans-serif; vertical-align: top;font-size: 14px;">
<a href="https://www.tmrjournals.com/" target="_blank" style="text-decoration: none">
<img src="https://www.tmrjournals.com/img/tmr.png" width="120"
style="margin: 23px 0 0 30px">
<h3 style="font-size: 12px;color: #214b3c;font-weight: bold;margin: 2px 0 10px 30px;letter-spacing: -0.3px">TMR
Publishing Group</h3>
</a>
</td>
<td width="550" height="100" colspan="1" rowspan="1"
style="font-family: sans-serif; vertical-align: top;font-size: 14px;">
<a href="https://www.tmrjournals.com" target="_blank"
style="color: #333;font-size: 15px;margin: 0 0 0 40px;text-decoration: none;letter-spacing:-0.5px;text-shadow: 0 0 4px #fff;line-height: 95px">Home Page</a>
<b style="margin: 0 5px;color: #333;">|</b>
<a href="https://www.tmrjournals.com/rev_ver.html" target="_blank"
style="color: #333;font-size: 15px;text-decoration: none;letter-spacing:-0.5px;text-shadow: 0 0 4px #fff">Scientist Community</a>
<b style="margin: 0 5px;color: #333;">|</b>
<a href="https://www.tmrjournals.com/tmrde/" target="_blank"
style="color: #333;font-size: 15px;text-decoration: none;letter-spacing:-0.5px;text-shadow: 0 0 4px #fff">Database</a>
<b style="margin: 0 5px;color: #333;">|</b>
<a href="https://submission.tmrjournals.com/" target="_blank"
style="color: #333;font-size: 15px;text-decoration: none;letter-spacing:-0.5px;text-shadow: 0 0 4px #fff">Submission System</a>
</td>
</tr>
<br clear="both">
</div>
<div class="bor_con">'
</tbody>
</table>
</td>
</tr>
<tr>
<td background="#FFFFFF">
<table cellpadding="0" cellspacing="0" background="#FFFFFF">
<tbody>
<tr>
<td width="750" height="40" colspan="0" rowspan="0">
</td>
</tr>
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>
</tbody>
</table>
</td>
</tr>
<tr>
<td background="#FFFFFF">
<table cellpadding="0" cellspacing="0" background="#FFFFFF">
<tbody>
<tr>
<td width="30" height="87" colspan="1" rowspan="1">
</td>
<td width="688" height="87" colspan="1" rowspan="1"
style="font-family:sans-serif; vertical-align: top;font-size: 14px;">
<p style="line-height:24px;text-align:left;">'
net = '</p>
</td>
<td width="32" height="87" colspan="1" rowspan="1">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td background="#FFFFFF">
<table cellpadding="0" cellspacing="0" background="#FFFFFF">
<tbody>
<tr>
<td width="750" height="30" colspan="0" rowspan="0">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td background="#FFFFFF">
<table cellpadding="0" cellspacing="0" background="#FFFFFF">
<tbody>
<tr style="background-color: #e1eeea">
<td width="750" height="110" colspan="1" rowspan="1"
style="font-family:sans-serif; vertical-align: top;font-size: 14px;">
<p style="margin: 20px 0 0 30px;line-height: 24px"> Copyright © TMR Publishing Group Limited. <br>
E-Mail: publisher@tmrjournals.com | https://www.tmrjournals.com <br>
Telephone: +64 02108293806</p>
</td>
<td>
<img src="https://www.tmrjournals.com/img/post_erweim.png"
style="width: 90px;margin: 0 30px 0 0">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
<script>
</script>
</html>'