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

.blockquote-bottom {
width: 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;
}

posted @ 2017-10-23 09:17  caozengling  阅读(827)  评论(0编辑  收藏  举报