Authored by whb

minity css

... ... @@ -25,7 +25,8 @@ return array(
'//js/plugins/mlellipsis.js',
'//js/plugins/imgZoom.js'
),
'index.js' => array(
'index_mobile.css' => array(
'//css/mobile.css',
'//css/emoji.css'
)
);
\ No newline at end of file
... ...
... ... @@ -75,7 +75,8 @@ return array(
'css' => 'http://res.yohood'.SITE_DOMAIN.'/min/index.php?g=',
),
'combinePage'=> array(
'index_mobile.js'
'index_mobile.js',
'index_mobile.css'
),
/**
* 插件配置
... ...
... ... @@ -8,8 +8,12 @@
<meta content="yes" name="apple-touch-fullscreen" />
<meta content="telephone=no" name="format-detection" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<link rel="stylesheet" href="<?php echo SITE_RES;?>/css/mobile.css"/>
<link rel="stylesheet" href="<?php echo SITE_RES;?>/css/emoji.css"/>
<?php $this->_css('index_mobile.css', array(
SITE_RES . '/css/mobile.css',
SITE_RES . '/css/emoji.css',
));?>
<?php $this->_block('css');?>
<?php $this->_endblock();?>
</head>
<body>
<div class="mobile-wrap">
... ...