diff --git a/App.vue b/App.vue index 6a1c021e..fab58a33 100644 --- a/App.vue +++ b/App.vue @@ -6,13 +6,13 @@ // 基础配置 // 数据接口请求地址 // request_url: 'https://new.shopxo.vip/', - request_url: 'https://d1.shopxo.vip/', - // request_url: 'http://shopxo.com/', + // request_url: 'https://d1.shopxo.vip/', + request_url: 'http://shopxo.com/', // 静态资源地址(如系统根目录不在public目录下面请在静态地址后面加public目录、如:https://d1.shopxo.vip/public/) // static_url: 'https://new.shopxo.vip/', - static_url: 'https://d1.shopxo.vip/', - // static_url: 'http://shopxo.com/', + // static_url: 'https://d1.shopxo.vip/', + static_url: 'http://shopxo.com/', // 系统类型(默认default、如额外独立小程序、可与程序分身插件实现不同主体小程序及支付独立) system_type: 'default', diff --git a/common/css/page.css b/common/css/page.css index 8925d214..7f834b6c 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -314,6 +314,20 @@ button:before { padding: 40rpx 90rpx; background-color: #fff; box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); +} + +/** + * 底部右侧浮动+号 + */ +.buttom-right-submit { + position: fixed; + bottom: 50rpx; + right: 50rpx; + width: 100rpx; + height: 100rpx; + line-height: 86rpx; + box-shadow: 0 0 10px 2px #c4c4c4; + font-size: 76rpx; } /** diff --git a/components/search/search.vue b/components/search/search.vue index d8488b8b..605b5420 100644 --- a/components/search/search.vue +++ b/components/search/search.vue @@ -1,13 +1,13 @@