细节优化
parent
fed02c0c74
commit
551c1dd988
|
|
@ -1,2 +0,0 @@
|
|||
*
|
||||
!.gitignore
|
||||
|
|
@ -109,11 +109,11 @@ class Hook extends Controller
|
|||
return '<style type="text/css">
|
||||
@media only screen and (min-width:640px) {
|
||||
.plugins-homemiddleadv-home-adv ul.am-gallery img {
|
||||
-webkit-transition: transform .2s ease-in;
|
||||
-moz-transition: transform .2s ease-in;
|
||||
-ms-transition: transform .2s ease-in;
|
||||
-o-transition: transform .2s ease-in;
|
||||
transition: transform .2s ease-in;
|
||||
-webkit-transition: transform .3s ease-in;
|
||||
-moz-transition: transform .3s ease-in;
|
||||
-ms-transition: transform .3s ease-in;
|
||||
-o-transition: transform .3s ease-in;
|
||||
transition: transform .3s ease-in;
|
||||
}
|
||||
.plugins-homemiddleadv-home-adv ul.am-gallery img:hover {
|
||||
-ms-transform: translate3d(0px, -3px, 0px);
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
*
|
||||
!.gitignore
|
||||
|
|
@ -151,24 +151,14 @@ return array (
|
|||
'plugins_service_users_center_left_menu_handle' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\wallet\\Hook',
|
||||
1 => 'app\\plugins\\distribution\\Hook',
|
||||
),
|
||||
'plugins_service_header_navigation_top_right_handle' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\wallet\\Hook',
|
||||
1 => 'app\\plugins\\distribution\\Hook',
|
||||
),
|
||||
'plugins_service_users_personal_show_field_list_handle' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\weixinwebauthorization\\Hook',
|
||||
),
|
||||
'plugins_service_order_pay_success_handle_end' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\distribution\\Hook',
|
||||
),
|
||||
'plugins_service_order_aftersale_audit_handle_end' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\distribution\\Hook',
|
||||
),
|
||||
);
|
||||
?>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
*
|
||||
!.gitignore
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
*
|
||||
!.gitignore
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
*
|
||||
!.gitignore
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
*
|
||||
!.gitignore
|
||||
Loading…
Reference in New Issue