yqb
Version:
Static Package Manager
17 lines (15 loc) • 810 B
CSS
/*
* 基础 button
* author: <%= author %>
* version: <%= version %>
* website: http://www.431103.com
*/
button { border: 0; outline: none; background-color: transparent; }
.paf-btn { position: relative; font-size: 16px; text-align: center; line-height: 2.33333333; border-radius: 4px; margin-top: 10px; overflow: hidden; }
.paf-btn-wrap { width: 100%; }
.paf-btn-default { background-color: #F7F7F7; color: #454545; }
.paf-btn-primary { background-color: #0087E3; color: #fff }
.paf-btn-primary:active { transform: scale(0.99); }
.paf-btn-warn { background-color: #ef4f4f; }
.paf-btn.disabled { border: 0; color: #ccc; background: #e9ebec; -webkit-background-clip: padding-box; background-clip: padding-box; }
.paf-btn-mini { font-size: 14px; padding: 0 .75em; display: inline-block; }