diff --git a/examples/rate.html b/examples/rate.html index 6b99d58..3867905 100644 --- a/examples/rate.html +++ b/examples/rate.html @@ -14,37 +14,37 @@ body{padding:20px;}
-
- -
-

基础用法

-
-
-
+
+ +
+

基础用法

+
+
+
- -
-

选中半星

-
-
-
+ +
+

选中半星

+
+
+
- -
-

显示提示文字

-
-
- -
+ +
+

显示提示文字

+
+
+ +
- -
-

只读

-
-
-
+ +
+

只读

+
+
+
-
+
diff --git a/src/css/layui.css b/src/css/layui.css index c369201..cfe2cc2 100644 --- a/src/css/layui.css +++ b/src/css/layui.css @@ -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;}