|
@@ -98,8 +98,16 @@ Vue.mixin({
|
|
// list[i].style = str
|
|
// list[i].style = str
|
|
|
|
|
|
// }
|
|
// }
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ var list_u_title = document.getElementsByClassName("u-title")
|
|
|
|
+ for (var i = 0; i < list_u_title.length; i++) {
|
|
|
|
+
|
|
|
|
+ if (g) {
|
|
|
|
+ list_u_title[i].style ="line-height: 26px;color: rgb(96, 98, 102); font-size: 20px;"
|
|
|
|
+ }else{
|
|
|
|
+ list_u_title[i].style ="color: rgb(96, 98, 102); font-size: 13px; font-weight: normal;"
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
|
|
|
|
|
|
})
|
|
})
|