修改弹出层样式

This commit is contained in:
shuzheng 2017-02-16 23:26:25 +08:00
parent 1d0820f536
commit 74b4a7855d
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ body{font-size: 12px;}
.btn:active{-webkit-box-shadow: none; box-shadow: none;}
/* input */
.jconfirm-content form{margin-top: 10px;}
.crudDialog{padding: 0 0 2px;}
.form-group{margin-bottom: 20px;}
.form-group label{position: absolute; line-height: 2; font-size: 16px; font-weight: normal; transition: all .2s; pointer-events: none; color: #999;}
.form-group .active{transform: translateY(-65%); font-size: 12px; color: #337ab7;}