m_popup.css 870 Bytes
.bg-img{background:url(../../images/icon/icon.png)no-repeat;background-size:150px}.m-popup{position:fixed;right:0;left:50%;bottom:0;width:270px;margin-left:-135px;background:rgba(255,255,255,.9);border-radius:4px;z-index:20;-webkit-transition:-webkit-transform cubic-bezier(.22,.61,.36,1).2s;transition:transform cubic-bezier(.22,.61,.36,1).2s;overflow:auto;-webkit-overflow-scrolling:touch;display:none}.m-popup.popup-large{left:25px;right:25px;width:auto;margin-left:0}.m-popup .popup-head h1{font-size:14px;color:#000;line-height:50px;text-align:center;font-weight:400}.m-popup .popup-cont .title{color:#666}.m-popup .popup-cont .m-table-view{margin-top:0;background:0 0}.m-popup .popup-foot .m-btn{float:left;width:50%;background:0 0;color:#027aff;box-sizing:border-box;border-radius:0;border:none}.m-popup .popup-foot .m-btn:first-child{border-right:1px solid #ddd}