Authored by ccbikai

移除不需要的依赖

... ... @@ -12,11 +12,7 @@
"spm": {
"main": "index.js",
"dependencies": {
"yoho.jquery": "1.8.3",
"yoho.lazyload": "1.0.0",
"yoho.mustache": "2.1.3",
"yoho.iswiper": "3.0.6",
"import-style": "1.0.0"
"yoho.jquery": "1.8.3"
},
"devDependencies": {
"expect.js": "0.3.1"
... ...
... ... @@ -18,7 +18,7 @@ body {
}
.question-tab {
padding: rem(20) rem(30);
padding: rem(10) rem(30) rem(30);
font-size: rem(32);
line-height: rem(58);
text-align: center;
... ...