Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zjiecode committed Nov 25, 2023
1 parent a5e0cb2 commit e20afa2
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 2 deletions.
3 changes: 1 addition & 2 deletions CNAME
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
zjiecode.com
dingliqc.com
dingliqc.com
82 changes: 82 additions & 0 deletions test/app.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@

<!DOCTYPE html>
<html lang="zh">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" href="style.css">
<title></title>
<style>
.text {
font-size: 1rem;
color: #333333;
text-align: center;
font-weight: bold;
padding: 0px 36px;
padding-top: 80px;
line-height: 1.375;
}

.desc {
color: #333;
font-size: 0.875rem;
text-align: center;
padding: 0 25px;
padding-top: 15px;
line-height: 1.43;
}
.desc +.desc{
padding-top:10px;
}

.open-url {
padding: 0 50px;
margin-top: 90px;
}

.open-url .m-btn {
font-size: 1.0625rem;
}

.link {
position: absolute;
bottom: 90px;
left:0px;
width:100%;
}
.link >div{
width:100%;
}

.link a {
font-size: 0.75rem;
color: #507DAF;
}

.link-line {
color: #D8D8D8;
padding: 0 20px;
font-size: 0.75rem;
}
</style>
</head>

<body>
<div class="m-container-max">
<div class="text">
APP 下载
</div>

<div class="desc">
超级健康管理 我要健康生活
</div>
<div class="open-url">
<a href="https://lihuan-apk.oss-cn-beijing.aliyuncs.com/com.super.health-1125.apk" class="m-btn m-btn-block m-btn-orange " ontouchstart="">点击下载</a>
</div>
</div>
</body>

</html>

1 change: 1 addition & 0 deletions test/style.css

Large diffs are not rendered by default.

0 comments on commit e20afa2

Please sign in to comment.