diff --git a/commons/class/list.js b/commons/class/list.js index abdea5b..ee1e210 100644 --- a/commons/class/list.js +++ b/commons/class/list.js @@ -34,6 +34,9 @@ class LIST{ getVal(key){ return this.data[key] } + setQuery(key,val){ + this.data.query[key]=val + } setVal(key,val){ this.data[key]=val if(key=='page'){ diff --git a/commons/style/common.scss b/commons/style/common.scss index 1fe6db8..f7a5065 100644 --- a/commons/style/common.scss +++ b/commons/style/common.scss @@ -377,4 +377,16 @@ text { } .filter-gray{ filter: grayscale(1); -} \ No newline at end of file +} +// .u-font-20{ +// font-size: 10px; +// } +// .u-font-24{ +// font-size: 12px; +// } +// .u-font-28{ +// font-size: 14px; +// } +// .u-font-32{ +// font-size: 16px; +// } \ No newline at end of file