.blockquote-bottom {
100%;
position: fixed;
margin: 0;
bottom: 0;
left: 0;
text-align: center;
background-color: #ffffff;
border-top: 1px solid #f4f4f4;
z-index: 2;
}
.blockquote-bottom-item {
margin: 15px 0;
}
输入框 悬浮样式 例如::
.label-money {
position: absolute;
top: 5px;
right: 0;
font-size: 20px;
color: #c5d0da;
}