h5-cli
Version:
hello
50 lines (49 loc) • 911 B
CSS
#J_DownloadBar {
min-height: 60px;
}
.download-bar {
position: fixed;
background-color: rgba(0, 0, 0, 0.5);
padding: 10px 15px;
width: 100%;
box-sizing: border-box;
color: #fff;
font-size: 14px;
bottom: 0;
}
.download-bar .logo {
width: 37px;
height: 37px;
position: absolute;
top: 10px;
left: 15px;
background-image: url(//image.yuantutech.com/user/c936351bc324e35000477e5083215907-72-72.png);
background-size: cover;
}
.download-bar .info {
line-height: 1.5em;
margin-left: 47px;
font-size: 12px;
display: block;
color: #fff;
}
.download-bar .info h1 {
font-size: 16px;
}
.download-bar .ui-btn-lg {
width: 81px;
position: absolute;
right: 45px;
top: 12px;
height: 32px;
line-height: 32px;
font-size: 14px;
}
.download-bar .ui-icon-close-page {
position: absolute;
top: 10px;
right: 11px;
font-size: 25px;
line-height: 33px;
color: #333;
}