Merge pull request 'dist' (#250) from xbx into master

Reviewed-on: http://git.luyuan.tk/luyuan/beelink/pulls/250
This commit is contained in:
luyuan 2020-12-09 18:24:52 +08:00
commit 0b6725fa75
19 changed files with 64 additions and 18 deletions

BIN
dist/img/appstore.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
dist/img/email.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

BIN
dist/img/googleplay.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
dist/img/loginbg.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

BIN
dist/img/logo1.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

BIN
dist/img/teacher.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
dist/img/tel.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B

BIN
dist/img/xuesheng.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

41
dist/share.html vendored
View File

@ -62,7 +62,7 @@
.share { .share {
min-width: 100%; min-width: 100%;
/* height: 100vh; */ /* height: 100vh; */
background: url("../../static/images/loginbg.png"); background: url("./img/loginbg.png");
background-size: 100% 130%; background-size: 100% 130%;
background-repeat: no-repeat; background-repeat: no-repeat;
overflow-x: hidden; overflow-x: hidden;
@ -103,6 +103,7 @@
border-radius: 8rem; border-radius: 8rem;
background: white; background: white;
text-align: center; text-align: center;
margin-right: 58rem;
} }
.share .box .mid .left .title { .share .box .mid .left .title {
@ -230,12 +231,34 @@
.share .bottom .content .relation .email { .share .bottom .content .relation .email {
width: 15rem; width: 15rem;
} }
.pagetop{
display: flex;
/* height: 36px; */
/* align-items: center; */
}
.pagename{
color: #08AE98;
font-size: 17rem;
font-weight: bold;
line-height: 20rem;
margin-left: 9rem;
}
.logo{
width: 38rem;
height: 36rem;
margin-top: 11rem;
margin-left: 14rem;
}
</style> </style>
</head> </head>
<body style="margin: 0"> <body style="margin: 0">
<div class="share"> <div class="share">
<div class="box"> <div class="box">
<div class="pagetop">
<img src="./img/logo1.png" alt="" class="logo">
<p class="pagename">Beelink</p>
</div>
<div class="top"> <div class="top">
您好,欢迎来到 您好,欢迎来到
<span class="org_name">Beelink</span> <span class="org_name">Beelink</span>
@ -243,14 +266,14 @@
<div class="mid"> <div class="mid">
<div class="left active"> <div class="left active">
<div class="title">如果您是老师</div> <div class="title">如果您是老师</div>
<img src="@/static/images/teacher.png" alt="" class="pic" /> <img src="./img/teacher.png" alt="" class="pic" />
<div class="ale">想要赚取直播收益,请使用电脑端访问一下域名</div> <div class="ale">想要赚取直播收益,请使用电脑端访问一下域名</div>
<div class="link">https://www.beelinkXXXX.com</div> <div class="link">https://www.beelinkXXXX.com</div>
</div> </div>
<div class="left right"> <div class="left right">
<div> <div>
<div class="title">如果您是老师</div> <div class="title">如果您是学生</div>
<img src="@/static/images/teacher.png" alt="" class="pic" /> <img src="./img/xuesheng.png" alt="" class="pic" />
<div class="ale">想要赚取直播收益,请使用电脑端访问一下域名</div> <div class="ale">想要赚取直播收益,请使用电脑端访问一下域名</div>
<div class="link">https://www.beelinkXXXX.com</div> <div class="link">https://www.beelinkXXXX.com</div>
</div> </div>
@ -258,11 +281,11 @@
<div class="ewms"> <div class="ewms">
<div> <div>
<span>Google play </span> <span>Google play </span>
<img src="@/static/images/ewm1.png" alt="" class="ewm" /> <img src="./img/googleplay.png" alt="" class="ewm" />
</div> </div>
<div> <div>
<span> App store </span> <span> App store </span>
<img src="@/static/images/ewm1.png" alt="" class="ewm ewm1" /> <img src="./img/appstore.png" alt="" class="ewm ewm1" />
</div> </div>
</div> </div>
</div> </div>
@ -278,10 +301,10 @@
您利用碎片时间,轻轻松松学会各种语言。 您利用碎片时间,轻轻松松学会各种语言。
</div> </div>
<div class="relation"> <div class="relation">
<img src="@/static/images/tel.png" alt="" class="icon" /> <img src="./img/tel.png" alt="" class="icon" />
<div>136-0111-1111</div> <div>136-0111-1111</div>
<img src="@/static/images/email.png" alt="" class="icon email" /> <img src="./img/email.png" alt="" class="icon email" />
<div>136-0111-1111</div> <div>136-0111-1111</div>
</div> </div>
</div> </div>

BIN
public/img/appstore.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
public/img/email.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

BIN
public/img/googleplay.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
public/img/loginbg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

BIN
public/img/logo1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

BIN
public/img/teacher.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
public/img/tel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B

BIN
public/img/xuesheng.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -62,7 +62,7 @@
.share { .share {
min-width: 100%; min-width: 100%;
/* height: 100vh; */ /* height: 100vh; */
background: url("../../static/images/loginbg.png"); background: url("./img/loginbg.png");
background-size: 100% 130%; background-size: 100% 130%;
background-repeat: no-repeat; background-repeat: no-repeat;
overflow-x: hidden; overflow-x: hidden;
@ -103,6 +103,7 @@
border-radius: 8rem; border-radius: 8rem;
background: white; background: white;
text-align: center; text-align: center;
margin-right: 58rem;
} }
.share .box .mid .left .title { .share .box .mid .left .title {
@ -230,12 +231,34 @@
.share .bottom .content .relation .email { .share .bottom .content .relation .email {
width: 15rem; width: 15rem;
} }
.pagetop{
display: flex;
/* height: 36px; */
/* align-items: center; */
}
.pagename{
color: #08AE98;
font-size: 17rem;
font-weight: bold;
line-height: 20rem;
margin-left: 9rem;
}
.logo{
width: 38rem;
height: 36rem;
margin-top: 11rem;
margin-left: 14rem;
}
</style> </style>
</head> </head>
<body style="margin: 0"> <body style="margin: 0">
<div class="share"> <div class="share">
<div class="box"> <div class="box">
<div class="pagetop">
<img src="./img/logo1.png" alt="" class="logo">
<p class="pagename">Beelink</p>
</div>
<div class="top"> <div class="top">
您好,欢迎来到 您好,欢迎来到
<span class="org_name">Beelink</span> <span class="org_name">Beelink</span>
@ -243,14 +266,14 @@
<div class="mid"> <div class="mid">
<div class="left active"> <div class="left active">
<div class="title">如果您是老师</div> <div class="title">如果您是老师</div>
<img src="@/static/images/teacher.png" alt="" class="pic" /> <img src="./img/teacher.png" alt="" class="pic" />
<div class="ale">想要赚取直播收益,请使用电脑端访问一下域名</div> <div class="ale">想要赚取直播收益,请使用电脑端访问一下域名</div>
<div class="link">https://www.beelinkXXXX.com</div> <div class="link">https://www.beelinkXXXX.com</div>
</div> </div>
<div class="left right"> <div class="left right">
<div> <div>
<div class="title">如果您是老师</div> <div class="title">如果您是学生</div>
<img src="@/static/images/teacher.png" alt="" class="pic" /> <img src="./img/xuesheng.png" alt="" class="pic" />
<div class="ale">想要赚取直播收益,请使用电脑端访问一下域名</div> <div class="ale">想要赚取直播收益,请使用电脑端访问一下域名</div>
<div class="link">https://www.beelinkXXXX.com</div> <div class="link">https://www.beelinkXXXX.com</div>
</div> </div>
@ -258,11 +281,11 @@
<div class="ewms"> <div class="ewms">
<div> <div>
<span>Google play </span> <span>Google play </span>
<img src="@/static/images/ewm1.png" alt="" class="ewm" /> <img src="./img/googleplay.png" alt="" class="ewm" />
</div> </div>
<div> <div>
<span> App store </span> <span> App store </span>
<img src="@/static/images/ewm1.png" alt="" class="ewm ewm1" /> <img src="./img/appstore.png" alt="" class="ewm ewm1" />
</div> </div>
</div> </div>
</div> </div>
@ -278,10 +301,10 @@
您利用碎片时间,轻轻松松学会各种语言。 您利用碎片时间,轻轻松松学会各种语言。
</div> </div>
<div class="relation"> <div class="relation">
<img src="@/static/images/tel.png" alt="" class="icon" /> <img src="./img/tel.png" alt="" class="icon" />
<div>136-0111-1111</div> <div>136-0111-1111</div>
<img src="@/static/images/email.png" alt="" class="icon email" /> <img src="./img/email.png" alt="" class="icon email" />
<div>136-0111-1111</div> <div>136-0111-1111</div>
</div> </div>
</div> </div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB