增加 rate 组件

This commit is contained in:
star 2018-04-28 10:59:55 +08:00
parent ca4bc6808a
commit 5b325d7420
2 changed files with 27 additions and 30 deletions

View File

@ -1046,9 +1046,6 @@ body .layui-table-tips .layui-layer-content{background: none; padding: 0; box-sh
.layui-rate li i{margin-right: 5px; transition: all .3s; -webkit-transition: all .3s;}
.layui-rate li i:hover{cursor: pointer; transform: scale(1.12); -webkit-transform: scale(1.12);}
/** 代码修饰器 **/
.layui-code{position: relative; margin: 10px 0; padding: 15px; line-height: 20px; border: 1px solid #ddd; border-left-width: 6px; background-color: #F2F2F2; color: #333; font-family: Courier New; font-size: 12px;}