|
|
.float-layer {
|
|
|
height: 44px;
|
|
|
height: 88px;
|
|
|
background: rgba(68, 68, 68, 0.95);
|
|
|
position: fixed;
|
|
|
width: 100%;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
z-index: 9999;
|
|
|
padding: 10px 0;
|
|
|
padding: 20px 0;
|
|
|
|
|
|
.float-layer-left {
|
|
|
padding-left: 22px;
|
|
|
padding-left: 44px;
|
|
|
overflow: hidden;
|
|
|
float: left;
|
|
|
|
|
|
img {
|
|
|
height: 44px;
|
|
|
height: 88px;
|
|
|
float: left;
|
|
|
margin-right: 10px;
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
|
|
|
p {
|
|
|
float: left;
|
|
|
font-size: 16px;
|
|
|
height: 44px;
|
|
|
line-height: 44px;
|
|
|
font-size: 32px;
|
|
|
height: 88px;
|
|
|
line-height: 88px;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
.yoho-icon {
|
|
|
float: left;
|
|
|
margin-right: 10px;
|
|
|
font-size: 22px;
|
|
|
line-height: 44px;
|
|
|
width: 44px;
|
|
|
height: 44px;
|
|
|
margin-right: 20px;
|
|
|
font-size: 44px;
|
|
|
line-height: 88px;
|
|
|
width: 88px;
|
|
|
height: 88px;
|
|
|
text-align: center;
|
|
|
color: #fff;
|
|
|
border-radius: 10px;
|
|
|
border-radius: 20px;
|
|
|
background-image: linear-gradient(#323232, #0f0f0f);
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -47,8 +47,8 @@ |
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
width: 50px;
|
|
|
height: 50px;
|
|
|
width: 100px;
|
|
|
height: 100px;
|
|
|
|
|
|
.close-icon {
|
|
|
position: absolute;
|
...
|
...
|
@@ -62,14 +62,14 @@ |
|
|
#float-layer-btn {
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
right: 15px;
|
|
|
font-size: 16px;
|
|
|
padding: 0 10px;
|
|
|
height: 27px;
|
|
|
line-height: 27px;
|
|
|
right: 30px;
|
|
|
font-size: 32px;
|
|
|
padding: 0 20px;
|
|
|
height: 54px;
|
|
|
line-height: 54px;
|
|
|
background: white;
|
|
|
border-radius: 5px;
|
|
|
margin-top: -13px;
|
|
|
border-radius: 10px;
|
|
|
margin-top: -26px;
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
|
|
|
&:link,
|
|
|
&:visited,
|
...
|
...
|
@@ -82,11 +82,9 @@ |
|
|
.circle-rightbottom {
|
|
|
position: absolute;
|
|
|
|
|
|
width: 25px;
|
|
|
width: 50px;
|
|
|
height: 0px;
|
|
|
border:0 solid #323232;
|
|
|
border-bottom:25px solid #323232;
|
|
|
-moz-border-radius:0 0 25px 0;
|
|
|
-webkit-border-radius:0 0 25px 0;
|
|
|
border-radius:0 0 25px 0;
|
|
|
border-bottom:50px solid #323232;
|
|
|
border-radius:0 0 50px 0;
|
|
|
} |
...
|
...
|
|