You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
html, body { width: 1280px; height: 800px; box-sizing: border-box; // 禁止推拽
-webkit-user-select: none; /* Chrome/Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE10+ */ user-select: none; /* Standard */ }
body { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.van-cell { .van-field__control { text-align: center; } background: none; }
.key_wrap { z-index: 999; }
// #txtPassword {
// -webkit-text-security: disc;
// }
::-webkit-scrollbar { width: 0; height: 0; }
// btn hover样式
.style-btn { position: relative; overflow: hidden; } .style-btn:before { content: ''; display: block; position: absolute; top: -36px; left: -100px; background: white; width: 50px; height: 155px; opacity: 20%; transform: rotate(-45deg); } .style-btn:hover:before { left: 160%; transition: all 1500ms cubic-bezier(0.3, 1, 0.2, 1); -webkit-transition: all 1500ms cubic-bezier(0.3, 1, 0.2, 1); }
|