css确定取消 悬浮底部样式 和 金额 后缀

.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;
}

原文地址:https://www.cnblogs.com/caozengling/p/7714501.html