|
@@ -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;
|
|
|
}
|