完成选择门店静态页面

This commit is contained in:
2025-04-25 14:38:21 +08:00
parent d85ec0e861
commit b3fbfd4f0f
110 changed files with 2865 additions and 646 deletions

View File

@ -138,6 +138,18 @@ page {
.mb30 {
margin-bottom: 30rpx;
}
.mx20 {
margin: 0 20rpx;
}
.mx24 {
margin: 0 24rpx;
}
.px24 {
padding: 0 24rpx;
}
.px40 {
padding: 0 40rpx;
}
/* 定义常用的弹性布局 */
.wrap {
flex-wrap: wrap;
@ -219,6 +231,12 @@ page {
.br60 {
border-radius: 60rpx;
}
.br24 {
border-radius: 24rpx;
}
.br16 {
border-radius: 16rpx;
}
/* 初始化按钮 */
page button {
padding: 0;
@ -355,6 +373,9 @@ checkbox .uni-checkbox-input.uni-checkbox-input-checked {
checkbox .uni-checkbox-input.uni-checkbox-input-checked::before {
font-size: 35rpx;
}
.w-full {
width: 100%;
}
.bold-500 {
font-weight: 500;
}
@ -370,6 +391,21 @@ checkbox .uni-checkbox-input.uni-checkbox-input-checked::before {
.bold-900 {
font-weight: 900;
}
.text-gray {
color: #86909C;
}
.text-333 {
color: #333;
}
.text-999 {
color: #999;
}
.text-default {
color: #254062;
}
.bg-default {
background-color: #254062;
}
/*每个页面公共css */
.u-relative,
.u-rela {
@ -3489,22 +3525,4 @@ page {
/* end-微信小程序编译后页面有组件名的元素,特别处理--end */
/* start--头条小程序编译后页面有组件名的元素,特别处理--start */
/* end-头条小程序编译后页面有组件名的元素,特别处理--end */
.w-full {
width: 100%;
}
.text-default {
color: #254062;
}
.text-gray {
color: #86909C;
}
.text-999 {
color: #999;
}
.bg-default {
background-color: #254062;
}
.mx-20 {
margin: 0 20rpx;
}

View File

@ -105,11 +105,11 @@
/******/
/******/
/******/ // mini-css-extract-plugin CSS loading
/******/ var cssChunks = {"components/uview-ui/components/u-button/u-button":1,"components/uview-ui/components/u-icon/u-icon":1,"components/uview-ui/components/u-image/u-image":1,"components/uview-ui/components/u-swiper/u-swiper":1,"components/mobile-login/mobile-login":1,"components/mplogin/mplogin":1,"components/uview-ui/components/u-checkbox/u-checkbox":1,"components/uview-ui/components/u-form-item/u-form-item":1,"components/uview-ui/components/u-input/u-input":1,"components/uview-ui/components/u-form/u-form":1,"components/uview-ui/components/u-verification-code/u-verification-code":1,"components/uview-ui/components/u-parse/u-parse":1,"components/uview-ui/components/u-popup/u-popup":1,"components/uview-ui/components/u-parse/libs/trees":1,"components/uview-ui/components/u-mask/u-mask":1};
/******/ var cssChunks = {"components/uview-ui/components/u-button/u-button":1,"components/uview-ui/components/u-icon/u-icon":1,"components/uview-ui/components/u-image/u-image":1,"components/uview-ui/components/u-swiper/u-swiper":1,"components/mobile-login/mobile-login":1,"components/mplogin/mplogin":1,"components/uview-ui/components/u-checkbox/u-checkbox":1,"components/uview-ui/components/u-form-item/u-form-item":1,"components/uview-ui/components/u-input/u-input":1,"components/uview-ui/components/u-form/u-form":1,"components/uview-ui/components/u-verification-code/u-verification-code":1,"components/uview-ui/components/u-parse/u-parse":1,"components/uview-ui/components/u-tag/u-tag":1,"components/uview-ui/components/u-popup/u-popup":1,"components/uview-ui/components/u-parse/libs/trees":1,"components/uview-ui/components/u-mask/u-mask":1};
/******/ if(installedCssChunks[chunkId]) promises.push(installedCssChunks[chunkId]);
/******/ else if(installedCssChunks[chunkId] !== 0 && cssChunks[chunkId]) {
/******/ promises.push(installedCssChunks[chunkId] = new Promise(function(resolve, reject) {
/******/ var href = "" + ({"components/uview-ui/components/u-button/u-button":"components/uview-ui/components/u-button/u-button","components/uview-ui/components/u-icon/u-icon":"components/uview-ui/components/u-icon/u-icon","components/uview-ui/components/u-image/u-image":"components/uview-ui/components/u-image/u-image","components/uview-ui/components/u-swiper/u-swiper":"components/uview-ui/components/u-swiper/u-swiper","components/mobile-login/mobile-login":"components/mobile-login/mobile-login","components/mplogin/mplogin":"components/mplogin/mplogin","components/uview-ui/components/u-checkbox/u-checkbox":"components/uview-ui/components/u-checkbox/u-checkbox","components/uview-ui/components/u-form-item/u-form-item":"components/uview-ui/components/u-form-item/u-form-item","components/uview-ui/components/u-input/u-input":"components/uview-ui/components/u-input/u-input","components/uview-ui/components/u-form/u-form":"components/uview-ui/components/u-form/u-form","components/uview-ui/components/u-verification-code/u-verification-code":"components/uview-ui/components/u-verification-code/u-verification-code","components/uview-ui/components/u-parse/u-parse":"components/uview-ui/components/u-parse/u-parse","components/uview-ui/components/u-popup/u-popup":"components/uview-ui/components/u-popup/u-popup","components/uview-ui/components/u-parse/libs/trees":"components/uview-ui/components/u-parse/libs/trees","components/uview-ui/components/u-mask/u-mask":"components/uview-ui/components/u-mask/u-mask"}[chunkId]||chunkId) + ".acss";
/******/ var href = "" + ({"components/uview-ui/components/u-button/u-button":"components/uview-ui/components/u-button/u-button","components/uview-ui/components/u-icon/u-icon":"components/uview-ui/components/u-icon/u-icon","components/uview-ui/components/u-image/u-image":"components/uview-ui/components/u-image/u-image","components/uview-ui/components/u-swiper/u-swiper":"components/uview-ui/components/u-swiper/u-swiper","components/mobile-login/mobile-login":"components/mobile-login/mobile-login","components/mplogin/mplogin":"components/mplogin/mplogin","components/uview-ui/components/u-checkbox/u-checkbox":"components/uview-ui/components/u-checkbox/u-checkbox","components/uview-ui/components/u-form-item/u-form-item":"components/uview-ui/components/u-form-item/u-form-item","components/uview-ui/components/u-input/u-input":"components/uview-ui/components/u-input/u-input","components/uview-ui/components/u-form/u-form":"components/uview-ui/components/u-form/u-form","components/uview-ui/components/u-verification-code/u-verification-code":"components/uview-ui/components/u-verification-code/u-verification-code","components/uview-ui/components/u-parse/u-parse":"components/uview-ui/components/u-parse/u-parse","components/uview-ui/components/u-tag/u-tag":"components/uview-ui/components/u-tag/u-tag","components/uview-ui/components/u-popup/u-popup":"components/uview-ui/components/u-popup/u-popup","components/uview-ui/components/u-parse/libs/trees":"components/uview-ui/components/u-parse/libs/trees","components/uview-ui/components/u-mask/u-mask":"components/uview-ui/components/u-mask/u-mask"}[chunkId]||chunkId) + ".acss";
/******/ var fullhref = __webpack_require__.p + href;
/******/ var existingLinkTags = document.getElementsByTagName("link");
/******/ for(var i = 0; i < existingLinkTags.length; i++) {

View File

@ -13547,7 +13547,7 @@ function setTabbar() {
}
// 忽略登录和tabbar页面路径
var tabbarList = ["pages/shop_cart/shop_cart", "pages/user/user", "pages/index/index", "pages/sort/sort", "pages/login/fast", "pages/signin/signin"];
var tabbarList = ["pages/shop_cart/shop_cart", "pages/user/user", "pages/index/index", "pages/sort/sort", "pages/store/choose_store"];
// 登录注册相关
exports.tabbarList = tabbarList;
var acountList = ["pages/login/login", "pages/forget_pwd/forget_pwd", "pages/register/register"];
@ -16488,7 +16488,21 @@ exports.default = _default;
/* 202 */,
/* 203 */,
/* 204 */,
/* 205 */
/* 205 */,
/* 206 */,
/* 207 */,
/* 208 */,
/* 209 */,
/* 210 */,
/* 211 */,
/* 212 */,
/* 213 */,
/* 214 */,
/* 215 */,
/* 216 */,
/* 217 */,
/* 218 */,
/* 219 */
/*!*****************************************************************************!*\
!*** D:/Hbuilder/Project/jianbing/components/uview-ui/libs/util/emitter.js ***!
\*****************************************************************************/
@ -16556,7 +16570,7 @@ var _default = {
exports.default = _default;
/***/ }),
/* 206 */
/* 220 */
/*!*************************************************************************************!*\
!*** D:/Hbuilder/Project/jianbing/components/uview-ui/libs/util/async-validator.js ***!
\*************************************************************************************/
@ -17734,10 +17748,10 @@ Schema.warning = warning;
Schema.messages = messages;
var _default = Schema;
exports.default = _default;
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/node-libs-browser/mock/process.js */ 207)))
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/node-libs-browser/mock/process.js */ 221)))
/***/ }),
/* 207 */
/* 221 */
/*!********************************************************!*\
!*** ./node_modules/node-libs-browser/mock/process.js ***!
\********************************************************/
@ -17768,7 +17782,7 @@ exports.binding = function (name) {
var path;
exports.cwd = function () { return cwd };
exports.chdir = function (dir) {
if (!path) path = __webpack_require__(/*! path */ 208);
if (!path) path = __webpack_require__(/*! path */ 222);
cwd = path.resolve(dir, cwd);
};
})();
@ -17781,7 +17795,7 @@ exports.features = {};
/***/ }),
/* 208 */
/* 222 */
/*!***********************************************!*\
!*** ./node_modules/path-browserify/index.js ***!
\***********************************************/
@ -18091,23 +18105,9 @@ var substr = 'ab'.substr(-1) === 'b'
}
;
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../node-libs-browser/mock/process.js */ 207)))
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../node-libs-browser/mock/process.js */ 221)))
/***/ }),
/* 209 */,
/* 210 */,
/* 211 */,
/* 212 */,
/* 213 */,
/* 214 */,
/* 215 */,
/* 216 */,
/* 217 */,
/* 218 */,
/* 219 */,
/* 220 */,
/* 221 */,
/* 222 */,
/* 223 */,
/* 224 */,
/* 225 */,
@ -18115,7 +18115,21 @@ var substr = 'ab'.substr(-1) === 'b'
/* 227 */,
/* 228 */,
/* 229 */,
/* 230 */
/* 230 */,
/* 231 */,
/* 232 */,
/* 233 */,
/* 234 */,
/* 235 */,
/* 236 */,
/* 237 */,
/* 238 */,
/* 239 */,
/* 240 */,
/* 241 */,
/* 242 */,
/* 243 */,
/* 244 */
/*!************************************************************************************************!*\
!*** D:/Hbuilder/Project/jianbing/components/uview-ui/components/u-parse/libs/MpHtmlParser.js ***!
\************************************************************************************************/
@ -18129,9 +18143,9 @@ var substr = 'ab'.substr(-1) === 'b'
* @author JinYufeng
* @listens MIT
*/
var cfg = __webpack_require__(/*! ./config.js */ 231),
var cfg = __webpack_require__(/*! ./config.js */ 245),
blankChar = cfg.blankChar,
CssHandler = __webpack_require__(/*! ./CssHandler.js */ 232),
CssHandler = __webpack_require__(/*! ./CssHandler.js */ 246),
windowWidth = uni.getSystemInfoSync().windowWidth;
var emoji;
function MpHtmlParser(data) {
@ -18694,7 +18708,7 @@ module.exports = MpHtmlParser;
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-alipay/dist/index.js */ 1)["default"]))
/***/ }),
/* 231 */
/* 245 */
/*!******************************************************************************************!*\
!*** D:/Hbuilder/Project/jianbing/components/uview-ui/components/u-parse/libs/config.js ***!
\******************************************************************************************/
@ -18768,14 +18782,14 @@ function makeMap(str) {
module.exports = cfg;
/***/ }),
/* 232 */
/* 246 */
/*!**********************************************************************************************!*\
!*** D:/Hbuilder/Project/jianbing/components/uview-ui/components/u-parse/libs/CssHandler.js ***!
\**********************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
var cfg = __webpack_require__(/*! ./config.js */ 231),
var cfg = __webpack_require__(/*! ./config.js */ 245),
isLetter = function isLetter(c) {
return c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z';
};