.float-layer { height: 44px; background: rgba(68, 68, 68, 0.95); position: fixed; width: 100%; bottom: 0; left: 0; z-index: 9999; padding: 10px 0; .float-layer-left { padding-left: 22px; overflow: hidden; float: left; img { height: 44px; float: left; margin-right: 10px; } p { float: left; font-size: 16px; height: 44px; line-height: 44px; color: white; } .yoho-icon { float: left; margin-right: 10px; font-size: 22px; line-height: 44px; width: 44px; height: 44px; text-align: center; color: #fff; border-radius: 10px; @include background(linear-gradient(#323232, #0f0f0f)); // background-image: linear-gradient(#323232, #0f0f0f); } } } #float-layer-close { position: absolute; left: 0; top: 0; width: 50px; height: 50px; .close-icon { position: absolute; left: 0; top: 0; color: #C0C0C0; z-index: 2; } } #float-layer-btn { position: absolute; top: 50%; right: 15px; font-size: 16px; padding: 0 10px; height: 27px; line-height: 27px; background: white; border-radius: 5px; margin-top: -13px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5); &:link, &:visited, &:hover, &:actived { color: #000; } } .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; }