细节优化
parent
b21eb6423d
commit
3f140eeda0
|
|
@ -27,7 +27,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- content -->
|
||||
<div class="am-container" data-category-id="{{$params.category_id}}">
|
||||
<div class="am-container">
|
||||
<!-- 搜索页面顶部内部结构里面钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
<div class="plugins-tag">
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
{{/foreach}}
|
||||
{{/if}}
|
||||
|
||||
<div class="search-container am-u-sm-12 am-u-md-12 am-padding-left-0 am-padding-right-0">
|
||||
<div class="search-container am-u-sm-12 am-u-md-12 am-padding-left-0 am-padding-right-0" data-category-id="{{$params.category_id}}">
|
||||
<div class="theme-popover">
|
||||
<ul class="select">
|
||||
<p class="title-tips">
|
||||
|
|
|
|||
|
|
@ -9,11 +9,11 @@
|
|||
<h2>恭喜您安装成功</h2>
|
||||
<div class="box">
|
||||
<a href="{{$Think.__MY_URL__}}admin.php" target="_blank">后台管理</a><br />
|
||||
<p class="tips-sweet">默认后台地址入口文件为 admin.php 可在站点根目录和public目录下更改相应的文件名称,避免后台管理入口被客非法入侵。</p>
|
||||
<p class="tips-sweet">默认后台地址入口文件为 admin.php 可在站点根目录和public目录下更改相应的文件名称,避免后台管理入口被非法入侵。</p>
|
||||
<p class="admin-hint">默认账号:admin   默认密码为:shopxo</p>
|
||||
<br />
|
||||
<a href="{{$Think.__MY_URL__}}" target="_blank">访问首页</a>
|
||||
<p class="tips-sweet">请尽快修改管理员密码,以防被黑客非法入侵。<br />并删除 ./application 目录下的 install 目录。</p>
|
||||
<p class="tips-sweet">请尽快修改管理员密码,以防被非法入侵。<br />并删除 ./application 目录下的 install 目录。</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- conntent end -->
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@ return array (
|
|||
'plugins_css' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\limitedtimediscount\\Hook',
|
||||
1 => 'app\\plugins\\goodsphototag\\Hook',
|
||||
2 => 'app\\plugins\\membershiplevelvip\\Hook',
|
||||
1 => 'app\\plugins\\membershiplevelvip\\Hook',
|
||||
2 => 'app\\plugins\\goodsphototag\\Hook',
|
||||
),
|
||||
'plugins_js' =>
|
||||
array (
|
||||
|
|
@ -64,18 +64,6 @@ return array (
|
|||
array (
|
||||
0 => 'app\\plugins\\limitedtimediscount\\Hook',
|
||||
),
|
||||
'plugins_view_goods_detail_photo_within' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\goodsphototag\\Hook',
|
||||
),
|
||||
'plugins_view_home_goods_inside_top' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\goodsphototag\\Hook',
|
||||
),
|
||||
'plugins_view_search_goods_inside_top' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\goodsphototag\\Hook',
|
||||
),
|
||||
'plugins_service_buy_handle' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\membershiplevelvip\\Hook',
|
||||
|
|
@ -116,5 +104,25 @@ return array (
|
|||
array (
|
||||
0 => 'app\\plugins\\membershiplevelvip\\Hook',
|
||||
),
|
||||
'plugins_service_users_center_left_menu_handle' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\wallet\\Hook',
|
||||
),
|
||||
'plugins_service_header_navigation_top_right_handle' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\wallet\\Hook',
|
||||
),
|
||||
'plugins_view_goods_detail_photo_within' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\goodsphototag\\Hook',
|
||||
),
|
||||
'plugins_view_home_goods_inside_top' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\goodsphototag\\Hook',
|
||||
),
|
||||
'plugins_view_search_goods_inside_top' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\goodsphototag\\Hook',
|
||||
),
|
||||
);
|
||||
?>
|
||||
|
|
@ -14,6 +14,7 @@
|
|||
.am-accordion-gapped dl:last-child{margin-bottom: 0;}
|
||||
.am-accordion-gapped .am-accordion-title:after{margin-top: -6px;}
|
||||
.am-accordion-gapped .am-accordion-title, .am-accordion-gapped .am-accordion-item, .am-accordion-gapped .am-accordion-item.am-active{border-color: #eee;}
|
||||
.article-content img { max-width: 100%; }
|
||||
|
||||
@media only screen and (min-width: 641px) {
|
||||
.article-sidebar .am-offcanvas{display: block; position: static; background: none;}
|
||||
|
|
|
|||
Loading…
Reference in New Issue