...
|
...
|
@@ -36,6 +36,14 @@ |
|
|
top: 0;
|
|
|
width: 50px;
|
|
|
height: 50px;
|
|
|
|
|
|
.close-icon {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
color: #C0C0C0;
|
|
|
z-index: 2;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
#float-layer-btn {
|
...
|
...
|
@@ -51,3 +59,15 @@ |
|
|
margin-top: -13px;
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
|
|
|
}
|
|
|
|
|
|
.circle-rightbottom {
|
|
|
position: absolute;
|
|
|
|
|
|
width: 25px;
|
|
|
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;
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|