mui.js 用出了原生 js 的感觉,就这么多吧,无爱。
headers: { ‘Content-Type‘: ‘application/x-www-form-urlencoded‘,
}
Content-Type设置为‘application/x-www-form-urlencoded‘
mui.toast(‘<div class="toast-msg"><h4>格式不正确</h4><b>请重新输入</b></div>‘, { duration: 5000, })
.mui-toast-container { bottom: 60% !important; /*离布局底部的距离*/ color: #000000; }
.mui-toast-message { border: 2px #008A96 solid; background: no-repeat center 10px #fff; /*toast的背景图片*/ /* opacity: 0.7;/*toast中背景色的透明度*/ /*toast中字体颜色*/ width: 280px; color: #000000; /*toast宽度*/ padding: 20px 5px 20px 5px; /*toast中文字的位置*/ }
<sup>®</sup>
sub { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; top: -.5em; }
<div class="center">内容区域</div> <div class="footer">© 版权所有</div>
.center{ min-height:90%; }
input{ -webkit-user-select:text !important; }
原文:https://www.cnblogs.com/xqz0618/p/mui.html