sql+细节优化v3.0
parent
636daec54b
commit
69454807ce
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
<!-- header simple nav -->
|
||||
{{:ModuleInclude('public/header_nav_simple', [
|
||||
'title' => MyLang('user.forget_password_nav_title'),
|
||||
'is_go_home' => '1',
|
||||
'is_sm_hide' => '0'
|
||||
'title' => MyLang('user.forget_password_nav_title'),
|
||||
'is_go_home' => '1',
|
||||
'is_sm_hide' => '0'
|
||||
])}}
|
||||
|
||||
<!-- conntent start -->
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
<!-- header simple nav -->
|
||||
{{:ModuleInclude('public/header_nav_simple', [
|
||||
'title' => MyLang('user.login_nav_title'),
|
||||
'is_go_home' => '1',
|
||||
'is_sm_hide' => '0'
|
||||
'title' => MyLang('user.login_nav_title'),
|
||||
'is_go_home' => '1',
|
||||
'is_sm_hide' => '0'
|
||||
])}}
|
||||
|
||||
<!-- conntent start -->
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
<!-- header simple nav -->
|
||||
{{:ModuleInclude('public/header_nav_simple', [
|
||||
'title' => MyLang('user.register_nav_title'),
|
||||
'is_go_home' => '1',
|
||||
'is_sm_hide' => '0'
|
||||
'title' => MyLang('user.register_nav_title'),
|
||||
'is_go_home' => '1',
|
||||
'is_sm_hide' => '0'
|
||||
])}}
|
||||
|
||||
<!-- conntent start -->
|
||||
|
|
|
|||
|
|
@ -398,11 +398,11 @@ class ConstService
|
|||
],
|
||||
// 用户基础信息提示页面(index 首页、goods-category 商品分类、cart 购物车、 user 用户中心、share 分享)
|
||||
'common_user_base_popup_pages_list' => [
|
||||
'index' => ['value' => 'index', 'name' => MyLang('common_file_upload_error_list.index')],
|
||||
'goods-category' => ['value' => 'goods-category', 'name' => MyLang('common_file_upload_error_list.goods-category')],
|
||||
'cart' => ['value' => 'cart', 'name' => MyLang('common_file_upload_error_list.cart')],
|
||||
'user' => ['value' => 'user', 'name' => MyLang('common_file_upload_error_list.user')],
|
||||
'share' => ['value' => 'share', 'name' => MyLang('common_file_upload_error_list.share')],
|
||||
'index' => ['value' => 'index', 'name' => MyLang('common_user_base_popup_pages_list.index')],
|
||||
'goods-category' => ['value' => 'goods-category', 'name' => MyLang('common_user_base_popup_pages_list.goods-category')],
|
||||
'cart' => ['value' => 'cart', 'name' => MyLang('common_user_base_popup_pages_list.cart')],
|
||||
'user' => ['value' => 'user', 'name' => MyLang('common_user_base_popup_pages_list.user')],
|
||||
'share' => ['value' => 'share', 'name' => MyLang('common_user_base_popup_pages_list.share')],
|
||||
],
|
||||
// 多语言code 语言编码 => name 语言名称)
|
||||
'common_multilingual_list' => [
|
||||
|
|
|
|||
9112
config/shopxo.sql
9112
config/shopxo.sql
File diff suppressed because one or more lines are too long
|
|
@ -339,4 +339,18 @@ $(function()
|
|||
// 下拉选择组件初始化
|
||||
SelectChosenInit();
|
||||
});
|
||||
// cookie域名移除
|
||||
$(document).on('click', '.domain-multilingual-list .delete-submit', function()
|
||||
{
|
||||
var $parent = $(this).parents('li');
|
||||
AMUI.dialog.confirm({
|
||||
title: window['lang_reminder_title'] || '温馨提示',
|
||||
content: window['lang_remove_confirm_tips'] || '移除后保存生效、确认继续吗?',
|
||||
onConfirm: function(options)
|
||||
{
|
||||
$parent.remove();
|
||||
},
|
||||
onCancel: function(){}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
@ -392,6 +392,8 @@ table.am-table .am-btn-default,
|
|||
background-color: #5e5e5e;
|
||||
}
|
||||
iframe,
|
||||
form.am-form-popup-fixed .am-form-popup-submit, form.am-form-popup-sticky .am-form-popup-submit,
|
||||
.am-table-scrollable-horizontal > .am-table > thead > tr th,
|
||||
.am-table-scrollable-horizontal .am-table tr th,
|
||||
.form-table-search,
|
||||
.am-table-scrollable-horizontal .am-table tr td.am-grid-fixed-left,
|
||||
|
|
@ -768,6 +770,10 @@ ul.plug-file-upload-view li {
|
|||
}
|
||||
.form-bottom-nav-fixed {
|
||||
background: #242424;
|
||||
}
|
||||
.form-bottom-nav-fixed,
|
||||
form.am-form-popup-fixed .am-form-popup-submit,
|
||||
form.am-form-popup-sticky .am-form-popup-submit {
|
||||
border-top: 0.1rem solid #2b2b2b;
|
||||
}
|
||||
.admin-sidebar-list li a {
|
||||
|
|
@ -857,25 +863,38 @@ ul.plug-file-upload-view li {
|
|||
/**
|
||||
* 滚动条样式
|
||||
*/
|
||||
::-webkit-scrollbar-track-piece {
|
||||
body ::-webkit-scrollbar {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
}
|
||||
body ::-webkit-scrollbar-button,
|
||||
body ::-webkit-scrollbar-button:vertical {
|
||||
display: none;
|
||||
}
|
||||
body ::-webkit-scrollbar-track,
|
||||
body ::-webkit-scrollbar-track:vertical {
|
||||
background-color: black;
|
||||
}
|
||||
body ::-webkit-scrollbar-track-piece {
|
||||
background-color: #191919;
|
||||
}
|
||||
::-webkit-scrollbar-track-piece {
|
||||
body ::-webkit-scrollbar-track-piece {
|
||||
border-top: 0.1rem solid rgba(0,0,0,.01);
|
||||
}
|
||||
::-webkit-scrollbar-thumb,
|
||||
::-webkit-scrollbar-thumb:vertical {
|
||||
body ::-webkit-scrollbar-thumb,
|
||||
body ::-webkit-scrollbar-thumb:vertical {
|
||||
margin-right: 1rem;
|
||||
background-color: #353535;
|
||||
}
|
||||
::-webkit-scrollbar-thumb:hover,
|
||||
::-webkit-scrollbar-thumb:vertical:hover {
|
||||
body ::-webkit-scrollbar-thumb:hover,
|
||||
body ::-webkit-scrollbar-thumb:vertical:hover {
|
||||
background-color: #444;
|
||||
}
|
||||
::-webkit-scrollbar-corner,
|
||||
::-webkit-scrollbar-corner:vertical {
|
||||
body ::-webkit-scrollbar-corner,
|
||||
body ::-webkit-scrollbar-corner:vertical {
|
||||
background-color: #353535;
|
||||
}
|
||||
::-webkit-scrollbar-resizer,
|
||||
::-webkit-scrollbar-resizer:vertical {
|
||||
body ::-webkit-scrollbar-resizer,
|
||||
body ::-webkit-scrollbar-resizer:vertical {
|
||||
background-color: #ff6e00;
|
||||
}
|
||||
|
|
@ -1349,7 +1349,6 @@ ul.am-dropdown-content>li>a:focus {
|
|||
|
||||
.footer-base-content .am-footer-miscs {
|
||||
padding: 0.5rem 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.footer-base-content b {
|
||||
|
|
|
|||
|
|
@ -216,7 +216,6 @@ ul, li, ol {list-style: none;}
|
|||
}
|
||||
.floor .goods-list { padding-left: 0; width: 100%;}
|
||||
.floor .word { padding: 1rem; }
|
||||
.floor .word .outer { width: calc(33% - 1.2rem); }
|
||||
.floor .aggregation {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue