zoomla
Version:
16年专业研发|中文alexa排名第一的CMS品牌-基于dotNET core、功能强大,集成站群、微信开发、小程序与ERP及OA办公系统,支持国际语言和多民族语言,世界五百强与大型门户专用高端网站内核CMS系统
4 lines • 947 B
CSS
.shortPwd { display: inline-block; width: 237px; height: 28px; padding: 5px 0; line-height: 20px; font-size: 12px; border: 1px solid #c6c6c6; border-radius: 2px; box-shadow: 0 1px 1px 1px #ededed inset; vertical-align: middle; overflow: hidden; -webkit-transition: border-color .1s; -moz-transition: border-color .1s; -ms-transition: border-color .1s; transition: border-color .1s; background: url(/js/Plugs/shortPwd/shortPwd-bg.png) center center no-repeat #fff; box-sizing: content-box; }
.shortPwd-input { border: 0; padding: 0; width: 35px; height: 28px; line-height: 28px; float: left; background: 0 0; margin: 0 2px; text-align: center; font-size: 16px; outline: none; }
.shortPwd-hidden { float: right;margin:13px 0 0 0;padding:1px; width: 0px; height: 0px; border: 0; outline: none; }
.shortPwd-input{ -webkit-text-security:disc; text-security:disc; }/*使用指定形状代替文字显示 circle圆圈 disc 圆形 square 正方形*/