152 lines
2.5 KiB
CSS
152 lines
2.5 KiB
CSS
|
|
body{
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
color: #a9b1b3;
|
||
|
|
font-size: 14px;
|
||
|
|
font-family: "Segoe UI Light";
|
||
|
|
background: url("../image/appbg.png");
|
||
|
|
}
|
||
|
|
.pattern{
|
||
|
|
position: absolute;
|
||
|
|
top: 0;
|
||
|
|
z-index: 3;
|
||
|
|
transition: all .5s;
|
||
|
|
max-width: 270px;
|
||
|
|
}
|
||
|
|
.pattern img {
|
||
|
|
width: 100%;
|
||
|
|
-webkit-transition: all 1s;
|
||
|
|
transition: all 1s;
|
||
|
|
pointer-events: none
|
||
|
|
}
|
||
|
|
.pattern.left{
|
||
|
|
left: 0;
|
||
|
|
}
|
||
|
|
.pattern.right{
|
||
|
|
right: 0;
|
||
|
|
}
|
||
|
|
@media (min-width: 1280px){
|
||
|
|
.pattern {
|
||
|
|
|
||
|
|
width: 21%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
@media (max-width: 1280px){
|
||
|
|
.pattern {
|
||
|
|
width: 18%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.out{
|
||
|
|
position: relative;
|
||
|
|
z-index: 2;
|
||
|
|
transition: all .5s;
|
||
|
|
}
|
||
|
|
.table-context{
|
||
|
|
padding: 100px 0;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.logo{
|
||
|
|
color: #000;
|
||
|
|
border-bottom: 1px solid #EEEEEE;
|
||
|
|
padding-bottom: 20px;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
.logo .icon img{
|
||
|
|
width: 120px;
|
||
|
|
height: 120px;
|
||
|
|
}
|
||
|
|
.QR_Code{
|
||
|
|
border-bottom: 1px solid #EEEEEE;
|
||
|
|
padding-bottom: 60px;
|
||
|
|
margin-bottom: 40px;
|
||
|
|
}
|
||
|
|
.QR_Code .code{
|
||
|
|
background-color: #eff2f2;
|
||
|
|
display: inline-block;
|
||
|
|
padding: 10px;
|
||
|
|
border-radius: 10px;
|
||
|
|
}
|
||
|
|
.scan-tips{
|
||
|
|
margin: 40px 0;
|
||
|
|
line-height: 32px;
|
||
|
|
}
|
||
|
|
.text-black{
|
||
|
|
color: #000000;
|
||
|
|
}
|
||
|
|
.per-type-info .type {
|
||
|
|
float: left;
|
||
|
|
width: 50%;
|
||
|
|
}
|
||
|
|
.per-type-info .info {
|
||
|
|
padding-top: 50px;
|
||
|
|
text-align: center;
|
||
|
|
font-size: 12px;
|
||
|
|
}
|
||
|
|
.per-type-info .info .type-icon {
|
||
|
|
margin-bottom: 40px;
|
||
|
|
}
|
||
|
|
.per-type-info .info i {
|
||
|
|
margin-bottom: 0;
|
||
|
|
color: #505556;
|
||
|
|
font-size: 48px;
|
||
|
|
|
||
|
|
}
|
||
|
|
.per-type-info .info i img{
|
||
|
|
width: 48px;
|
||
|
|
height: 48px;
|
||
|
|
}
|
||
|
|
.iPhone_app .info .type-icon {
|
||
|
|
margin-bottom: 40px;
|
||
|
|
}
|
||
|
|
.iPhone_app .info i {
|
||
|
|
margin-bottom: 0;
|
||
|
|
color: #505556;
|
||
|
|
font-size: 48px;
|
||
|
|
|
||
|
|
}
|
||
|
|
.iPhone_app .info i img{
|
||
|
|
width: 48px;
|
||
|
|
height: 48px;
|
||
|
|
}
|
||
|
|
.iPhone_app .info .version{
|
||
|
|
margin-bottom: 40px;
|
||
|
|
}
|
||
|
|
.iPhone_app .info a{
|
||
|
|
border: 1px solid #A9B1B3;
|
||
|
|
border-radius: 40px;
|
||
|
|
color: #868C8E;
|
||
|
|
height: 42px;
|
||
|
|
width: 200px;
|
||
|
|
display: inline-block;
|
||
|
|
line-height: 40px;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
.Android_app .info .type-icon {
|
||
|
|
margin-bottom: 40px;
|
||
|
|
}
|
||
|
|
.Android_app .info i {
|
||
|
|
margin-bottom: 0;
|
||
|
|
color: #505556;
|
||
|
|
font-size: 48px;
|
||
|
|
|
||
|
|
}
|
||
|
|
.Android_app .info i img{
|
||
|
|
width: 48px;
|
||
|
|
height: 48px;
|
||
|
|
}
|
||
|
|
.Android_app .info .version{
|
||
|
|
margin-bottom: 40px;
|
||
|
|
}
|
||
|
|
.Android_app .info a{
|
||
|
|
border: 1px solid #A9B1B3;
|
||
|
|
border-radius: 40px;
|
||
|
|
color: #868C8E;
|
||
|
|
height: 42px;
|
||
|
|
width: 200px;
|
||
|
|
display: inline-block;
|
||
|
|
line-height: 40px;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
.app_none{
|
||
|
|
display: none;
|
||
|
|
}
|