|
@@ -203,35 +203,35 @@
|
|
|
}
|
|
|
|
|
|
/* 酸碱度 */
|
|
|
-.sj-icon-bch:before {
|
|
|
+.sj-icon-ph:before {
|
|
|
content: "\e73f";
|
|
|
}
|
|
|
/* 温度 */
|
|
|
-.sj-icon-river:before {
|
|
|
+.sj-icon-temperature:before {
|
|
|
content: "\e633";
|
|
|
}
|
|
|
/* 浊度 */
|
|
|
-.sj-icon-culvert:before {
|
|
|
+.sj-icon-turbidity:before {
|
|
|
content: "\e672";
|
|
|
}
|
|
|
/* 溶解氧 */
|
|
|
-.sj-icon-gate:before {
|
|
|
+.sj-icon-dissolve:before {
|
|
|
content: "\e61b";
|
|
|
}
|
|
|
/* 氨氮 */
|
|
|
-.sj-icon-project:before {
|
|
|
+.sj-icon-ammoniaNitrogen:before {
|
|
|
content: "\e930";
|
|
|
}
|
|
|
/* ORP */
|
|
|
-.sj-icon-reservoir:before {
|
|
|
+.sj-icon-orp:before {
|
|
|
content: "\e629";
|
|
|
}
|
|
|
/* 流速 */
|
|
|
-.sj-icon-reach:before {
|
|
|
+.sj-icon-flow:before {
|
|
|
content: "\e61f";
|
|
|
}
|
|
|
/* 液位 */
|
|
|
-.sj-icon-sewage:before {
|
|
|
+.sj-icon-level:before {
|
|
|
content: "\e63d";
|
|
|
}
|
|
|
|