Authored by zhangxiaoru

关于有货

'use strict';
const mRoot = '../models';
const headerModel = require('../../../doraemon/models/header');
let responseData = {
... ...
'use strict';
const api = global.yoho.API;
const headerModel = require('../../../doraemon/models/header');
// const headerData = (channel) => {
// let responseData = {
// module: 'about',
// page: 'about',
// footerTop: true
// };
// headerModel.requestHeaderData(channel).then(result => {
// responseData.headerData = result.headerData;
// return responseData;
// })
// }
// module.exports = {
// headerData
// };
... ...
require('../common');
\ No newline at end of file
require('../common');
... ...
... ... @@ -7,7 +7,7 @@
overflow: hidden;
.text-title {
border-bottom: #ff0000 4px solid;
border-bottom: #f00 4px solid;
font-family: 微软雅黑;
font-weight: bold;
height: 100px;
... ... @@ -32,4 +32,4 @@
font-weight: bold;
}
}
}
\ No newline at end of file
}
... ...
... ... @@ -5,7 +5,7 @@
.about-nav {
width: 210px;
padding: 10px 20px;
background-color: #EBE9EA;
background-color: #ebe9ea;
border: 1px solid #d7d7d7;
border-radius: 5px;
... ... @@ -27,7 +27,7 @@
}
li:first-child {
border-top: 0px;
border-top: 0;
}
.act {
... ... @@ -48,4 +48,3 @@
@import "contact";
@import "link";
@import "privacy";
/*@import "settled";*/
\ No newline at end of file
... ...
... ... @@ -7,7 +7,7 @@
overflow: hidden;
.text-title {
border-bottom: #ff0000 4px solid;
border-bottom: #f00 4px solid;
font-family: 微软雅黑;
font-weight: bold;
height: 100px;
... ... @@ -35,7 +35,7 @@
}
ul {
padding: 10px 0px;
padding: 10px 0;
list-style: none;
}
... ... @@ -43,4 +43,4 @@
font-weight: bold;
}
}
}
\ No newline at end of file
}
... ...
... ... @@ -16,4 +16,4 @@
overflow: hidden;
}
}
}
\ No newline at end of file
}
... ...
... ... @@ -7,7 +7,7 @@
overflow: hidden;
.text-title {
border-bottom: #ff0000 4px solid;
border-bottom: #f00 4px solid;
font-family: 微软雅黑;
font-weight: bold;
height: 100px;
... ... @@ -32,4 +32,4 @@
font-weight: bold;
}
}
}
\ No newline at end of file
}
... ...
... ... @@ -7,7 +7,7 @@
overflow: hidden;
.text-title {
border-bottom: #ff0000 4px solid;
border-bottom: #f00 4px solid;
font-family: 微软雅黑;
font-weight: bold;
height: 100px;
... ... @@ -28,4 +28,4 @@
line-height: 24px;
}
}
}
\ No newline at end of file
}
... ...
... ... @@ -16,7 +16,7 @@
@import 'home/index';
@import 'guang/index';
/*@import 'cart/index';*/
/* @import 'cart/index'; */
@import 'service/index';
@import '3party/index';
... ...