You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.5 KiB
56 lines
1.5 KiB
{{define "header"}}
|
|
<html lang="cn">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="陶士涵">
|
|
<title>GO-IMAP网页版邮箱imap工具</title>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/element-ui@2.13.1/lib/theme-chalk/index.css">
|
|
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/element-ui@2.13.1/lib/index.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script>
|
|
<style>
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
body {
|
|
overflow: hidden;
|
|
background-color: #f5f5f5;
|
|
}
|
|
.el-container{
|
|
margin-top:10px;
|
|
height: 100%;
|
|
}
|
|
.el-aside{
|
|
height: 100%;
|
|
background: #fff;
|
|
border: solid 1px #e6e6e6;
|
|
}
|
|
.el-aside .el-menu{
|
|
border-right: none;
|
|
}
|
|
.mainLogo{
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
.mainMain{
|
|
background: #fff;
|
|
margin-left: 10px;
|
|
margin-bottom: 60px;
|
|
}
|
|
.mainIframe{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.el-card__body{
|
|
cursor: pointer;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body class="text-center">
|
|
{{end}} |