h5-cli
Version:
hello
28 lines (27 loc) • 424 B
CSS
.y-footer-placehold {
height: 70px;
}
.y-ui-footer {
position: fixed;
bottom: 0;
width: 100%;
}
.y-ui-flex {
display: -webkit-box;
display: flex;
}
.y-ui-btn {
color: #fff;
border: none;
font-size: 16px;
line-height: 3em;
min-height: 3em;
background-color: #3ec2f3;
display: block;
-webkit-box-flex: 1;
flex: 1;
text-align: center;
}
.y-ui-btn.danger {
background-color: #fc6156;
}