ソースを参照

小黄点样式

zhouna 3 年 前
コミット
7fdd3ba258
1 ファイル変更6 行追加2 行削除
  1. 6 2
      src/html/smartAlert.html

+ 6 - 2
src/html/smartAlert.html

@@ -52,13 +52,17 @@
       line-height: 20px;
       color: #333;
     }
-    .contentBox li:before{
+    .content>li{
+      background: url("../images/dot.png") 0 10px no-repeat;
+      text-indent: 10px;
+    }
+    /*.contentBox li:before{
       content: "·";
       color: #FF7F5B;
       font-size: 38px;
       vertical-align: text-bottom;
       margin-right: 3px;
-    }
+    }*/
     .container {
       background: #fff;
       margin: 0 auto;