.laytp-btn { display: inline-block; line-height: 38px; white-space: nowrap; cursor: pointer; text-align: center; box-sizing: border-box; outline: none; transition: 0.1s; font-weight: 500; padding: 0 18px; height: 38px; font-size: 14px; background-color: white; border: 1px solid #dcdfe6; border-radius: 2px; } .laytp-btn-md i { font-size: 13px; } .laytp-btn-xs i { font-size: 10px; } .laytp-btn:hover { opacity: .8; filter: alpha(opacity=80); color: #409eff; background-color: #ECF5FF; } .laytp-btn-danger, .laytp-btn-warming, .laytp-btn-success, .laytp-btn-normal, .laytp-btn-primary { height: 37px; line-height: 37px; color: #fff !important } /** Button 主题 */ .laytp-btn-primary { border: 0px; background-color: #2D8CF0; } .laytp-btn-danger { border: 0px; background-color: #f56c6c !important; } .laytp-btn-warming { border: 0px; background-color: #f6ad55 !important; } .laytp-btn-success { border: 0px; background-color: #36b368 !important; } .laytp-btn-normal { border: 0px; background-color: #1E9FFF !important; } .laytp-btn[round] { border-radius: 50px; } .laytp-btn-primary[plain] { color: #409eff !important; background: #ecf5ff 10% !important; } .laytp-btn-primary[plain]:hover { color: #fff !important; background-color: #2d8cf0!important } .laytp-btn-normal[plain] { color: #1E9FFF !important; background: #c7e3f7 !important; } .laytp-btn-normal[plain]:hover { color: white !important; background-color: #63b3ed !important } .laytp-btn-success[plain] { color: #36b368 !important; background: #f0f9eb !important; } .laytp-btn-success[plain]:hover { color: white !important; background-color: #36b368 !important } .laytp-btn-warming[plain] { color: #e6a23c !important; background: #fdf6ec !important; } .laytp-btn-warming[plain]:hover { color: white !important; background-color: #e6a23c !important } .laytp-btn-danger[plain] { color: #f56c6c !important; background: #fef0f0 !important; } .laytp-btn-danger[plain]:hover { color: white !important; background-color: #f56c6c !important } /** Button Group */ .laytp-btn-group { display: inline-block; vertical-align: middle; } .laytp-btn-group .laytp-btn { float: left; position: relative; border-radius: 0px; margin-left: 1px; margin-right: 1px; } .laytp-btn-md { height: 34px; line-height: 34px; padding: 0 10px; font-size: 12.5px; } .laytp-btn-group .laytp-btn:first-child { border-top-left-radius: 4px !important; border-bottom-left-radius: 4px !important; } .laytp-btn-group .laytp-btn:last-child { border-top-right-radius: 4px !important; border-bottom-right-radius: 4px !important; } .laytp-btn-group .laytp-btn[round]:first-child { border-top-left-radius: 50px !important; border-bottom-left-radius: 50px !important; } .laytp-btn-group .laytp-btn[round]:last-child { border-top-right-radius: 50px !important; border-bottom-right-radius: 50px !important; } /** Button Size*/ /* 极小 */ .laytp-btn-xs { height: 24px; line-height: 24px; padding: 0 4px; font-size: 10px!important; } /* 小 */ .laytp-btn-sm { height: 28px; line-height: 28px; padding: 0 10px; font-size: 12px; } /* 中 */ .laytp-btn-md { height: 34px; line-height: 34px; padding: 0 10px; font-size: 12.5px; } /* 大 */ .laytp-btn-lg { height: 44px; line-height: 44px; padding: 0 25px; font-size: 16px; }