Authored by xuqi

yoho page style

@@ -27,4 +27,5 @@ coverage @@ -27,4 +27,5 @@ coverage
27 css/ 27 css/
28 .sass-cache/ 28 .sass-cache/
29 script/nginx/logs/ 29 script/nginx/logs/
30 -*.DS_Store  
  30 +*.DS_Store
  31 +compile/
@@ -59,4 +59,10 @@ a:focus { @@ -59,4 +59,10 @@ a:focus {
59 outline: none; 59 outline: none;
60 } 60 }
61 61
  62 +.yoho-page {
  63 + width: 1150px;
  64 + margin-left: auto;
  65 + margin-right: auto;
  66 +}
  67 +
62 @import "home/index", "product/index"; 68 @import "home/index", "product/index";
@@ -263,7 +263,7 @@ class BoysController extends AbstractAction @@ -263,7 +263,7 @@ class BoysController extends AbstractAction
263 ) 263 )
264 ); 264 );
265 $data = array( 265 $data = array(
266 - 'headerdata' => array($headerdata), 266 + 'headerdata' => $headerdata,
267 'boysHomePage' => true, 267 'boysHomePage' => true,
268 'boy' => array( 268 'boy' => array(
269 'bigSlide' => array( 269 'bigSlide' => array(