fix
This commit is contained in:
parent
1ddbc4867a
commit
a89a4ba5d5
@ -148,6 +148,27 @@ func (l *UserEmailConfirmationLogic) AfterLogic(w http.ResponseWriter, r *http.R
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>注册成功</title>
|
<title>注册成功</title>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: sans-serif;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 24px;
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 480px) {
|
||||||
|
body {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>恭喜!您的注册成功。</h1>
|
<h1>恭喜!您的注册成功。</h1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user