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.
28 lines
755 B
28 lines
755 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>TTS</title>
|
|
<style>
|
|
*{
|
|
font-size: 30px;
|
|
font-family: "Microsoft YaHei";
|
|
}
|
|
.container{
|
|
width: 500px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<p>{{ __('亲爱的用户,您在CXIsux平台上进行提币。') }}</p>
|
|
<p>{{__('币种')}}:{{ $symbol_name }}</p>
|
|
<p>{{__('数量')}}:{{$coin_number}}</p>
|
|
<p>{{__('提币地址')}}:{{$symbol_address}}</p>
|
|
<p>{{__('您的验证码是')}}:<span style="color: orangered">{{ $code }}</span></p>
|
|
<p>{{__('注意验证码3分钟内有效,非本人操作请忽略。')}}</p>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|