wukunlin 5 years ago
parent
commit
2399fd1218

+ 1 - 1
2019专题/1906lol自走棋专题/fis-conf.js

@@ -1,5 +1,5 @@
 var version = '/1.0.0/';
-var path = '/zt2019/texuan';
+var path = '/zt2019/lolzzq';
 
 fis.set('project.files', ['*.html', 'map.json']);
 fis.set('project.exclude', ['tpl/**.tmpl', '_dest/**']);

+ 1 - 1
2019专题/1906lol自走棋专题/package.json

@@ -5,6 +5,6 @@
   "main": "index.js",
   "scripts": {
     "debug": "fis3 server restart && fis3 release dev -w ",
-    "build": "fis3 release prod -d ../../../pub/zt2019/texuan"
+    "build": "fis3 release prod -d ../../../pub/zt2019/lolzzq"
   }
 }

BIN
2019专题/1906lol自走棋专题/src/img/bg.jpg


+ 0 - 0
2019专题/1906lol自走棋专题/src/modules/page/index.js


+ 10 - 0
2019专题/1906lol自走棋专题/src/sass/index.scss

@@ -7,6 +7,10 @@ $pingfan:PingFangSC-Regular;
 @import "base/base";
 @import "base/mixins";
 
+/*通用变量*/
+
+$baseFontSize:14px;
+$baseFontColor:#999;
 
 
 
@@ -20,4 +24,10 @@ body {
     font-size: $baseFontSize;
     font-family: $pingfan, $yahei, Helvetica, Arial, sans-serif;
     color: #333333;
+    background: url(/src/img/bg.jpg) no-repeat center top #2e1230;
+}
+
+.page-index {
+    margin: 0 auto;
+    width: 1000px;
 }