Merge remote-tracking branch 'origin/master'
79
unpackage/dist/dev/mp-alipay/addProduct.js
vendored
Normal file
|
@ -0,0 +1,79 @@
|
|||
"use strict";
|
||||
const common_vendor = require("./common/vendor.js");
|
||||
const utils_emitter = require("./utils/emitter.js");
|
||||
const api_request = require("./api/request.js");
|
||||
const _sfc_main = {
|
||||
__name: "addProduct",
|
||||
setup(__props) {
|
||||
const productBrief = common_vendor.ref({});
|
||||
const quantity = common_vendor.ref(1);
|
||||
const userInfo = common_vendor.ref({});
|
||||
common_vendor.onMounted(() => {
|
||||
utils_emitter.emitter.on("product", (val) => {
|
||||
productBrief.value = val;
|
||||
});
|
||||
});
|
||||
common_vendor.onShow(() => {
|
||||
userInfo.value = wx.getStorageSync("userInfo");
|
||||
});
|
||||
const close = () => {
|
||||
utils_emitter.emitter.emit("close");
|
||||
};
|
||||
const addCart = async () => {
|
||||
console.log("商品brief-->", productBrief.value);
|
||||
console.log("用户信息-->", userInfo.value);
|
||||
const res = await common_vendor.index.request({
|
||||
url: api_request.baseUrl + "/cart/add",
|
||||
method: "POST",
|
||||
header: {
|
||||
cookie: wx.getStorageSync("cookie")
|
||||
},
|
||||
data: {
|
||||
userId: userInfo.value.id,
|
||||
goodId: productBrief.value.id,
|
||||
quantity: quantity.value,
|
||||
subtotal: productBrief.value.price * quantity.value,
|
||||
isGoodType: productBrief.value.isGoodType
|
||||
}
|
||||
});
|
||||
if (res.data.code === 1) {
|
||||
common_vendor.index.showToast({
|
||||
icon: "success",
|
||||
title: "加入购物车成功"
|
||||
});
|
||||
close();
|
||||
} else {
|
||||
console.log("失败原因-->", res.data);
|
||||
common_vendor.index.showToast({
|
||||
icon: "error",
|
||||
title: "请求失败"
|
||||
});
|
||||
return;
|
||||
}
|
||||
};
|
||||
const decrease = () => {
|
||||
if (quantity.value > 0) {
|
||||
quantity.value -= 1;
|
||||
}
|
||||
};
|
||||
const increase = () => {
|
||||
if (quantity.value <= productBrief.value.inventory) {
|
||||
quantity.value += 1;
|
||||
}
|
||||
};
|
||||
return (_ctx, _cache) => {
|
||||
return {
|
||||
a: productBrief.value.goodImg,
|
||||
b: common_vendor.t(productBrief.value.price),
|
||||
c: common_vendor.t(productBrief.value.name),
|
||||
d: common_vendor.o(($event) => close()),
|
||||
e: common_vendor.o(decrease),
|
||||
f: common_vendor.t(quantity.value),
|
||||
g: common_vendor.o(increase),
|
||||
h: common_vendor.o(addCart)
|
||||
};
|
||||
};
|
||||
}
|
||||
};
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-ac6f555c"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/component/addProduct.vue"]]);
|
||||
exports.MiniProgramPage = MiniProgramPage;
|
3
unpackage/dist/dev/mp-alipay/api/request.js
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
"use strict";
|
||||
const baseUrl = "http://localhost:9092/api";
|
||||
exports.baseUrl = baseUrl;
|
BIN
unpackage/dist/dev/mp-alipay/assets/add.c73b1e4b.png
vendored
Normal file
After Width: | Height: | Size: 688 B |
BIN
unpackage/dist/dev/mp-alipay/assets/add.dace8cf5.png
vendored
Normal file
After Width: | Height: | Size: 657 B |
BIN
unpackage/dist/dev/mp-alipay/assets/address.e91cc3a1.png
vendored
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/avator.7ac17437.png
vendored
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/background.27d7292c.png
vendored
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/choose.f501b5d4.png
vendored
Normal file
After Width: | Height: | Size: 911 B |
BIN
unpackage/dist/dev/mp-alipay/assets/choosed.ea32c69c.png
vendored
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/daifahuo.8369326b.png
vendored
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/daishouhuo.ff694766.png
vendored
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/dec.1cf16d78.png
vendored
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/denglong.a91d13af.png
vendored
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/dingdan.6b4043d6.png
vendored
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/dingwei.69908177.png
vendored
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/dingwei.a57a6fb6.png
vendored
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/haibao.2883ea9c.png
vendored
Normal file
After Width: | Height: | Size: 988 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/kefu.eef0848c.png
vendored
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/left.ddabbcdb.png
vendored
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/lianxiren_s.17e4954c.png
vendored
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/product.72fb10c1.png
vendored
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/product.7900e336.png
vendored
Normal file
After Width: | Height: | Size: 101 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/product.d45a003d.png
vendored
Normal file
After Width: | Height: | Size: 104 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/productimg.a8fe2d32.png
vendored
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/pull.902be841.png
vendored
Normal file
After Width: | Height: | Size: 308 B |
BIN
unpackage/dist/dev/mp-alipay/assets/qianbao.bbfd6c3d.png
vendored
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/right.99910151.png
vendored
Normal file
After Width: | Height: | Size: 946 B |
BIN
unpackage/dist/dev/mp-alipay/assets/rili.7746043b.png
vendored
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/rmb.6e85dd4a.png
vendored
Normal file
After Width: | Height: | Size: 545 B |
BIN
unpackage/dist/dev/mp-alipay/assets/rmb.dd886a2c.png
vendored
Normal file
After Width: | Height: | Size: 551 B |
BIN
unpackage/dist/dev/mp-alipay/assets/rmb_32.6ba70d59.png
vendored
Normal file
After Width: | Height: | Size: 555 B |
BIN
unpackage/dist/dev/mp-alipay/assets/rmb_36px.929d25f5.png
vendored
Normal file
After Width: | Height: | Size: 624 B |
BIN
unpackage/dist/dev/mp-alipay/assets/rmb_cheng.03ace464.png
vendored
Normal file
After Width: | Height: | Size: 663 B |
BIN
unpackage/dist/dev/mp-alipay/assets/rmb_huang.28b44dfc.png
vendored
Normal file
After Width: | Height: | Size: 679 B |
BIN
unpackage/dist/dev/mp-alipay/assets/selected.c24e4f58.png
vendored
Normal file
After Width: | Height: | Size: 895 B |
BIN
unpackage/dist/dev/mp-alipay/assets/setting_s.3e5c5149.png
vendored
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/shizi.dd0347ec.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/short.2191a0bf.png
vendored
Normal file
After Width: | Height: | Size: 494 B |
BIN
unpackage/dist/dev/mp-alipay/assets/short.be252386.png
vendored
Normal file
After Width: | Height: | Size: 482 B |
BIN
unpackage/dist/dev/mp-alipay/assets/show1.6119e6ca.png
vendored
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/show2.6ef01c5d.png
vendored
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/show3.4b906849.png
vendored
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/show4.00c949b6.png
vendored
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/sousuokuang.6160c4c7.png
vendored
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/success.3df77989.png
vendored
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/tianjia.187834c9.png
vendored
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/tuikuan.d34aac5f.png
vendored
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/xian.51ee54bc.png
vendored
Normal file
After Width: | Height: | Size: 145 B |
BIN
unpackage/dist/dev/mp-alipay/assets/xian2.316f0e4c.png
vendored
Normal file
After Width: | Height: | Size: 145 B |
BIN
unpackage/dist/dev/mp-alipay/assets/xuanchuan.f0fc207c.png
vendored
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
unpackage/dist/dev/mp-alipay/assets/yiwen.9096364a.png
vendored
Normal file
After Width: | Height: | Size: 692 B |
BIN
unpackage/dist/dev/mp-alipay/assets/you.60391a00.png
vendored
Normal file
After Width: | Height: | Size: 608 B |
BIN
unpackage/dist/dev/mp-alipay/assets/you.70a370f0.png
vendored
Normal file
After Width: | Height: | Size: 542 B |
BIN
unpackage/dist/dev/mp-alipay/assets/you_cheng.a0b56a7d.png
vendored
Normal file
After Width: | Height: | Size: 492 B |
BIN
unpackage/dist/dev/mp-alipay/assets/you_hei.f7b3f203.png
vendored
Normal file
After Width: | Height: | Size: 356 B |
478
unpackage/dist/dev/mp-alipay/pages/Shopping-cart/Phone/Phone.acss
vendored
Normal file
|
@ -0,0 +1,478 @@
|
|||
/* 水平间距 */
|
||||
/* 水平间距 */
|
||||
/************************************************************
|
||||
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
|
||||
** 否则页面将无法正常显示 **
|
||||
************************************************************/
|
||||
html.data-v-6d058dc0 {
|
||||
font-size: 16px;
|
||||
}
|
||||
body.data-v-6d058dc0 {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
|
||||
'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
view.data-v-6d058dc0,
|
||||
image.data-v-6d058dc0,
|
||||
text.data-v-6d058dc0 {
|
||||
box-sizing: border-box;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
#app.data-v-6d058dc0 {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
.flex-row.data-v-6d058dc0 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.flex-col.data-v-6d058dc0 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.justify-start.data-v-6d058dc0 {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.justify-end.data-v-6d058dc0 {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.justify-center.data-v-6d058dc0 {
|
||||
justify-content: center;
|
||||
}
|
||||
.justify-between.data-v-6d058dc0 {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.justify-around.data-v-6d058dc0 {
|
||||
justify-content: space-around;
|
||||
}
|
||||
.justify-evenly.data-v-6d058dc0 {
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
.items-start.data-v-6d058dc0 {
|
||||
align-items: flex-start;
|
||||
}
|
||||
.items-end.data-v-6d058dc0 {
|
||||
align-items: flex-end;
|
||||
}
|
||||
.items-center.data-v-6d058dc0 {
|
||||
align-items: center;
|
||||
}
|
||||
.items-baseline.data-v-6d058dc0 {
|
||||
align-items: baseline;
|
||||
}
|
||||
.items-stretch.data-v-6d058dc0 {
|
||||
align-items: stretch;
|
||||
}
|
||||
.self-start.data-v-6d058dc0 {
|
||||
align-self: flex-start;
|
||||
}
|
||||
.self-end.data-v-6d058dc0 {
|
||||
align-self: flex-end;
|
||||
}
|
||||
.self-center.data-v-6d058dc0 {
|
||||
align-self: center;
|
||||
}
|
||||
.self-baseline.data-v-6d058dc0 {
|
||||
align-self: baseline;
|
||||
}
|
||||
.self-stretch.data-v-6d058dc0 {
|
||||
align-self: stretch;
|
||||
}
|
||||
.flex-1.data-v-6d058dc0 {
|
||||
flex: 1 1 0%;
|
||||
}
|
||||
.flex-auto.data-v-6d058dc0 {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.grow.data-v-6d058dc0 {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.grow-0.data-v-6d058dc0 {
|
||||
flex-grow: 0;
|
||||
}
|
||||
.shrink.data-v-6d058dc0 {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
.shrink-0.data-v-6d058dc0 {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.relative.data-v-6d058dc0 {
|
||||
position: relative;
|
||||
}
|
||||
.ml-2.data-v-6d058dc0 {
|
||||
margin-left: 3.75rpx;
|
||||
}
|
||||
.mt-2.data-v-6d058dc0 {
|
||||
margin-top: 3.75rpx;
|
||||
}
|
||||
.ml-4.data-v-6d058dc0 {
|
||||
margin-left: 7.5rpx;
|
||||
}
|
||||
.mt-4.data-v-6d058dc0 {
|
||||
margin-top: 7.5rpx;
|
||||
}
|
||||
.ml-6.data-v-6d058dc0 {
|
||||
margin-left: 11.25rpx;
|
||||
}
|
||||
.mt-6.data-v-6d058dc0 {
|
||||
margin-top: 11.25rpx;
|
||||
}
|
||||
.ml-8.data-v-6d058dc0 {
|
||||
margin-left: 15rpx;
|
||||
}
|
||||
.mt-8.data-v-6d058dc0 {
|
||||
margin-top: 15rpx;
|
||||
}
|
||||
.ml-10.data-v-6d058dc0 {
|
||||
margin-left: 18.75rpx;
|
||||
}
|
||||
.mt-10.data-v-6d058dc0 {
|
||||
margin-top: 18.75rpx;
|
||||
}
|
||||
.ml-12.data-v-6d058dc0 {
|
||||
margin-left: 22.5rpx;
|
||||
}
|
||||
.mt-12.data-v-6d058dc0 {
|
||||
margin-top: 22.5rpx;
|
||||
}
|
||||
.ml-14.data-v-6d058dc0 {
|
||||
margin-left: 26.25rpx;
|
||||
}
|
||||
.mt-14.data-v-6d058dc0 {
|
||||
margin-top: 26.25rpx;
|
||||
}
|
||||
.ml-16.data-v-6d058dc0 {
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
.mt-16.data-v-6d058dc0 {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
.ml-18.data-v-6d058dc0 {
|
||||
margin-left: 33.75rpx;
|
||||
}
|
||||
.mt-18.data-v-6d058dc0 {
|
||||
margin-top: 33.75rpx;
|
||||
}
|
||||
.ml-20.data-v-6d058dc0 {
|
||||
margin-left: 37.5rpx;
|
||||
}
|
||||
.mt-20.data-v-6d058dc0 {
|
||||
margin-top: 37.5rpx;
|
||||
}
|
||||
.ml-22.data-v-6d058dc0 {
|
||||
margin-left: 41.25rpx;
|
||||
}
|
||||
.mt-22.data-v-6d058dc0 {
|
||||
margin-top: 41.25rpx;
|
||||
}
|
||||
.ml-24.data-v-6d058dc0 {
|
||||
margin-left: 45rpx;
|
||||
}
|
||||
.mt-24.data-v-6d058dc0 {
|
||||
margin-top: 45rpx;
|
||||
}
|
||||
.ml-26.data-v-6d058dc0 {
|
||||
margin-left: 48.75rpx;
|
||||
}
|
||||
.mt-26.data-v-6d058dc0 {
|
||||
margin-top: 48.75rpx;
|
||||
}
|
||||
.ml-28.data-v-6d058dc0 {
|
||||
margin-left: 52.5rpx;
|
||||
}
|
||||
.mt-28.data-v-6d058dc0 {
|
||||
margin-top: 52.5rpx;
|
||||
}
|
||||
.ml-30.data-v-6d058dc0 {
|
||||
margin-left: 56.25rpx;
|
||||
}
|
||||
.mt-30.data-v-6d058dc0 {
|
||||
margin-top: 56.25rpx;
|
||||
}
|
||||
.ml-32.data-v-6d058dc0 {
|
||||
margin-left: 60rpx;
|
||||
}
|
||||
.mt-32.data-v-6d058dc0 {
|
||||
margin-top: 60rpx;
|
||||
}
|
||||
.ml-34.data-v-6d058dc0 {
|
||||
margin-left: 63.75rpx;
|
||||
}
|
||||
.mt-34.data-v-6d058dc0 {
|
||||
margin-top: 63.75rpx;
|
||||
}
|
||||
.ml-36.data-v-6d058dc0 {
|
||||
margin-left: 67.5rpx;
|
||||
}
|
||||
.mt-36.data-v-6d058dc0 {
|
||||
margin-top: 67.5rpx;
|
||||
}
|
||||
.ml-38.data-v-6d058dc0 {
|
||||
margin-left: 71.25rpx;
|
||||
}
|
||||
.mt-38.data-v-6d058dc0 {
|
||||
margin-top: 71.25rpx;
|
||||
}
|
||||
.ml-40.data-v-6d058dc0 {
|
||||
margin-left: 75rpx;
|
||||
}
|
||||
.mt-40.data-v-6d058dc0 {
|
||||
margin-top: 75rpx;
|
||||
}
|
||||
.ml-42.data-v-6d058dc0 {
|
||||
margin-left: 78.75rpx;
|
||||
}
|
||||
.mt-42.data-v-6d058dc0 {
|
||||
margin-top: 78.75rpx;
|
||||
}
|
||||
.ml-44.data-v-6d058dc0 {
|
||||
margin-left: 82.5rpx;
|
||||
}
|
||||
.mt-44.data-v-6d058dc0 {
|
||||
margin-top: 82.5rpx;
|
||||
}
|
||||
.ml-46.data-v-6d058dc0 {
|
||||
margin-left: 86.25rpx;
|
||||
}
|
||||
.mt-46.data-v-6d058dc0 {
|
||||
margin-top: 86.25rpx;
|
||||
}
|
||||
.ml-48.data-v-6d058dc0 {
|
||||
margin-left: 90rpx;
|
||||
}
|
||||
.mt-48.data-v-6d058dc0 {
|
||||
margin-top: 90rpx;
|
||||
}
|
||||
.ml-50.data-v-6d058dc0 {
|
||||
margin-left: 93.75rpx;
|
||||
}
|
||||
.mt-50.data-v-6d058dc0 {
|
||||
margin-top: 93.75rpx;
|
||||
}
|
||||
.ml-52.data-v-6d058dc0 {
|
||||
margin-left: 97.5rpx;
|
||||
}
|
||||
.mt-52.data-v-6d058dc0 {
|
||||
margin-top: 97.5rpx;
|
||||
}
|
||||
.ml-54.data-v-6d058dc0 {
|
||||
margin-left: 101.25rpx;
|
||||
}
|
||||
.mt-54.data-v-6d058dc0 {
|
||||
margin-top: 101.25rpx;
|
||||
}
|
||||
.ml-56.data-v-6d058dc0 {
|
||||
margin-left: 105rpx;
|
||||
}
|
||||
.mt-56.data-v-6d058dc0 {
|
||||
margin-top: 105rpx;
|
||||
}
|
||||
.ml-58.data-v-6d058dc0 {
|
||||
margin-left: 108.75rpx;
|
||||
}
|
||||
.mt-58.data-v-6d058dc0 {
|
||||
margin-top: 108.75rpx;
|
||||
}
|
||||
.ml-60.data-v-6d058dc0 {
|
||||
margin-left: 112.5rpx;
|
||||
}
|
||||
.mt-60.data-v-6d058dc0 {
|
||||
margin-top: 112.5rpx;
|
||||
}
|
||||
.ml-62.data-v-6d058dc0 {
|
||||
margin-left: 116.25rpx;
|
||||
}
|
||||
.mt-62.data-v-6d058dc0 {
|
||||
margin-top: 116.25rpx;
|
||||
}
|
||||
.ml-64.data-v-6d058dc0 {
|
||||
margin-left: 120rpx;
|
||||
}
|
||||
.mt-64.data-v-6d058dc0 {
|
||||
margin-top: 120rpx;
|
||||
}
|
||||
.ml-66.data-v-6d058dc0 {
|
||||
margin-left: 123.75rpx;
|
||||
}
|
||||
.mt-66.data-v-6d058dc0 {
|
||||
margin-top: 123.75rpx;
|
||||
}
|
||||
.ml-68.data-v-6d058dc0 {
|
||||
margin-left: 127.5rpx;
|
||||
}
|
||||
.mt-68.data-v-6d058dc0 {
|
||||
margin-top: 127.5rpx;
|
||||
}
|
||||
.ml-70.data-v-6d058dc0 {
|
||||
margin-left: 131.25rpx;
|
||||
}
|
||||
.mt-70.data-v-6d058dc0 {
|
||||
margin-top: 131.25rpx;
|
||||
}
|
||||
.ml-72.data-v-6d058dc0 {
|
||||
margin-left: 135rpx;
|
||||
}
|
||||
.mt-72.data-v-6d058dc0 {
|
||||
margin-top: 135rpx;
|
||||
}
|
||||
.ml-74.data-v-6d058dc0 {
|
||||
margin-left: 138.75rpx;
|
||||
}
|
||||
.mt-74.data-v-6d058dc0 {
|
||||
margin-top: 138.75rpx;
|
||||
}
|
||||
.ml-76.data-v-6d058dc0 {
|
||||
margin-left: 142.5rpx;
|
||||
}
|
||||
.mt-76.data-v-6d058dc0 {
|
||||
margin-top: 142.5rpx;
|
||||
}
|
||||
.ml-78.data-v-6d058dc0 {
|
||||
margin-left: 146.25rpx;
|
||||
}
|
||||
.mt-78.data-v-6d058dc0 {
|
||||
margin-top: 146.25rpx;
|
||||
}
|
||||
.ml-80.data-v-6d058dc0 {
|
||||
margin-left: 150rpx;
|
||||
}
|
||||
.mt-80.data-v-6d058dc0 {
|
||||
margin-top: 150rpx;
|
||||
}
|
||||
.ml-82.data-v-6d058dc0 {
|
||||
margin-left: 153.75rpx;
|
||||
}
|
||||
.mt-82.data-v-6d058dc0 {
|
||||
margin-top: 153.75rpx;
|
||||
}
|
||||
.ml-84.data-v-6d058dc0 {
|
||||
margin-left: 157.5rpx;
|
||||
}
|
||||
.mt-84.data-v-6d058dc0 {
|
||||
margin-top: 157.5rpx;
|
||||
}
|
||||
.ml-86.data-v-6d058dc0 {
|
||||
margin-left: 161.25rpx;
|
||||
}
|
||||
.mt-86.data-v-6d058dc0 {
|
||||
margin-top: 161.25rpx;
|
||||
}
|
||||
.ml-88.data-v-6d058dc0 {
|
||||
margin-left: 165rpx;
|
||||
}
|
||||
.mt-88.data-v-6d058dc0 {
|
||||
margin-top: 165rpx;
|
||||
}
|
||||
.ml-90.data-v-6d058dc0 {
|
||||
margin-left: 168.75rpx;
|
||||
}
|
||||
.mt-90.data-v-6d058dc0 {
|
||||
margin-top: 168.75rpx;
|
||||
}
|
||||
.ml-92.data-v-6d058dc0 {
|
||||
margin-left: 172.5rpx;
|
||||
}
|
||||
.mt-92.data-v-6d058dc0 {
|
||||
margin-top: 172.5rpx;
|
||||
}
|
||||
.ml-94.data-v-6d058dc0 {
|
||||
margin-left: 176.25rpx;
|
||||
}
|
||||
.mt-94.data-v-6d058dc0 {
|
||||
margin-top: 176.25rpx;
|
||||
}
|
||||
.ml-96.data-v-6d058dc0 {
|
||||
margin-left: 180rpx;
|
||||
}
|
||||
.mt-96.data-v-6d058dc0 {
|
||||
margin-top: 180rpx;
|
||||
}
|
||||
.ml-98.data-v-6d058dc0 {
|
||||
margin-left: 183.75rpx;
|
||||
}
|
||||
.mt-98.data-v-6d058dc0 {
|
||||
margin-top: 183.75rpx;
|
||||
}
|
||||
.ml-100.data-v-6d058dc0 {
|
||||
margin-left: 187.5rpx;
|
||||
}
|
||||
.mt-100.data-v-6d058dc0 {
|
||||
margin-top: 187.5rpx;
|
||||
}
|
||||
.mt-9.data-v-6d058dc0 {
|
||||
margin-top: 17.18rpx;
|
||||
}
|
||||
.ml-9.data-v-6d058dc0 {
|
||||
margin-left: 17.18rpx;
|
||||
}
|
||||
.mt-593.data-v-6d058dc0 {
|
||||
margin-top: 1131.68rpx;
|
||||
}
|
||||
.page.data-v-6d058dc0 {
|
||||
padding-top: 20.99rpx;
|
||||
background-color: #fffaf0;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
.list.data-v-6d058dc0 {
|
||||
padding: 0 20.99rpx;
|
||||
}
|
||||
.list-item.data-v-6d058dc0 {
|
||||
padding: 30.53rpx 15.27rpx 30.53rpx 22.9rpx;
|
||||
background-color: #ffffff;
|
||||
border-radius: 9.54rpx;
|
||||
border-left: solid 1.91rpx #818181;
|
||||
border-right: solid 1.91rpx #818181;
|
||||
border-top: solid 1.91rpx #818181;
|
||||
border-bottom: solid 1.91rpx #818181;
|
||||
}
|
||||
.list-item.data-v-6d058dc0:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
.font.data-v-6d058dc0 {
|
||||
font-size: 30.53rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 27.67rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.font_2.data-v-6d058dc0 {
|
||||
font-size: 30.53rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 22.44rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.text-wrapper.data-v-6d058dc0 {
|
||||
background-color: #ffbe55;
|
||||
border-radius: 9.54rpx;
|
||||
width: 70.61rpx;
|
||||
height: 32.44rpx;
|
||||
}
|
||||
.text.data-v-6d058dc0 {
|
||||
color: #ffffff;
|
||||
font-size: 22.9rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 21.07rpx;
|
||||
}
|
||||
.image.data-v-6d058dc0 {
|
||||
border-radius: 9.54rpx;
|
||||
width: 40.08rpx;
|
||||
height: 40.08rpx;
|
||||
}
|
||||
.section.data-v-6d058dc0 {
|
||||
padding: 17.18rpx 0;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.text-wrapper_2.data-v-6d058dc0 {
|
||||
padding: 26.72rpx 0 22.9rpx;
|
||||
background-color: #ffa948;
|
||||
border-radius: 47.71rpx;
|
||||
width: 629.77rpx;
|
||||
}
|
||||
.text_2.data-v-6d058dc0 {
|
||||
color: #ffffff;
|
||||
line-height: 28.24rpx;
|
||||
}
|
1
unpackage/dist/dev/mp-alipay/pages/Shopping-cart/Phone/Phone.axml
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<view class="flex-col page data-v-6d058dc0"><view class="flex-col list data-v-6d058dc0"><view a:for="{{a}}" a:for-item="item" a:key="a" class="flex-row justify-between items-center list-item mt-9 data-v-6d058dc0"><view class="flex-row items-center data-v-6d058dc0"><text class="font data-v-6d058dc0">张三</text><text class="font_2 ml-9 data-v-6d058dc0">15888610253</text><view class="flex-col justify-start items-center shrink-0 text-wrapper ml-9 data-v-6d058dc0"><text class="text data-v-6d058dc0">默认</text></view></view><view class="flex-row data-v-6d058dc0"><image class="image data-v-6d058dc0" src="https://ide.code.fun/api/image?token=6711f04f38a7c1001587de59&name=6ff8502391df0676ffa6f9a4c72cf204.png"/><image class="ml-12 image data-v-6d058dc0" src="https://ide.code.fun/api/image?token=6711f04f38a7c1001587de59&name=33bb1d0b853cc38a598105b3dab0d494.png"/></view></view></view><view class="flex-col justify-start items-center section mt-593 data-v-6d058dc0"><view class="flex-col justify-start items-center text-wrapper_2 data-v-6d058dc0"><text class="font text_2 data-v-6d058dc0">新增联系人</text></view></view></view>
|
14
unpackage/dist/dev/mp-alipay/pages/Shopping-cart/Phone/Phone.js
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
"use strict";
|
||||
const common_vendor = require("../../../common/vendor.js");
|
||||
const _sfc_main = {};
|
||||
function _sfc_render(_ctx, _cache) {
|
||||
return {
|
||||
a: common_vendor.f(_ctx.items, (item, index, i0) => {
|
||||
return {
|
||||
a: index
|
||||
};
|
||||
})
|
||||
};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-6d058dc0"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/Phone/Phone.vue"]]);
|
||||
my.createPage(MiniProgramPage);
|
5
unpackage/dist/dev/mp-alipay/pages/Shopping-cart/Phone/Phone.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"defaultTitle": "",
|
||||
"titleBarColor": "#a0522d",
|
||||
"usingComponents": {}
|
||||
}
|
517
unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct.acss
vendored
Normal file
|
@ -0,0 +1,517 @@
|
|||
/* 水平间距 */
|
||||
/* 水平间距 */
|
||||
/************************************************************
|
||||
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
|
||||
** 否则页面将无法正常显示 **
|
||||
************************************************************/
|
||||
html.data-v-ac6f555c {
|
||||
font-size: 16px;
|
||||
}
|
||||
body.data-v-ac6f555c {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
|
||||
'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
view.data-v-ac6f555c,
|
||||
image.data-v-ac6f555c,
|
||||
text.data-v-ac6f555c {
|
||||
box-sizing: border-box;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
#app.data-v-ac6f555c {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
.flex-row.data-v-ac6f555c {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.flex-col.data-v-ac6f555c {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.justify-start.data-v-ac6f555c {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.justify-end.data-v-ac6f555c {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.justify-center.data-v-ac6f555c {
|
||||
justify-content: center;
|
||||
}
|
||||
.justify-between.data-v-ac6f555c {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.justify-around.data-v-ac6f555c {
|
||||
justify-content: space-around;
|
||||
}
|
||||
.justify-evenly.data-v-ac6f555c {
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
.items-start.data-v-ac6f555c {
|
||||
align-items: flex-start;
|
||||
}
|
||||
.items-end.data-v-ac6f555c {
|
||||
align-items: flex-end;
|
||||
}
|
||||
.items-center.data-v-ac6f555c {
|
||||
align-items: center;
|
||||
}
|
||||
.items-baseline.data-v-ac6f555c {
|
||||
align-items: baseline;
|
||||
}
|
||||
.items-stretch.data-v-ac6f555c {
|
||||
align-items: stretch;
|
||||
}
|
||||
.self-start.data-v-ac6f555c {
|
||||
align-self: flex-start;
|
||||
}
|
||||
.self-end.data-v-ac6f555c {
|
||||
align-self: flex-end;
|
||||
}
|
||||
.self-center.data-v-ac6f555c {
|
||||
align-self: center;
|
||||
}
|
||||
.self-baseline.data-v-ac6f555c {
|
||||
align-self: baseline;
|
||||
}
|
||||
.self-stretch.data-v-ac6f555c {
|
||||
align-self: stretch;
|
||||
}
|
||||
.flex-1.data-v-ac6f555c {
|
||||
flex: 1 1 0%;
|
||||
}
|
||||
.flex-auto.data-v-ac6f555c {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.grow.data-v-ac6f555c {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.grow-0.data-v-ac6f555c {
|
||||
flex-grow: 0;
|
||||
}
|
||||
.shrink.data-v-ac6f555c {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
.shrink-0.data-v-ac6f555c {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.relative.data-v-ac6f555c {
|
||||
position: relative;
|
||||
}
|
||||
.ml-2.data-v-ac6f555c {
|
||||
margin-left: 3.75rpx;
|
||||
}
|
||||
.mt-2.data-v-ac6f555c {
|
||||
margin-top: 3.75rpx;
|
||||
}
|
||||
.ml-4.data-v-ac6f555c {
|
||||
margin-left: 7.5rpx;
|
||||
}
|
||||
.mt-4.data-v-ac6f555c {
|
||||
margin-top: 7.5rpx;
|
||||
}
|
||||
.ml-6.data-v-ac6f555c {
|
||||
margin-left: 11.25rpx;
|
||||
}
|
||||
.mt-6.data-v-ac6f555c {
|
||||
margin-top: 11.25rpx;
|
||||
}
|
||||
.ml-8.data-v-ac6f555c {
|
||||
margin-left: 15rpx;
|
||||
}
|
||||
.mt-8.data-v-ac6f555c {
|
||||
margin-top: 15rpx;
|
||||
}
|
||||
.ml-10.data-v-ac6f555c {
|
||||
margin-left: 18.75rpx;
|
||||
}
|
||||
.mt-10.data-v-ac6f555c {
|
||||
margin-top: 18.75rpx;
|
||||
}
|
||||
.ml-12.data-v-ac6f555c {
|
||||
margin-left: 22.5rpx;
|
||||
}
|
||||
.mt-12.data-v-ac6f555c {
|
||||
margin-top: 22.5rpx;
|
||||
}
|
||||
.ml-14.data-v-ac6f555c {
|
||||
margin-left: 26.25rpx;
|
||||
}
|
||||
.mt-14.data-v-ac6f555c {
|
||||
margin-top: 26.25rpx;
|
||||
}
|
||||
.ml-16.data-v-ac6f555c {
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
.mt-16.data-v-ac6f555c {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
.ml-18.data-v-ac6f555c {
|
||||
margin-left: 33.75rpx;
|
||||
}
|
||||
.mt-18.data-v-ac6f555c {
|
||||
margin-top: 33.75rpx;
|
||||
}
|
||||
.ml-20.data-v-ac6f555c {
|
||||
margin-left: 37.5rpx;
|
||||
}
|
||||
.mt-20.data-v-ac6f555c {
|
||||
margin-top: 37.5rpx;
|
||||
}
|
||||
.ml-22.data-v-ac6f555c {
|
||||
margin-left: 41.25rpx;
|
||||
}
|
||||
.mt-22.data-v-ac6f555c {
|
||||
margin-top: 41.25rpx;
|
||||
}
|
||||
.ml-24.data-v-ac6f555c {
|
||||
margin-left: 45rpx;
|
||||
}
|
||||
.mt-24.data-v-ac6f555c {
|
||||
margin-top: 45rpx;
|
||||
}
|
||||
.ml-26.data-v-ac6f555c {
|
||||
margin-left: 48.75rpx;
|
||||
}
|
||||
.mt-26.data-v-ac6f555c {
|
||||
margin-top: 48.75rpx;
|
||||
}
|
||||
.ml-28.data-v-ac6f555c {
|
||||
margin-left: 52.5rpx;
|
||||
}
|
||||
.mt-28.data-v-ac6f555c {
|
||||
margin-top: 52.5rpx;
|
||||
}
|
||||
.ml-30.data-v-ac6f555c {
|
||||
margin-left: 56.25rpx;
|
||||
}
|
||||
.mt-30.data-v-ac6f555c {
|
||||
margin-top: 56.25rpx;
|
||||
}
|
||||
.ml-32.data-v-ac6f555c {
|
||||
margin-left: 60rpx;
|
||||
}
|
||||
.mt-32.data-v-ac6f555c {
|
||||
margin-top: 60rpx;
|
||||
}
|
||||
.ml-34.data-v-ac6f555c {
|
||||
margin-left: 63.75rpx;
|
||||
}
|
||||
.mt-34.data-v-ac6f555c {
|
||||
margin-top: 63.75rpx;
|
||||
}
|
||||
.ml-36.data-v-ac6f555c {
|
||||
margin-left: 67.5rpx;
|
||||
}
|
||||
.mt-36.data-v-ac6f555c {
|
||||
margin-top: 67.5rpx;
|
||||
}
|
||||
.ml-38.data-v-ac6f555c {
|
||||
margin-left: 71.25rpx;
|
||||
}
|
||||
.mt-38.data-v-ac6f555c {
|
||||
margin-top: 71.25rpx;
|
||||
}
|
||||
.ml-40.data-v-ac6f555c {
|
||||
margin-left: 75rpx;
|
||||
}
|
||||
.mt-40.data-v-ac6f555c {
|
||||
margin-top: 75rpx;
|
||||
}
|
||||
.ml-42.data-v-ac6f555c {
|
||||
margin-left: 78.75rpx;
|
||||
}
|
||||
.mt-42.data-v-ac6f555c {
|
||||
margin-top: 78.75rpx;
|
||||
}
|
||||
.ml-44.data-v-ac6f555c {
|
||||
margin-left: 82.5rpx;
|
||||
}
|
||||
.mt-44.data-v-ac6f555c {
|
||||
margin-top: 82.5rpx;
|
||||
}
|
||||
.ml-46.data-v-ac6f555c {
|
||||
margin-left: 86.25rpx;
|
||||
}
|
||||
.mt-46.data-v-ac6f555c {
|
||||
margin-top: 86.25rpx;
|
||||
}
|
||||
.ml-48.data-v-ac6f555c {
|
||||
margin-left: 90rpx;
|
||||
}
|
||||
.mt-48.data-v-ac6f555c {
|
||||
margin-top: 90rpx;
|
||||
}
|
||||
.ml-50.data-v-ac6f555c {
|
||||
margin-left: 93.75rpx;
|
||||
}
|
||||
.mt-50.data-v-ac6f555c {
|
||||
margin-top: 93.75rpx;
|
||||
}
|
||||
.ml-52.data-v-ac6f555c {
|
||||
margin-left: 97.5rpx;
|
||||
}
|
||||
.mt-52.data-v-ac6f555c {
|
||||
margin-top: 97.5rpx;
|
||||
}
|
||||
.ml-54.data-v-ac6f555c {
|
||||
margin-left: 101.25rpx;
|
||||
}
|
||||
.mt-54.data-v-ac6f555c {
|
||||
margin-top: 101.25rpx;
|
||||
}
|
||||
.ml-56.data-v-ac6f555c {
|
||||
margin-left: 105rpx;
|
||||
}
|
||||
.mt-56.data-v-ac6f555c {
|
||||
margin-top: 105rpx;
|
||||
}
|
||||
.ml-58.data-v-ac6f555c {
|
||||
margin-left: 108.75rpx;
|
||||
}
|
||||
.mt-58.data-v-ac6f555c {
|
||||
margin-top: 108.75rpx;
|
||||
}
|
||||
.ml-60.data-v-ac6f555c {
|
||||
margin-left: 112.5rpx;
|
||||
}
|
||||
.mt-60.data-v-ac6f555c {
|
||||
margin-top: 112.5rpx;
|
||||
}
|
||||
.ml-62.data-v-ac6f555c {
|
||||
margin-left: 116.25rpx;
|
||||
}
|
||||
.mt-62.data-v-ac6f555c {
|
||||
margin-top: 116.25rpx;
|
||||
}
|
||||
.ml-64.data-v-ac6f555c {
|
||||
margin-left: 120rpx;
|
||||
}
|
||||
.mt-64.data-v-ac6f555c {
|
||||
margin-top: 120rpx;
|
||||
}
|
||||
.ml-66.data-v-ac6f555c {
|
||||
margin-left: 123.75rpx;
|
||||
}
|
||||
.mt-66.data-v-ac6f555c {
|
||||
margin-top: 123.75rpx;
|
||||
}
|
||||
.ml-68.data-v-ac6f555c {
|
||||
margin-left: 127.5rpx;
|
||||
}
|
||||
.mt-68.data-v-ac6f555c {
|
||||
margin-top: 127.5rpx;
|
||||
}
|
||||
.ml-70.data-v-ac6f555c {
|
||||
margin-left: 131.25rpx;
|
||||
}
|
||||
.mt-70.data-v-ac6f555c {
|
||||
margin-top: 131.25rpx;
|
||||
}
|
||||
.ml-72.data-v-ac6f555c {
|
||||
margin-left: 135rpx;
|
||||
}
|
||||
.mt-72.data-v-ac6f555c {
|
||||
margin-top: 135rpx;
|
||||
}
|
||||
.ml-74.data-v-ac6f555c {
|
||||
margin-left: 138.75rpx;
|
||||
}
|
||||
.mt-74.data-v-ac6f555c {
|
||||
margin-top: 138.75rpx;
|
||||
}
|
||||
.ml-76.data-v-ac6f555c {
|
||||
margin-left: 142.5rpx;
|
||||
}
|
||||
.mt-76.data-v-ac6f555c {
|
||||
margin-top: 142.5rpx;
|
||||
}
|
||||
.ml-78.data-v-ac6f555c {
|
||||
margin-left: 146.25rpx;
|
||||
}
|
||||
.mt-78.data-v-ac6f555c {
|
||||
margin-top: 146.25rpx;
|
||||
}
|
||||
.ml-80.data-v-ac6f555c {
|
||||
margin-left: 150rpx;
|
||||
}
|
||||
.mt-80.data-v-ac6f555c {
|
||||
margin-top: 150rpx;
|
||||
}
|
||||
.ml-82.data-v-ac6f555c {
|
||||
margin-left: 153.75rpx;
|
||||
}
|
||||
.mt-82.data-v-ac6f555c {
|
||||
margin-top: 153.75rpx;
|
||||
}
|
||||
.ml-84.data-v-ac6f555c {
|
||||
margin-left: 157.5rpx;
|
||||
}
|
||||
.mt-84.data-v-ac6f555c {
|
||||
margin-top: 157.5rpx;
|
||||
}
|
||||
.ml-86.data-v-ac6f555c {
|
||||
margin-left: 161.25rpx;
|
||||
}
|
||||
.mt-86.data-v-ac6f555c {
|
||||
margin-top: 161.25rpx;
|
||||
}
|
||||
.ml-88.data-v-ac6f555c {
|
||||
margin-left: 165rpx;
|
||||
}
|
||||
.mt-88.data-v-ac6f555c {
|
||||
margin-top: 165rpx;
|
||||
}
|
||||
.ml-90.data-v-ac6f555c {
|
||||
margin-left: 168.75rpx;
|
||||
}
|
||||
.mt-90.data-v-ac6f555c {
|
||||
margin-top: 168.75rpx;
|
||||
}
|
||||
.ml-92.data-v-ac6f555c {
|
||||
margin-left: 172.5rpx;
|
||||
}
|
||||
.mt-92.data-v-ac6f555c {
|
||||
margin-top: 172.5rpx;
|
||||
}
|
||||
.ml-94.data-v-ac6f555c {
|
||||
margin-left: 176.25rpx;
|
||||
}
|
||||
.mt-94.data-v-ac6f555c {
|
||||
margin-top: 176.25rpx;
|
||||
}
|
||||
.ml-96.data-v-ac6f555c {
|
||||
margin-left: 180rpx;
|
||||
}
|
||||
.mt-96.data-v-ac6f555c {
|
||||
margin-top: 180rpx;
|
||||
}
|
||||
.ml-98.data-v-ac6f555c {
|
||||
margin-left: 183.75rpx;
|
||||
}
|
||||
.mt-98.data-v-ac6f555c {
|
||||
margin-top: 183.75rpx;
|
||||
}
|
||||
.ml-100.data-v-ac6f555c {
|
||||
margin-left: 187.5rpx;
|
||||
}
|
||||
.mt-100.data-v-ac6f555c {
|
||||
margin-top: 187.5rpx;
|
||||
}
|
||||
.ml-23.data-v-ac6f555c {
|
||||
margin-left: 43.13rpx;
|
||||
}
|
||||
.mt-9.data-v-ac6f555c {
|
||||
margin-top: 16.88rpx;
|
||||
}
|
||||
.ml-5.data-v-ac6f555c {
|
||||
margin-left: 9.38rpx;
|
||||
}
|
||||
.mt-104.data-v-ac6f555c {
|
||||
margin-top: 195rpx;
|
||||
}
|
||||
.page.data-v-ac6f555c {
|
||||
padding: 0 31.88rpx 31.88rpx 45rpx;
|
||||
background-color: #fffef8;
|
||||
border-radius: 37.5rpx 37.5rpx 0rpx 0rpx;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
.group.data-v-ac6f555c {
|
||||
padding: 28.13rpx 0 37.5rpx 11.25rpx;
|
||||
}
|
||||
.image-wrapper.data-v-ac6f555c {
|
||||
margin-top: 76.88rpx;
|
||||
border-radius: 5.63rpx;
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
width: 191.25rpx;
|
||||
height: 189.38rpx;
|
||||
}
|
||||
.image_2.data-v-ac6f555c {
|
||||
border-radius: 5.63rpx;
|
||||
width: 37.5rpx;
|
||||
height: 37.5rpx;
|
||||
}
|
||||
.group_2.data-v-ac6f555c {
|
||||
margin-top: 112.5rpx;
|
||||
}
|
||||
.group_3.data-v-ac6f555c {
|
||||
margin-left: 3.75rpx;
|
||||
}
|
||||
.text_2.data-v-ac6f555c {
|
||||
color: #ff0000;
|
||||
font-size: 26.25rpx;
|
||||
font-family: STZhongsong;
|
||||
line-height: 18.13rpx;
|
||||
}
|
||||
.text.data-v-ac6f555c {
|
||||
color: #ff0000;
|
||||
font-size: 37.5rpx;
|
||||
font-family: STZhongsong;
|
||||
line-height: 26.92rpx;
|
||||
}
|
||||
.text_3.data-v-ac6f555c {
|
||||
color: #000000;
|
||||
font-size: 28.13rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 26.21rpx;
|
||||
}
|
||||
.text_4.data-v-ac6f555c {
|
||||
color: #000000;
|
||||
font-size: 26.25rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 24.34rpx;
|
||||
}
|
||||
.image.data-v-ac6f555c {
|
||||
width: 52.5rpx;
|
||||
height: 52.5rpx;
|
||||
}
|
||||
.image-wrapper_2.data-v-ac6f555c {
|
||||
padding: 11.25rpx 0;
|
||||
background-color: #f5f5dc;
|
||||
border-radius: 5.63rpx 0rpx 0rpx 5.63rpx;
|
||||
width: 52.5rpx;
|
||||
height: 52.5rpx;
|
||||
}
|
||||
.image_3.data-v-ac6f555c {
|
||||
width: 33.75rpx;
|
||||
height: 33.75rpx;
|
||||
}
|
||||
.text-wrapper.data-v-ac6f555c {
|
||||
padding: 15rpx 0 11.25rpx;
|
||||
background-color: #f5f5dc;
|
||||
width: 52.5rpx;
|
||||
height: 52.5rpx;
|
||||
}
|
||||
.text_5.data-v-ac6f555c {
|
||||
color: #000000;
|
||||
font-size: 30rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 21.41rpx;
|
||||
}
|
||||
.image-wrapper_3.data-v-ac6f555c {
|
||||
padding: 11.25rpx 0;
|
||||
background-color: #f5f5dc;
|
||||
border-radius: 0rpx 5.63rpx 5.63rpx 0rpx;
|
||||
width: 52.5rpx;
|
||||
height: 52.5rpx;
|
||||
}
|
||||
.text-wrapper_2.data-v-ac6f555c {
|
||||
margin-right: 15rpx;
|
||||
padding: 22.5rpx 0;
|
||||
background-color: #ffd45a;
|
||||
border-radius: 93.75rpx;
|
||||
}
|
||||
.text_6.data-v-ac6f555c {
|
||||
color: #ffffff;
|
||||
font-size: 30rpx;
|
||||
font-family: Inter;
|
||||
font-weight: 700;
|
||||
line-height: 28.2rpx;
|
||||
}
|
1
unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct.axml
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<view class="flex-col page data-v-ac6f555c"><view class="flex-row group data-v-ac6f555c"><view class=" data-v-ac6f555c"><image class="flex-col justify-start items-end shrink-0 self-start image-wrapper data-v-ac6f555c" src="{{a}}"/></view><view class="flex-row flex-1 ml-23 data-v-ac6f555c"><view class="flex-col flex-1 self-start group_2 data-v-ac6f555c"><view class="self-start group_3 data-v-ac6f555c"><text class="text_2 data-v-ac6f555c">¥</text><text class="text data-v-ac6f555c">{{b}}</text></view><view class="mt-14 flex-col items-start self-stretch data-v-ac6f555c"><text class="text_3 data-v-ac6f555c">{{c}}</text></view></view><view class="flex-col shrink-0 ml-5 data-v-ac6f555c"><image class="self-end image data-v-ac6f555c" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FxSHTnKhk-close.png" onTap="{{d}}"/><view class="flex-row self-stretch mt-104 data-v-ac6f555c"><view class="flex-col justify-start items-center image-wrapper_2 data-v-ac6f555c"><image class="image_3 data-v-ac6f555c" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FosWvYyNx-short1.png" onTap="{{e}}"/></view><view class="ml-2 flex-col justify-start items-center text-wrapper data-v-ac6f555c"><text class="text_5 data-v-ac6f555c">{{f}}</text></view><view class="ml-2 flex-col justify-start items-center image-wrapper_3 data-v-ac6f555c"><image class="image_3 data-v-ac6f555c" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FGbdSQDul-add1.png" onTap="{{g}}"/></view></view></view></view></view><view class="flex-col justify-start items-center text-wrapper_2 data-v-ac6f555c" onTap="{{h}}"><text class="text_6 data-v-ac6f555c">加入购物车</text></view></view>
|
3
unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct.js
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
"use strict";
|
||||
const addProduct = require("../../../addProduct.js");
|
||||
my.createPage(addProduct.MiniProgramPage);
|
4
unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct.json
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"defaultTitle": "",
|
||||
"usingComponents": {}
|
||||
}
|
3
unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct2.js
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
"use strict";
|
||||
const addProduct = require("../../../addProduct.js");
|
||||
my.createPage(addProduct.MiniProgramPage);
|
527
unpackage/dist/dev/mp-alipay/pages/Shopping-cart/newaddress_Info/newaddress_Info.acss
vendored
Normal file
|
@ -0,0 +1,527 @@
|
|||
/* 水平间距 */
|
||||
/* 水平间距 */
|
||||
/************************************************************
|
||||
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
|
||||
** 否则页面将无法正常显示 **
|
||||
************************************************************/
|
||||
html.data-v-fb57d854 {
|
||||
font-size: 16px;
|
||||
}
|
||||
body.data-v-fb57d854 {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
|
||||
'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
view.data-v-fb57d854,
|
||||
image.data-v-fb57d854,
|
||||
text.data-v-fb57d854 {
|
||||
box-sizing: border-box;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
#app.data-v-fb57d854 {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
.flex-row.data-v-fb57d854 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.flex-col.data-v-fb57d854 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.justify-start.data-v-fb57d854 {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.justify-end.data-v-fb57d854 {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.justify-center.data-v-fb57d854 {
|
||||
justify-content: center;
|
||||
}
|
||||
.justify-between.data-v-fb57d854 {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.justify-around.data-v-fb57d854 {
|
||||
justify-content: space-around;
|
||||
}
|
||||
.justify-evenly.data-v-fb57d854 {
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
.items-start.data-v-fb57d854 {
|
||||
align-items: flex-start;
|
||||
}
|
||||
.items-end.data-v-fb57d854 {
|
||||
align-items: flex-end;
|
||||
}
|
||||
.items-center.data-v-fb57d854 {
|
||||
align-items: center;
|
||||
}
|
||||
.items-baseline.data-v-fb57d854 {
|
||||
align-items: baseline;
|
||||
}
|
||||
.items-stretch.data-v-fb57d854 {
|
||||
align-items: stretch;
|
||||
}
|
||||
.self-start.data-v-fb57d854 {
|
||||
align-self: flex-start;
|
||||
}
|
||||
.self-end.data-v-fb57d854 {
|
||||
align-self: flex-end;
|
||||
}
|
||||
.self-center.data-v-fb57d854 {
|
||||
align-self: center;
|
||||
}
|
||||
.self-baseline.data-v-fb57d854 {
|
||||
align-self: baseline;
|
||||
}
|
||||
.self-stretch.data-v-fb57d854 {
|
||||
align-self: stretch;
|
||||
}
|
||||
.flex-1.data-v-fb57d854 {
|
||||
flex: 1 1 0%;
|
||||
}
|
||||
.flex-auto.data-v-fb57d854 {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.grow.data-v-fb57d854 {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.grow-0.data-v-fb57d854 {
|
||||
flex-grow: 0;
|
||||
}
|
||||
.shrink.data-v-fb57d854 {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
.shrink-0.data-v-fb57d854 {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.relative.data-v-fb57d854 {
|
||||
position: relative;
|
||||
}
|
||||
.ml-2.data-v-fb57d854 {
|
||||
margin-left: 3.75rpx;
|
||||
}
|
||||
.mt-2.data-v-fb57d854 {
|
||||
margin-top: 3.75rpx;
|
||||
}
|
||||
.ml-4.data-v-fb57d854 {
|
||||
margin-left: 7.5rpx;
|
||||
}
|
||||
.mt-4.data-v-fb57d854 {
|
||||
margin-top: 7.5rpx;
|
||||
}
|
||||
.ml-6.data-v-fb57d854 {
|
||||
margin-left: 11.25rpx;
|
||||
}
|
||||
.mt-6.data-v-fb57d854 {
|
||||
margin-top: 11.25rpx;
|
||||
}
|
||||
.ml-8.data-v-fb57d854 {
|
||||
margin-left: 15rpx;
|
||||
}
|
||||
.mt-8.data-v-fb57d854 {
|
||||
margin-top: 15rpx;
|
||||
}
|
||||
.ml-10.data-v-fb57d854 {
|
||||
margin-left: 18.75rpx;
|
||||
}
|
||||
.mt-10.data-v-fb57d854 {
|
||||
margin-top: 18.75rpx;
|
||||
}
|
||||
.ml-12.data-v-fb57d854 {
|
||||
margin-left: 22.5rpx;
|
||||
}
|
||||
.mt-12.data-v-fb57d854 {
|
||||
margin-top: 22.5rpx;
|
||||
}
|
||||
.ml-14.data-v-fb57d854 {
|
||||
margin-left: 26.25rpx;
|
||||
}
|
||||
.mt-14.data-v-fb57d854 {
|
||||
margin-top: 26.25rpx;
|
||||
}
|
||||
.ml-16.data-v-fb57d854 {
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
.mt-16.data-v-fb57d854 {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
.ml-18.data-v-fb57d854 {
|
||||
margin-left: 33.75rpx;
|
||||
}
|
||||
.mt-18.data-v-fb57d854 {
|
||||
margin-top: 33.75rpx;
|
||||
}
|
||||
.ml-20.data-v-fb57d854 {
|
||||
margin-left: 37.5rpx;
|
||||
}
|
||||
.mt-20.data-v-fb57d854 {
|
||||
margin-top: 37.5rpx;
|
||||
}
|
||||
.ml-22.data-v-fb57d854 {
|
||||
margin-left: 41.25rpx;
|
||||
}
|
||||
.mt-22.data-v-fb57d854 {
|
||||
margin-top: 41.25rpx;
|
||||
}
|
||||
.ml-24.data-v-fb57d854 {
|
||||
margin-left: 45rpx;
|
||||
}
|
||||
.mt-24.data-v-fb57d854 {
|
||||
margin-top: 45rpx;
|
||||
}
|
||||
.ml-26.data-v-fb57d854 {
|
||||
margin-left: 48.75rpx;
|
||||
}
|
||||
.mt-26.data-v-fb57d854 {
|
||||
margin-top: 48.75rpx;
|
||||
}
|
||||
.ml-28.data-v-fb57d854 {
|
||||
margin-left: 52.5rpx;
|
||||
}
|
||||
.mt-28.data-v-fb57d854 {
|
||||
margin-top: 52.5rpx;
|
||||
}
|
||||
.ml-30.data-v-fb57d854 {
|
||||
margin-left: 56.25rpx;
|
||||
}
|
||||
.mt-30.data-v-fb57d854 {
|
||||
margin-top: 56.25rpx;
|
||||
}
|
||||
.ml-32.data-v-fb57d854 {
|
||||
margin-left: 60rpx;
|
||||
}
|
||||
.mt-32.data-v-fb57d854 {
|
||||
margin-top: 60rpx;
|
||||
}
|
||||
.ml-34.data-v-fb57d854 {
|
||||
margin-left: 63.75rpx;
|
||||
}
|
||||
.mt-34.data-v-fb57d854 {
|
||||
margin-top: 63.75rpx;
|
||||
}
|
||||
.ml-36.data-v-fb57d854 {
|
||||
margin-left: 67.5rpx;
|
||||
}
|
||||
.mt-36.data-v-fb57d854 {
|
||||
margin-top: 67.5rpx;
|
||||
}
|
||||
.ml-38.data-v-fb57d854 {
|
||||
margin-left: 71.25rpx;
|
||||
}
|
||||
.mt-38.data-v-fb57d854 {
|
||||
margin-top: 71.25rpx;
|
||||
}
|
||||
.ml-40.data-v-fb57d854 {
|
||||
margin-left: 75rpx;
|
||||
}
|
||||
.mt-40.data-v-fb57d854 {
|
||||
margin-top: 75rpx;
|
||||
}
|
||||
.ml-42.data-v-fb57d854 {
|
||||
margin-left: 78.75rpx;
|
||||
}
|
||||
.mt-42.data-v-fb57d854 {
|
||||
margin-top: 78.75rpx;
|
||||
}
|
||||
.ml-44.data-v-fb57d854 {
|
||||
margin-left: 82.5rpx;
|
||||
}
|
||||
.mt-44.data-v-fb57d854 {
|
||||
margin-top: 82.5rpx;
|
||||
}
|
||||
.ml-46.data-v-fb57d854 {
|
||||
margin-left: 86.25rpx;
|
||||
}
|
||||
.mt-46.data-v-fb57d854 {
|
||||
margin-top: 86.25rpx;
|
||||
}
|
||||
.ml-48.data-v-fb57d854 {
|
||||
margin-left: 90rpx;
|
||||
}
|
||||
.mt-48.data-v-fb57d854 {
|
||||
margin-top: 90rpx;
|
||||
}
|
||||
.ml-50.data-v-fb57d854 {
|
||||
margin-left: 93.75rpx;
|
||||
}
|
||||
.mt-50.data-v-fb57d854 {
|
||||
margin-top: 93.75rpx;
|
||||
}
|
||||
.ml-52.data-v-fb57d854 {
|
||||
margin-left: 97.5rpx;
|
||||
}
|
||||
.mt-52.data-v-fb57d854 {
|
||||
margin-top: 97.5rpx;
|
||||
}
|
||||
.ml-54.data-v-fb57d854 {
|
||||
margin-left: 101.25rpx;
|
||||
}
|
||||
.mt-54.data-v-fb57d854 {
|
||||
margin-top: 101.25rpx;
|
||||
}
|
||||
.ml-56.data-v-fb57d854 {
|
||||
margin-left: 105rpx;
|
||||
}
|
||||
.mt-56.data-v-fb57d854 {
|
||||
margin-top: 105rpx;
|
||||
}
|
||||
.ml-58.data-v-fb57d854 {
|
||||
margin-left: 108.75rpx;
|
||||
}
|
||||
.mt-58.data-v-fb57d854 {
|
||||
margin-top: 108.75rpx;
|
||||
}
|
||||
.ml-60.data-v-fb57d854 {
|
||||
margin-left: 112.5rpx;
|
||||
}
|
||||
.mt-60.data-v-fb57d854 {
|
||||
margin-top: 112.5rpx;
|
||||
}
|
||||
.ml-62.data-v-fb57d854 {
|
||||
margin-left: 116.25rpx;
|
||||
}
|
||||
.mt-62.data-v-fb57d854 {
|
||||
margin-top: 116.25rpx;
|
||||
}
|
||||
.ml-64.data-v-fb57d854 {
|
||||
margin-left: 120rpx;
|
||||
}
|
||||
.mt-64.data-v-fb57d854 {
|
||||
margin-top: 120rpx;
|
||||
}
|
||||
.ml-66.data-v-fb57d854 {
|
||||
margin-left: 123.75rpx;
|
||||
}
|
||||
.mt-66.data-v-fb57d854 {
|
||||
margin-top: 123.75rpx;
|
||||
}
|
||||
.ml-68.data-v-fb57d854 {
|
||||
margin-left: 127.5rpx;
|
||||
}
|
||||
.mt-68.data-v-fb57d854 {
|
||||
margin-top: 127.5rpx;
|
||||
}
|
||||
.ml-70.data-v-fb57d854 {
|
||||
margin-left: 131.25rpx;
|
||||
}
|
||||
.mt-70.data-v-fb57d854 {
|
||||
margin-top: 131.25rpx;
|
||||
}
|
||||
.ml-72.data-v-fb57d854 {
|
||||
margin-left: 135rpx;
|
||||
}
|
||||
.mt-72.data-v-fb57d854 {
|
||||
margin-top: 135rpx;
|
||||
}
|
||||
.ml-74.data-v-fb57d854 {
|
||||
margin-left: 138.75rpx;
|
||||
}
|
||||
.mt-74.data-v-fb57d854 {
|
||||
margin-top: 138.75rpx;
|
||||
}
|
||||
.ml-76.data-v-fb57d854 {
|
||||
margin-left: 142.5rpx;
|
||||
}
|
||||
.mt-76.data-v-fb57d854 {
|
||||
margin-top: 142.5rpx;
|
||||
}
|
||||
.ml-78.data-v-fb57d854 {
|
||||
margin-left: 146.25rpx;
|
||||
}
|
||||
.mt-78.data-v-fb57d854 {
|
||||
margin-top: 146.25rpx;
|
||||
}
|
||||
.ml-80.data-v-fb57d854 {
|
||||
margin-left: 150rpx;
|
||||
}
|
||||
.mt-80.data-v-fb57d854 {
|
||||
margin-top: 150rpx;
|
||||
}
|
||||
.ml-82.data-v-fb57d854 {
|
||||
margin-left: 153.75rpx;
|
||||
}
|
||||
.mt-82.data-v-fb57d854 {
|
||||
margin-top: 153.75rpx;
|
||||
}
|
||||
.ml-84.data-v-fb57d854 {
|
||||
margin-left: 157.5rpx;
|
||||
}
|
||||
.mt-84.data-v-fb57d854 {
|
||||
margin-top: 157.5rpx;
|
||||
}
|
||||
.ml-86.data-v-fb57d854 {
|
||||
margin-left: 161.25rpx;
|
||||
}
|
||||
.mt-86.data-v-fb57d854 {
|
||||
margin-top: 161.25rpx;
|
||||
}
|
||||
.ml-88.data-v-fb57d854 {
|
||||
margin-left: 165rpx;
|
||||
}
|
||||
.mt-88.data-v-fb57d854 {
|
||||
margin-top: 165rpx;
|
||||
}
|
||||
.ml-90.data-v-fb57d854 {
|
||||
margin-left: 168.75rpx;
|
||||
}
|
||||
.mt-90.data-v-fb57d854 {
|
||||
margin-top: 168.75rpx;
|
||||
}
|
||||
.ml-92.data-v-fb57d854 {
|
||||
margin-left: 172.5rpx;
|
||||
}
|
||||
.mt-92.data-v-fb57d854 {
|
||||
margin-top: 172.5rpx;
|
||||
}
|
||||
.ml-94.data-v-fb57d854 {
|
||||
margin-left: 176.25rpx;
|
||||
}
|
||||
.mt-94.data-v-fb57d854 {
|
||||
margin-top: 176.25rpx;
|
||||
}
|
||||
.ml-96.data-v-fb57d854 {
|
||||
margin-left: 180rpx;
|
||||
}
|
||||
.mt-96.data-v-fb57d854 {
|
||||
margin-top: 180rpx;
|
||||
}
|
||||
.ml-98.data-v-fb57d854 {
|
||||
margin-left: 183.75rpx;
|
||||
}
|
||||
.mt-98.data-v-fb57d854 {
|
||||
margin-top: 183.75rpx;
|
||||
}
|
||||
.ml-100.data-v-fb57d854 {
|
||||
margin-left: 187.5rpx;
|
||||
}
|
||||
.mt-100.data-v-fb57d854 {
|
||||
margin-top: 187.5rpx;
|
||||
}
|
||||
.mt-15.data-v-fb57d854 {
|
||||
margin-top: 28.13rpx;
|
||||
}
|
||||
.ml-27.data-v-fb57d854 {
|
||||
margin-left: 50.63rpx;
|
||||
}
|
||||
.ml-13.data-v-fb57d854 {
|
||||
margin-left: 24.38rpx;
|
||||
}
|
||||
.mt-462.data-v-fb57d854 {
|
||||
margin-top: 866.25rpx;
|
||||
}
|
||||
.page.data-v-fb57d854 {
|
||||
padding-top: 26.44rpx;
|
||||
background-color: #fffaf0;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
.group.data-v-fb57d854 {
|
||||
padding: 0 23.4rpx;
|
||||
}
|
||||
.font_2.data-v-fb57d854 {
|
||||
font-size: 26.25rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 24.34rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.text.data-v-fb57d854 {
|
||||
line-height: 24.49rpx;
|
||||
}
|
||||
.section.data-v-fb57d854 {
|
||||
margin-left: 2.85rpx;
|
||||
margin-right: 14.1rpx;
|
||||
padding-left: 20.49rpx;
|
||||
padding-right: 15.13rpx;
|
||||
background-color: #fffef8;
|
||||
border-radius: 9.38rpx;
|
||||
border: solid 1.88rpx #818181;
|
||||
}
|
||||
.group_2.data-v-fb57d854 {
|
||||
padding: 24.24rpx 4.65rpx 12.19rpx;
|
||||
border-bottom: solid 1.88rpx #efefef;
|
||||
}
|
||||
.text-wrapper.data-v-fb57d854 {
|
||||
flex: 1 1 0;
|
||||
margin-right: 29.1rpx;
|
||||
}
|
||||
.group_3.data-v-fb57d854 {
|
||||
padding: 14.06rpx 5.04rpx 12.19rpx;
|
||||
border-bottom: solid 1.88rpx #efefef;
|
||||
}
|
||||
.text_3.data-v-fb57d854 {
|
||||
line-height: 24.17rpx;
|
||||
}
|
||||
.text-wrapper_2.data-v-fb57d854 {
|
||||
flex: 1 1 0;
|
||||
margin-right: 28.71rpx;
|
||||
}
|
||||
.group_4.data-v-fb57d854 {
|
||||
padding: 12.19rpx 4.29rpx 10.31rpx;
|
||||
border-bottom: solid 1.88rpx #efefef;
|
||||
}
|
||||
.text_5.data-v-fb57d854 {
|
||||
line-height: 24.21rpx;
|
||||
}
|
||||
.group_5.data-v-fb57d854 {
|
||||
margin-right: 12.58rpx;
|
||||
}
|
||||
.text-wrapper_3.data-v-fb57d854 {
|
||||
margin-right: 16.88rpx;
|
||||
}
|
||||
.image.data-v-fb57d854 {
|
||||
width: 48.75rpx;
|
||||
height: 48.75rpx;
|
||||
}
|
||||
.pos.data-v-fb57d854 {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
.group_6.data-v-fb57d854 {
|
||||
padding: 14.06rpx 4.8rpx 8.44rpx;
|
||||
border-bottom: solid 1.88rpx #efefef;
|
||||
}
|
||||
.text_7.data-v-fb57d854 {
|
||||
line-height: 24.26rpx;
|
||||
}
|
||||
.section_2.data-v-fb57d854 {
|
||||
width: 300rpx;
|
||||
height: 150rpx;
|
||||
flex: 1 1 0;
|
||||
margin-right: 19.57rpx;
|
||||
}
|
||||
.group_7.data-v-fb57d854 {
|
||||
padding: 25.31rpx 4.88rpx 32.01rpx;
|
||||
}
|
||||
.image_2.data-v-fb57d854 {
|
||||
margin-right: 19.5rpx;
|
||||
width: 33.75rpx;
|
||||
height: 33.75rpx;
|
||||
}
|
||||
.section_3.data-v-fb57d854 {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
margin-right: 13.13rpx;
|
||||
padding: 16.88rpx 0;
|
||||
background-color: #fffef8;
|
||||
}
|
||||
.text-wrapper_4.data-v-fb57d854 {
|
||||
padding: 27.24rpx 0 23.61rpx;
|
||||
background-color: #ffa948;
|
||||
border-radius: 46.88rpx;
|
||||
width: 618.75rpx;
|
||||
}
|
||||
.text_8.data-v-fb57d854 {
|
||||
color: #ffffff;
|
||||
font-size: 30rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 27.9rpx;
|
||||
}
|
1
unpackage/dist/dev/mp-alipay/pages/Shopping-cart/newaddress_Info/newaddress_Info.axml
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<view class="flex-col page data-v-fb57d854"><view class="flex-col group data-v-fb57d854"><text class="self-start font_2 text data-v-fb57d854">收货信息</text><view class="flex-col self-stretch section mt-15 data-v-fb57d854"><view class="flex-row items-center group_2 data-v-fb57d854"><text class="font_2 data-v-fb57d854">收货人</text><input class="text-wrapper ml-27 data-v-fb57d854" placeholder="请输入姓名" value="{{a}}" onInput="{{b}}"/></view><view class="flex-row items-center group_3 data-v-fb57d854"><text class="font_2 text_3 data-v-fb57d854">手机号码</text><input class="text-wrapper_2 ml-12 data-v-fb57d854" placeholder="请输入手机号码" value="{{c}}" onInput="{{d}}"/></view><view class="flex-row items-center group_4 data-v-fb57d854"><text class="font_2 text_5 data-v-fb57d854">所在地区</text><view class="flex-col justify-start flex-1 relative group_5 ml-13 data-v-fb57d854"><input class="text-wrapper_3 data-v-fb57d854" placeholder="请输入地区" value="{{e}}" onInput="{{f}}"/><image class="image pos data-v-fb57d854" src="{{g}}"/></view></view><view class="flex-row items-center group_6 data-v-fb57d854"><text class="font_2 text_7 data-v-fb57d854">详细地址</text><textarea class="section_2 ml-12 data-v-fb57d854" placeholder="输入详细地址" value="{{h}}" onInput="{{i}}"/></view><view class="flex-row justify-between items-center group_7 data-v-fb57d854"><checkbox-group class="data-v-fb57d854" onChange="{{j}}"><text class="font_2 data-v-fb57d854">设为默认收货地址</text><checkbox class="data-v-fb57d854" value="1"/></checkbox-group></view></view></view><view class="flex-col justify-start items-center section_3 mt-462 data-v-fb57d854"><view class="flex-col justify-start items-center text-wrapper_4 data-v-fb57d854" onTap="{{k}}"><text class="text_8 data-v-fb57d854">保存并使用</text></view></view></view>
|
76
unpackage/dist/dev/mp-alipay/pages/Shopping-cart/newaddress_Info/newaddress_Info.js
vendored
Normal file
|
@ -0,0 +1,76 @@
|
|||
"use strict";
|
||||
const common_vendor = require("../../../common/vendor.js");
|
||||
const api_request = require("../../../api/request.js");
|
||||
const common_assets = require("../../../common/assets.js");
|
||||
const _sfc_main = {
|
||||
__name: "newaddress_Info",
|
||||
setup(__props) {
|
||||
const userInfo = common_vendor.ref({});
|
||||
const addressParam = common_vendor.ref({
|
||||
userId: 0,
|
||||
name: "",
|
||||
phone: "",
|
||||
region: "",
|
||||
detailAddress: "",
|
||||
isDefault: 0
|
||||
});
|
||||
common_vendor.onLoad((options) => {
|
||||
addressParam.value = JSON.parse(options.editInfo);
|
||||
});
|
||||
common_vendor.onMounted(() => {
|
||||
userInfo.value = common_vendor.index.getStorageSync("userInfo");
|
||||
});
|
||||
const defaultAddress = (event) => {
|
||||
event.detail.value[0] ? addressParam.value.isDefault = 1 : addressParam.value.isDefault = 0;
|
||||
};
|
||||
const newAddress = async () => {
|
||||
console.log(addressParam.value);
|
||||
addressParam.value.userId = userInfo.value.id;
|
||||
const values = Object.values(addressParam.value);
|
||||
if (values.some((value) => value === null || value === void 0 || value === "")) {
|
||||
await common_vendor.index.showToast({
|
||||
icon: "error",
|
||||
title: "字段不能为空"
|
||||
});
|
||||
return;
|
||||
}
|
||||
const res = await common_vendor.index.request({
|
||||
url: api_request.baseUrl + "/address/add",
|
||||
method: "POST",
|
||||
header: {
|
||||
"cookie": wx.getStorageSync("cookie")
|
||||
},
|
||||
data: { ...addressParam.value }
|
||||
});
|
||||
console.log("res==>", res.data);
|
||||
if (res.data.code === 1) {
|
||||
common_vendor.index.navigateBack({
|
||||
//返回上一页
|
||||
});
|
||||
} else {
|
||||
common_vendor.index.showToast({
|
||||
icon: "error",
|
||||
title: "新增地址失败"
|
||||
});
|
||||
return;
|
||||
}
|
||||
};
|
||||
return (_ctx, _cache) => {
|
||||
return {
|
||||
a: addressParam.value.name,
|
||||
b: common_vendor.o(($event) => addressParam.value.name = $event.detail.value),
|
||||
c: addressParam.value.phone,
|
||||
d: common_vendor.o(($event) => addressParam.value.phone = $event.detail.value),
|
||||
e: addressParam.value.region,
|
||||
f: common_vendor.o(($event) => addressParam.value.region = $event.detail.value),
|
||||
g: common_vendor.unref(common_assets.dingwei),
|
||||
h: addressParam.value.detailAddress,
|
||||
i: common_vendor.o(($event) => addressParam.value.detailAddress = $event.detail.value),
|
||||
j: common_vendor.o(defaultAddress),
|
||||
k: common_vendor.o(newAddress)
|
||||
};
|
||||
};
|
||||
}
|
||||
};
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-fb57d854"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue"]]);
|
||||
my.createPage(MiniProgramPage);
|
4
unpackage/dist/dev/mp-alipay/pages/Shopping-cart/newaddress_Info/newaddress_Info.json
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"defaultTitle": "",
|
||||
"usingComponents": {}
|
||||
}
|
719
unpackage/dist/dev/mp-alipay/pages/booking/AppointmentHome.acss
vendored
Normal file
|
@ -0,0 +1,719 @@
|
|||
/* 水平间距 */
|
||||
/* 水平间距 */
|
||||
/************************************************************
|
||||
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
|
||||
** 否则页面将无法正常显示 **
|
||||
************************************************************/
|
||||
html.data-v-60893f73 {
|
||||
font-size: 16px;
|
||||
}
|
||||
body.data-v-60893f73 {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
|
||||
'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
view.data-v-60893f73,
|
||||
image.data-v-60893f73,
|
||||
text.data-v-60893f73 {
|
||||
box-sizing: border-box;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
#app.data-v-60893f73 {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
.flex-row.data-v-60893f73 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.flex-col.data-v-60893f73 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.justify-start.data-v-60893f73 {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.justify-end.data-v-60893f73 {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.justify-center.data-v-60893f73 {
|
||||
justify-content: center;
|
||||
}
|
||||
.justify-between.data-v-60893f73 {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.justify-around.data-v-60893f73 {
|
||||
justify-content: space-around;
|
||||
}
|
||||
.justify-evenly.data-v-60893f73 {
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
.items-start.data-v-60893f73 {
|
||||
align-items: flex-start;
|
||||
}
|
||||
.items-end.data-v-60893f73 {
|
||||
align-items: flex-end;
|
||||
}
|
||||
.items-center.data-v-60893f73 {
|
||||
align-items: center;
|
||||
}
|
||||
.items-baseline.data-v-60893f73 {
|
||||
align-items: baseline;
|
||||
}
|
||||
.items-stretch.data-v-60893f73 {
|
||||
align-items: stretch;
|
||||
}
|
||||
.self-start.data-v-60893f73 {
|
||||
align-self: flex-start;
|
||||
}
|
||||
.self-end.data-v-60893f73 {
|
||||
align-self: flex-end;
|
||||
}
|
||||
.self-center.data-v-60893f73 {
|
||||
align-self: center;
|
||||
}
|
||||
.self-baseline.data-v-60893f73 {
|
||||
align-self: baseline;
|
||||
}
|
||||
.self-stretch.data-v-60893f73 {
|
||||
align-self: stretch;
|
||||
}
|
||||
.flex-1.data-v-60893f73 {
|
||||
flex: 1 1 0%;
|
||||
}
|
||||
.flex-auto.data-v-60893f73 {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.grow.data-v-60893f73 {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.grow-0.data-v-60893f73 {
|
||||
flex-grow: 0;
|
||||
}
|
||||
.shrink.data-v-60893f73 {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
.shrink-0.data-v-60893f73 {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.relative.data-v-60893f73 {
|
||||
position: relative;
|
||||
}
|
||||
.ml-2.data-v-60893f73 {
|
||||
margin-left: 3.75rpx;
|
||||
}
|
||||
.mt-2.data-v-60893f73 {
|
||||
margin-top: 3.75rpx;
|
||||
}
|
||||
.ml-4.data-v-60893f73 {
|
||||
margin-left: 7.5rpx;
|
||||
}
|
||||
.mt-4.data-v-60893f73 {
|
||||
margin-top: 7.5rpx;
|
||||
}
|
||||
.ml-6.data-v-60893f73 {
|
||||
margin-left: 11.25rpx;
|
||||
}
|
||||
.mt-6.data-v-60893f73 {
|
||||
margin-top: 11.25rpx;
|
||||
}
|
||||
.ml-8.data-v-60893f73 {
|
||||
margin-left: 15rpx;
|
||||
}
|
||||
.mt-8.data-v-60893f73 {
|
||||
margin-top: 15rpx;
|
||||
}
|
||||
.ml-10.data-v-60893f73 {
|
||||
margin-left: 18.75rpx;
|
||||
}
|
||||
.mt-10.data-v-60893f73 {
|
||||
margin-top: 18.75rpx;
|
||||
}
|
||||
.ml-12.data-v-60893f73 {
|
||||
margin-left: 22.5rpx;
|
||||
}
|
||||
.mt-12.data-v-60893f73 {
|
||||
margin-top: 22.5rpx;
|
||||
}
|
||||
.ml-14.data-v-60893f73 {
|
||||
margin-left: 26.25rpx;
|
||||
}
|
||||
.mt-14.data-v-60893f73 {
|
||||
margin-top: 26.25rpx;
|
||||
}
|
||||
.ml-16.data-v-60893f73 {
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
.mt-16.data-v-60893f73 {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
.ml-18.data-v-60893f73 {
|
||||
margin-left: 33.75rpx;
|
||||
}
|
||||
.mt-18.data-v-60893f73 {
|
||||
margin-top: 33.75rpx;
|
||||
}
|
||||
.ml-20.data-v-60893f73 {
|
||||
margin-left: 37.5rpx;
|
||||
}
|
||||
.mt-20.data-v-60893f73 {
|
||||
margin-top: 37.5rpx;
|
||||
}
|
||||
.ml-22.data-v-60893f73 {
|
||||
margin-left: 41.25rpx;
|
||||
}
|
||||
.mt-22.data-v-60893f73 {
|
||||
margin-top: 41.25rpx;
|
||||
}
|
||||
.ml-24.data-v-60893f73 {
|
||||
margin-left: 45rpx;
|
||||
}
|
||||
.mt-24.data-v-60893f73 {
|
||||
margin-top: 45rpx;
|
||||
}
|
||||
.ml-26.data-v-60893f73 {
|
||||
margin-left: 48.75rpx;
|
||||
}
|
||||
.mt-26.data-v-60893f73 {
|
||||
margin-top: 48.75rpx;
|
||||
}
|
||||
.ml-28.data-v-60893f73 {
|
||||
margin-left: 52.5rpx;
|
||||
}
|
||||
.mt-28.data-v-60893f73 {
|
||||
margin-top: 52.5rpx;
|
||||
}
|
||||
.ml-30.data-v-60893f73 {
|
||||
margin-left: 56.25rpx;
|
||||
}
|
||||
.mt-30.data-v-60893f73 {
|
||||
margin-top: 56.25rpx;
|
||||
}
|
||||
.ml-32.data-v-60893f73 {
|
||||
margin-left: 60rpx;
|
||||
}
|
||||
.mt-32.data-v-60893f73 {
|
||||
margin-top: 60rpx;
|
||||
}
|
||||
.ml-34.data-v-60893f73 {
|
||||
margin-left: 63.75rpx;
|
||||
}
|
||||
.mt-34.data-v-60893f73 {
|
||||
margin-top: 63.75rpx;
|
||||
}
|
||||
.ml-36.data-v-60893f73 {
|
||||
margin-left: 67.5rpx;
|
||||
}
|
||||
.mt-36.data-v-60893f73 {
|
||||
margin-top: 67.5rpx;
|
||||
}
|
||||
.ml-38.data-v-60893f73 {
|
||||
margin-left: 71.25rpx;
|
||||
}
|
||||
.mt-38.data-v-60893f73 {
|
||||
margin-top: 71.25rpx;
|
||||
}
|
||||
.ml-40.data-v-60893f73 {
|
||||
margin-left: 75rpx;
|
||||
}
|
||||
.mt-40.data-v-60893f73 {
|
||||
margin-top: 75rpx;
|
||||
}
|
||||
.ml-42.data-v-60893f73 {
|
||||
margin-left: 78.75rpx;
|
||||
}
|
||||
.mt-42.data-v-60893f73 {
|
||||
margin-top: 78.75rpx;
|
||||
}
|
||||
.ml-44.data-v-60893f73 {
|
||||
margin-left: 82.5rpx;
|
||||
}
|
||||
.mt-44.data-v-60893f73 {
|
||||
margin-top: 82.5rpx;
|
||||
}
|
||||
.ml-46.data-v-60893f73 {
|
||||
margin-left: 86.25rpx;
|
||||
}
|
||||
.mt-46.data-v-60893f73 {
|
||||
margin-top: 86.25rpx;
|
||||
}
|
||||
.ml-48.data-v-60893f73 {
|
||||
margin-left: 90rpx;
|
||||
}
|
||||
.mt-48.data-v-60893f73 {
|
||||
margin-top: 90rpx;
|
||||
}
|
||||
.ml-50.data-v-60893f73 {
|
||||
margin-left: 93.75rpx;
|
||||
}
|
||||
.mt-50.data-v-60893f73 {
|
||||
margin-top: 93.75rpx;
|
||||
}
|
||||
.ml-52.data-v-60893f73 {
|
||||
margin-left: 97.5rpx;
|
||||
}
|
||||
.mt-52.data-v-60893f73 {
|
||||
margin-top: 97.5rpx;
|
||||
}
|
||||
.ml-54.data-v-60893f73 {
|
||||
margin-left: 101.25rpx;
|
||||
}
|
||||
.mt-54.data-v-60893f73 {
|
||||
margin-top: 101.25rpx;
|
||||
}
|
||||
.ml-56.data-v-60893f73 {
|
||||
margin-left: 105rpx;
|
||||
}
|
||||
.mt-56.data-v-60893f73 {
|
||||
margin-top: 105rpx;
|
||||
}
|
||||
.ml-58.data-v-60893f73 {
|
||||
margin-left: 108.75rpx;
|
||||
}
|
||||
.mt-58.data-v-60893f73 {
|
||||
margin-top: 108.75rpx;
|
||||
}
|
||||
.ml-60.data-v-60893f73 {
|
||||
margin-left: 112.5rpx;
|
||||
}
|
||||
.mt-60.data-v-60893f73 {
|
||||
margin-top: 112.5rpx;
|
||||
}
|
||||
.ml-62.data-v-60893f73 {
|
||||
margin-left: 116.25rpx;
|
||||
}
|
||||
.mt-62.data-v-60893f73 {
|
||||
margin-top: 116.25rpx;
|
||||
}
|
||||
.ml-64.data-v-60893f73 {
|
||||
margin-left: 120rpx;
|
||||
}
|
||||
.mt-64.data-v-60893f73 {
|
||||
margin-top: 120rpx;
|
||||
}
|
||||
.ml-66.data-v-60893f73 {
|
||||
margin-left: 123.75rpx;
|
||||
}
|
||||
.mt-66.data-v-60893f73 {
|
||||
margin-top: 123.75rpx;
|
||||
}
|
||||
.ml-68.data-v-60893f73 {
|
||||
margin-left: 127.5rpx;
|
||||
}
|
||||
.mt-68.data-v-60893f73 {
|
||||
margin-top: 127.5rpx;
|
||||
}
|
||||
.ml-70.data-v-60893f73 {
|
||||
margin-left: 131.25rpx;
|
||||
}
|
||||
.mt-70.data-v-60893f73 {
|
||||
margin-top: 131.25rpx;
|
||||
}
|
||||
.ml-72.data-v-60893f73 {
|
||||
margin-left: 135rpx;
|
||||
}
|
||||
.mt-72.data-v-60893f73 {
|
||||
margin-top: 135rpx;
|
||||
}
|
||||
.ml-74.data-v-60893f73 {
|
||||
margin-left: 138.75rpx;
|
||||
}
|
||||
.mt-74.data-v-60893f73 {
|
||||
margin-top: 138.75rpx;
|
||||
}
|
||||
.ml-76.data-v-60893f73 {
|
||||
margin-left: 142.5rpx;
|
||||
}
|
||||
.mt-76.data-v-60893f73 {
|
||||
margin-top: 142.5rpx;
|
||||
}
|
||||
.ml-78.data-v-60893f73 {
|
||||
margin-left: 146.25rpx;
|
||||
}
|
||||
.mt-78.data-v-60893f73 {
|
||||
margin-top: 146.25rpx;
|
||||
}
|
||||
.ml-80.data-v-60893f73 {
|
||||
margin-left: 150rpx;
|
||||
}
|
||||
.mt-80.data-v-60893f73 {
|
||||
margin-top: 150rpx;
|
||||
}
|
||||
.ml-82.data-v-60893f73 {
|
||||
margin-left: 153.75rpx;
|
||||
}
|
||||
.mt-82.data-v-60893f73 {
|
||||
margin-top: 153.75rpx;
|
||||
}
|
||||
.ml-84.data-v-60893f73 {
|
||||
margin-left: 157.5rpx;
|
||||
}
|
||||
.mt-84.data-v-60893f73 {
|
||||
margin-top: 157.5rpx;
|
||||
}
|
||||
.ml-86.data-v-60893f73 {
|
||||
margin-left: 161.25rpx;
|
||||
}
|
||||
.mt-86.data-v-60893f73 {
|
||||
margin-top: 161.25rpx;
|
||||
}
|
||||
.ml-88.data-v-60893f73 {
|
||||
margin-left: 165rpx;
|
||||
}
|
||||
.mt-88.data-v-60893f73 {
|
||||
margin-top: 165rpx;
|
||||
}
|
||||
.ml-90.data-v-60893f73 {
|
||||
margin-left: 168.75rpx;
|
||||
}
|
||||
.mt-90.data-v-60893f73 {
|
||||
margin-top: 168.75rpx;
|
||||
}
|
||||
.ml-92.data-v-60893f73 {
|
||||
margin-left: 172.5rpx;
|
||||
}
|
||||
.mt-92.data-v-60893f73 {
|
||||
margin-top: 172.5rpx;
|
||||
}
|
||||
.ml-94.data-v-60893f73 {
|
||||
margin-left: 176.25rpx;
|
||||
}
|
||||
.mt-94.data-v-60893f73 {
|
||||
margin-top: 176.25rpx;
|
||||
}
|
||||
.ml-96.data-v-60893f73 {
|
||||
margin-left: 180rpx;
|
||||
}
|
||||
.mt-96.data-v-60893f73 {
|
||||
margin-top: 180rpx;
|
||||
}
|
||||
.ml-98.data-v-60893f73 {
|
||||
margin-left: 183.75rpx;
|
||||
}
|
||||
.mt-98.data-v-60893f73 {
|
||||
margin-top: 183.75rpx;
|
||||
}
|
||||
.ml-100.data-v-60893f73 {
|
||||
margin-left: 187.5rpx;
|
||||
}
|
||||
.mt-100.data-v-60893f73 {
|
||||
margin-top: 187.5rpx;
|
||||
}
|
||||
.ml-7.data-v-60893f73 {
|
||||
margin-left: 13.13rpx;
|
||||
}
|
||||
.ml-9.data-v-60893f73 {
|
||||
margin-left: 16.88rpx;
|
||||
}
|
||||
.ml-23.data-v-60893f73 {
|
||||
margin-left: 43.13rpx;
|
||||
}
|
||||
.mt-23.data-v-60893f73 {
|
||||
margin-top: 43.13rpx;
|
||||
}
|
||||
.ml-13.data-v-60893f73 {
|
||||
margin-left: 24.38rpx;
|
||||
}
|
||||
.mt-9.data-v-60893f73 {
|
||||
margin-top: 16.88rpx;
|
||||
}
|
||||
.mt-11.data-v-60893f73 {
|
||||
margin-top: 20.63rpx;
|
||||
}
|
||||
.ml-1.data-v-60893f73 {
|
||||
margin-left: 1.88rpx;
|
||||
}
|
||||
.mt-15.data-v-60893f73 {
|
||||
margin-top: 28.13rpx;
|
||||
}
|
||||
.mt-19.data-v-60893f73 {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.ml-51.data-v-60893f73 {
|
||||
margin-left: 95.63rpx;
|
||||
}
|
||||
.ml-3.data-v-60893f73 {
|
||||
margin-left: 5.63rpx;
|
||||
}
|
||||
.page.data-v-60893f73 {
|
||||
background-color: #ffffff;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.section.data-v-60893f73 {
|
||||
background-color: #f5f5dc;
|
||||
}
|
||||
.group.data-v-60893f73 {
|
||||
padding: 45.75rpx 0;
|
||||
}
|
||||
.group_2.data-v-60893f73 {
|
||||
padding-top: 12.38rpx;
|
||||
}
|
||||
.section_2.data-v-60893f73 {
|
||||
margin-left: 71.25rpx;
|
||||
background-color: #ffffff00;
|
||||
border-radius: 18.75rpx;
|
||||
width: 281.25rpx;
|
||||
height: 281.25rpx;
|
||||
}
|
||||
.font.data-v-60893f73 {
|
||||
font-size: 30rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 27.75rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.text.data-v-60893f73 {
|
||||
line-height: 27.96rpx;
|
||||
}
|
||||
.pos.data-v-60893f73 {
|
||||
position: absolute;
|
||||
left: 21.62rpx;
|
||||
top: 0;
|
||||
}
|
||||
.section_3.data-v-60893f73 {
|
||||
padding-left: 33.75rpx;
|
||||
padding-right: 28.13rpx;
|
||||
background-color: #fffef8;
|
||||
border-radius: 18.75rpx;
|
||||
}
|
||||
.pos_2.data-v-60893f73 {
|
||||
position: absolute;
|
||||
left: 20.63rpx;
|
||||
right: 20.63rpx;
|
||||
top: 53.63rpx;
|
||||
}
|
||||
.group_3.data-v-60893f73 {
|
||||
padding: 31.88rpx 0 15.94rpx;
|
||||
border-bottom: solid 1.88rpx #e2e0e0;
|
||||
}
|
||||
.image.data-v-60893f73 {
|
||||
width: 43.13rpx;
|
||||
height: 43.13rpx;
|
||||
}
|
||||
.font_2.data-v-60893f73 {
|
||||
font-size: 26.25rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 24.3rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.text_2.data-v-60893f73 {
|
||||
line-height: 24rpx;
|
||||
}
|
||||
.text_3.data-v-60893f73 {
|
||||
line-height: 24rpx;
|
||||
}
|
||||
.image_2.data-v-60893f73 {
|
||||
width: 33.75rpx;
|
||||
height: 33.75rpx;
|
||||
}
|
||||
.group_4.data-v-60893f73 {
|
||||
padding: 22.97rpx 0 36.51rpx;
|
||||
}
|
||||
.font_3.data-v-60893f73 {
|
||||
font-size: 26.25rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 31.88rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.group_5.data-v-60893f73 {
|
||||
padding: 0 30rpx;
|
||||
}
|
||||
.text_4.data-v-60893f73 {
|
||||
line-height: 27.69rpx;
|
||||
}
|
||||
.section_4.data-v-60893f73 {
|
||||
padding: 31.88rpx 0;
|
||||
background-color: #fffef8;
|
||||
border-radius: 18.75rpx;
|
||||
}
|
||||
.equal-division.data-v-60893f73 {
|
||||
margin-left: 41.25rpx;
|
||||
margin-right: 41.27rpx;
|
||||
}
|
||||
.equal-division-item_1.data-v-60893f73 {
|
||||
flex: 1 1 281.25rpx;
|
||||
}
|
||||
.section_5.data-v-60893f73 {
|
||||
padding: 31.57rpx 0 40.58rpx;
|
||||
background-color: #fff291;
|
||||
border-radius: 18.75rpx;
|
||||
height: 281.25rpx;
|
||||
}
|
||||
.image_3.data-v-60893f73 {
|
||||
width: 159.99rpx;
|
||||
height: 159.99rpx;
|
||||
}
|
||||
.font_4.data-v-60893f73 {
|
||||
font-size: 30rpx;
|
||||
font-family: Inter;
|
||||
line-height: 27.75rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.equal-division-item_2.data-v-60893f73 {
|
||||
position: relative;
|
||||
flex: 1 1 281.25rpx;
|
||||
}
|
||||
.equal-division-item.data-v-60893f73 {
|
||||
padding: 31.56rpx 0 42.49rpx;
|
||||
background-color: #fff291;
|
||||
border-radius: 18.75rpx;
|
||||
height: 281.25rpx;
|
||||
}
|
||||
.text_5.data-v-60893f73 {
|
||||
margin-top: 19.46rpx;
|
||||
}
|
||||
.section_7.data-v-60893f73 {
|
||||
background-color: #ffffff99;
|
||||
border-radius: 18.75rpx;
|
||||
width: 281.25rpx;
|
||||
height: 281.25rpx;
|
||||
}
|
||||
.pos_3.data-v-60893f73 {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
.text_6.data-v-60893f73 {
|
||||
line-height: 27.86rpx;
|
||||
}
|
||||
.section_8.data-v-60893f73 {
|
||||
padding: 30rpx 30rpx 26.25rpx;
|
||||
background-color: #fff3c3;
|
||||
}
|
||||
.section_1.data-v-60893f73 {
|
||||
padding: 24.38rpx 26.25rpx 26.25rpx 39.38rpx;
|
||||
background-color: #fffef8;
|
||||
border-radius: 18.75rpx;
|
||||
}
|
||||
.image_4.data-v-60893f73 {
|
||||
border-radius: 9.38rpx;
|
||||
width: 118.13rpx;
|
||||
height: 151.88rpx;
|
||||
}
|
||||
.text_7.data-v-60893f73 {
|
||||
line-height: 24.26rpx;
|
||||
}
|
||||
.font_5.data-v-60893f73 {
|
||||
font-size: 33.75rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 24.3rpx;
|
||||
color: #ff3c3c;
|
||||
}
|
||||
.text_1.data-v-60893f73 {
|
||||
line-height: 24.81rpx;
|
||||
}
|
||||
.font_6.data-v-60893f73 {
|
||||
font-size: 22.5rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 21.36rpx;
|
||||
color: #898989;
|
||||
}
|
||||
.image_5.data-v-60893f73 {
|
||||
width: 37.5rpx;
|
||||
height: 37.5rpx;
|
||||
}
|
||||
.section_13.data-v-60893f73 {
|
||||
padding: 26.27rpx 26.25rpx 24.36rpx 39.38rpx;
|
||||
background-color: #fffef8;
|
||||
border-radius: 18.75rpx;
|
||||
}
|
||||
.group_6.data-v-60893f73 {
|
||||
margin-left: 24.77rpx;
|
||||
}
|
||||
.text_9.data-v-60893f73 {
|
||||
line-height: 24.15rpx;
|
||||
}
|
||||
.text_10.data-v-60893f73 {
|
||||
line-height: 24.81rpx;
|
||||
}
|
||||
.text_11.data-v-60893f73 {
|
||||
line-height: 21.38rpx;
|
||||
}
|
||||
.image_6.data-v-60893f73 {
|
||||
margin-left: 39.99rpx;
|
||||
}
|
||||
.image_7.data-v-60893f73 {
|
||||
width: 118.13rpx;
|
||||
height: 151.88rpx;
|
||||
}
|
||||
.text_12.data-v-60893f73 {
|
||||
line-height: 24.23rpx;
|
||||
}
|
||||
.text_20.data-v-60893f73 {
|
||||
line-height: 24.81rpx;
|
||||
}
|
||||
.image_8.data-v-60893f73 {
|
||||
width: 28.13rpx;
|
||||
height: 28.13rpx;
|
||||
}
|
||||
.text_13.data-v-60893f73 {
|
||||
color: #000000;
|
||||
line-height: 20.77rpx;
|
||||
}
|
||||
.section_9.data-v-60893f73 {
|
||||
padding: 16.88rpx 20.63rpx 15rpx 21.6rpx;
|
||||
background-color: #fffef8;
|
||||
}
|
||||
.group_7.data-v-60893f73 {
|
||||
width: 236.23rpx;
|
||||
}
|
||||
.group_8.data-v-60893f73 {
|
||||
padding: 4.22rpx 0 5.25rpx;
|
||||
}
|
||||
.text_14.data-v-60893f73 {
|
||||
color: #000000;
|
||||
font-size: 26.25rpx;
|
||||
font-family: Inter;
|
||||
line-height: 24.28rpx;
|
||||
}
|
||||
.pos_4.data-v-60893f73 {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
.text_15.data-v-60893f73 {
|
||||
color: #fbb612;
|
||||
font-weight: 700;
|
||||
line-height: 24.84rpx;
|
||||
}
|
||||
.text_17.data-v-60893f73 {
|
||||
margin-left: 3.52rpx;
|
||||
color: #fbb612;
|
||||
font-size: 26.25rpx;
|
||||
font-family: Open Sans;
|
||||
font-weight: 700;
|
||||
line-height: 19.29rpx;
|
||||
}
|
||||
.section_10.data-v-60893f73 {
|
||||
padding: 9.38rpx 9.38rpx 9.38rpx 10.18rpx;
|
||||
background-color: #d9d9d9;
|
||||
border-radius: 9.38rpx;
|
||||
height: 37.5rpx;
|
||||
}
|
||||
.text_18.data-v-60893f73 {
|
||||
color: #323232;
|
||||
font-size: 18.75rpx;
|
||||
font-family: Inter;
|
||||
line-height: 17.36rpx;
|
||||
}
|
||||
.image_9.data-v-60893f73 {
|
||||
width: 18.75rpx;
|
||||
height: 18.75rpx;
|
||||
}
|
||||
.text-wrapper.data-v-60893f73 {
|
||||
padding: 27.3rpx 0 27.45rpx;
|
||||
background-color: #fbb612;
|
||||
border-radius: 75rpx;
|
||||
height: 82.5rpx;
|
||||
}
|
||||
.text_16.data-v-60893f73 {
|
||||
color: #ffffff;
|
||||
}
|
1
unpackage/dist/dev/mp-alipay/pages/booking/AppointmentHome.axml
vendored
Normal file
19
unpackage/dist/dev/mp-alipay/pages/booking/AppointmentHome.js
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
"use strict";
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
||||
__name: "AppointmentHome",
|
||||
setup(__props) {
|
||||
const goto = () => {
|
||||
common_vendor.index.navigateTo({
|
||||
url: "/pages/booking/BillingOfFees/BillingOfFees"
|
||||
});
|
||||
};
|
||||
return (_ctx, _cache) => {
|
||||
return {
|
||||
a: common_vendor.o(goto)
|
||||
};
|
||||
};
|
||||
}
|
||||
});
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-60893f73"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/AppointmentHome.vue"]]);
|
||||
my.createPage(MiniProgramPage);
|
4
unpackage/dist/dev/mp-alipay/pages/booking/AppointmentHome.json
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"defaultTitle": "",
|
||||
"usingComponents": {}
|
||||
}
|
496
unpackage/dist/dev/mp-alipay/pages/booking/BillingOfFees/BillingOfFees.acss
vendored
Normal file
|
@ -0,0 +1,496 @@
|
|||
/* 水平间距 */
|
||||
/* 水平间距 */
|
||||
/************************************************************
|
||||
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
|
||||
** 否则页面将无法正常显示 **
|
||||
************************************************************/
|
||||
html.data-v-cab9a6c6 {
|
||||
font-size: 16px;
|
||||
}
|
||||
body.data-v-cab9a6c6 {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
|
||||
'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
view.data-v-cab9a6c6,
|
||||
image.data-v-cab9a6c6,
|
||||
text.data-v-cab9a6c6 {
|
||||
box-sizing: border-box;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
#app.data-v-cab9a6c6 {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
.flex-row.data-v-cab9a6c6 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.flex-col.data-v-cab9a6c6 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.justify-start.data-v-cab9a6c6 {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.justify-end.data-v-cab9a6c6 {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.justify-center.data-v-cab9a6c6 {
|
||||
justify-content: center;
|
||||
}
|
||||
.justify-between.data-v-cab9a6c6 {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.justify-around.data-v-cab9a6c6 {
|
||||
justify-content: space-around;
|
||||
}
|
||||
.justify-evenly.data-v-cab9a6c6 {
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
.items-start.data-v-cab9a6c6 {
|
||||
align-items: flex-start;
|
||||
}
|
||||
.items-end.data-v-cab9a6c6 {
|
||||
align-items: flex-end;
|
||||
}
|
||||
.items-center.data-v-cab9a6c6 {
|
||||
align-items: center;
|
||||
}
|
||||
.items-baseline.data-v-cab9a6c6 {
|
||||
align-items: baseline;
|
||||
}
|
||||
.items-stretch.data-v-cab9a6c6 {
|
||||
align-items: stretch;
|
||||
}
|
||||
.self-start.data-v-cab9a6c6 {
|
||||
align-self: flex-start;
|
||||
}
|
||||
.self-end.data-v-cab9a6c6 {
|
||||
align-self: flex-end;
|
||||
}
|
||||
.self-center.data-v-cab9a6c6 {
|
||||
align-self: center;
|
||||
}
|
||||
.self-baseline.data-v-cab9a6c6 {
|
||||
align-self: baseline;
|
||||
}
|
||||
.self-stretch.data-v-cab9a6c6 {
|
||||
align-self: stretch;
|
||||
}
|
||||
.flex-1.data-v-cab9a6c6 {
|
||||
flex: 1 1 0%;
|
||||
}
|
||||
.flex-auto.data-v-cab9a6c6 {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.grow.data-v-cab9a6c6 {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.grow-0.data-v-cab9a6c6 {
|
||||
flex-grow: 0;
|
||||
}
|
||||
.shrink.data-v-cab9a6c6 {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
.shrink-0.data-v-cab9a6c6 {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.relative.data-v-cab9a6c6 {
|
||||
position: relative;
|
||||
}
|
||||
.ml-2.data-v-cab9a6c6 {
|
||||
margin-left: 3.75rpx;
|
||||
}
|
||||
.mt-2.data-v-cab9a6c6 {
|
||||
margin-top: 3.75rpx;
|
||||
}
|
||||
.ml-4.data-v-cab9a6c6 {
|
||||
margin-left: 7.5rpx;
|
||||
}
|
||||
.mt-4.data-v-cab9a6c6 {
|
||||
margin-top: 7.5rpx;
|
||||
}
|
||||
.ml-6.data-v-cab9a6c6 {
|
||||
margin-left: 11.25rpx;
|
||||
}
|
||||
.mt-6.data-v-cab9a6c6 {
|
||||
margin-top: 11.25rpx;
|
||||
}
|
||||
.ml-8.data-v-cab9a6c6 {
|
||||
margin-left: 15rpx;
|
||||
}
|
||||
.mt-8.data-v-cab9a6c6 {
|
||||
margin-top: 15rpx;
|
||||
}
|
||||
.ml-10.data-v-cab9a6c6 {
|
||||
margin-left: 18.75rpx;
|
||||
}
|
||||
.mt-10.data-v-cab9a6c6 {
|
||||
margin-top: 18.75rpx;
|
||||
}
|
||||
.ml-12.data-v-cab9a6c6 {
|
||||
margin-left: 22.5rpx;
|
||||
}
|
||||
.mt-12.data-v-cab9a6c6 {
|
||||
margin-top: 22.5rpx;
|
||||
}
|
||||
.ml-14.data-v-cab9a6c6 {
|
||||
margin-left: 26.25rpx;
|
||||
}
|
||||
.mt-14.data-v-cab9a6c6 {
|
||||
margin-top: 26.25rpx;
|
||||
}
|
||||
.ml-16.data-v-cab9a6c6 {
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
.mt-16.data-v-cab9a6c6 {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
.ml-18.data-v-cab9a6c6 {
|
||||
margin-left: 33.75rpx;
|
||||
}
|
||||
.mt-18.data-v-cab9a6c6 {
|
||||
margin-top: 33.75rpx;
|
||||
}
|
||||
.ml-20.data-v-cab9a6c6 {
|
||||
margin-left: 37.5rpx;
|
||||
}
|
||||
.mt-20.data-v-cab9a6c6 {
|
||||
margin-top: 37.5rpx;
|
||||
}
|
||||
.ml-22.data-v-cab9a6c6 {
|
||||
margin-left: 41.25rpx;
|
||||
}
|
||||
.mt-22.data-v-cab9a6c6 {
|
||||
margin-top: 41.25rpx;
|
||||
}
|
||||
.ml-24.data-v-cab9a6c6 {
|
||||
margin-left: 45rpx;
|
||||
}
|
||||
.mt-24.data-v-cab9a6c6 {
|
||||
margin-top: 45rpx;
|
||||
}
|
||||
.ml-26.data-v-cab9a6c6 {
|
||||
margin-left: 48.75rpx;
|
||||
}
|
||||
.mt-26.data-v-cab9a6c6 {
|
||||
margin-top: 48.75rpx;
|
||||
}
|
||||
.ml-28.data-v-cab9a6c6 {
|
||||
margin-left: 52.5rpx;
|
||||
}
|
||||
.mt-28.data-v-cab9a6c6 {
|
||||
margin-top: 52.5rpx;
|
||||
}
|
||||
.ml-30.data-v-cab9a6c6 {
|
||||
margin-left: 56.25rpx;
|
||||
}
|
||||
.mt-30.data-v-cab9a6c6 {
|
||||
margin-top: 56.25rpx;
|
||||
}
|
||||
.ml-32.data-v-cab9a6c6 {
|
||||
margin-left: 60rpx;
|
||||
}
|
||||
.mt-32.data-v-cab9a6c6 {
|
||||
margin-top: 60rpx;
|
||||
}
|
||||
.ml-34.data-v-cab9a6c6 {
|
||||
margin-left: 63.75rpx;
|
||||
}
|
||||
.mt-34.data-v-cab9a6c6 {
|
||||
margin-top: 63.75rpx;
|
||||
}
|
||||
.ml-36.data-v-cab9a6c6 {
|
||||
margin-left: 67.5rpx;
|
||||
}
|
||||
.mt-36.data-v-cab9a6c6 {
|
||||
margin-top: 67.5rpx;
|
||||
}
|
||||
.ml-38.data-v-cab9a6c6 {
|
||||
margin-left: 71.25rpx;
|
||||
}
|
||||
.mt-38.data-v-cab9a6c6 {
|
||||
margin-top: 71.25rpx;
|
||||
}
|
||||
.ml-40.data-v-cab9a6c6 {
|
||||
margin-left: 75rpx;
|
||||
}
|
||||
.mt-40.data-v-cab9a6c6 {
|
||||
margin-top: 75rpx;
|
||||
}
|
||||
.ml-42.data-v-cab9a6c6 {
|
||||
margin-left: 78.75rpx;
|
||||
}
|
||||
.mt-42.data-v-cab9a6c6 {
|
||||
margin-top: 78.75rpx;
|
||||
}
|
||||
.ml-44.data-v-cab9a6c6 {
|
||||
margin-left: 82.5rpx;
|
||||
}
|
||||
.mt-44.data-v-cab9a6c6 {
|
||||
margin-top: 82.5rpx;
|
||||
}
|
||||
.ml-46.data-v-cab9a6c6 {
|
||||
margin-left: 86.25rpx;
|
||||
}
|
||||
.mt-46.data-v-cab9a6c6 {
|
||||
margin-top: 86.25rpx;
|
||||
}
|
||||
.ml-48.data-v-cab9a6c6 {
|
||||
margin-left: 90rpx;
|
||||
}
|
||||
.mt-48.data-v-cab9a6c6 {
|
||||
margin-top: 90rpx;
|
||||
}
|
||||
.ml-50.data-v-cab9a6c6 {
|
||||
margin-left: 93.75rpx;
|
||||
}
|
||||
.mt-50.data-v-cab9a6c6 {
|
||||
margin-top: 93.75rpx;
|
||||
}
|
||||
.ml-52.data-v-cab9a6c6 {
|
||||
margin-left: 97.5rpx;
|
||||
}
|
||||
.mt-52.data-v-cab9a6c6 {
|
||||
margin-top: 97.5rpx;
|
||||
}
|
||||
.ml-54.data-v-cab9a6c6 {
|
||||
margin-left: 101.25rpx;
|
||||
}
|
||||
.mt-54.data-v-cab9a6c6 {
|
||||
margin-top: 101.25rpx;
|
||||
}
|
||||
.ml-56.data-v-cab9a6c6 {
|
||||
margin-left: 105rpx;
|
||||
}
|
||||
.mt-56.data-v-cab9a6c6 {
|
||||
margin-top: 105rpx;
|
||||
}
|
||||
.ml-58.data-v-cab9a6c6 {
|
||||
margin-left: 108.75rpx;
|
||||
}
|
||||
.mt-58.data-v-cab9a6c6 {
|
||||
margin-top: 108.75rpx;
|
||||
}
|
||||
.ml-60.data-v-cab9a6c6 {
|
||||
margin-left: 112.5rpx;
|
||||
}
|
||||
.mt-60.data-v-cab9a6c6 {
|
||||
margin-top: 112.5rpx;
|
||||
}
|
||||
.ml-62.data-v-cab9a6c6 {
|
||||
margin-left: 116.25rpx;
|
||||
}
|
||||
.mt-62.data-v-cab9a6c6 {
|
||||
margin-top: 116.25rpx;
|
||||
}
|
||||
.ml-64.data-v-cab9a6c6 {
|
||||
margin-left: 120rpx;
|
||||
}
|
||||
.mt-64.data-v-cab9a6c6 {
|
||||
margin-top: 120rpx;
|
||||
}
|
||||
.ml-66.data-v-cab9a6c6 {
|
||||
margin-left: 123.75rpx;
|
||||
}
|
||||
.mt-66.data-v-cab9a6c6 {
|
||||
margin-top: 123.75rpx;
|
||||
}
|
||||
.ml-68.data-v-cab9a6c6 {
|
||||
margin-left: 127.5rpx;
|
||||
}
|
||||
.mt-68.data-v-cab9a6c6 {
|
||||
margin-top: 127.5rpx;
|
||||
}
|
||||
.ml-70.data-v-cab9a6c6 {
|
||||
margin-left: 131.25rpx;
|
||||
}
|
||||
.mt-70.data-v-cab9a6c6 {
|
||||
margin-top: 131.25rpx;
|
||||
}
|
||||
.ml-72.data-v-cab9a6c6 {
|
||||
margin-left: 135rpx;
|
||||
}
|
||||
.mt-72.data-v-cab9a6c6 {
|
||||
margin-top: 135rpx;
|
||||
}
|
||||
.ml-74.data-v-cab9a6c6 {
|
||||
margin-left: 138.75rpx;
|
||||
}
|
||||
.mt-74.data-v-cab9a6c6 {
|
||||
margin-top: 138.75rpx;
|
||||
}
|
||||
.ml-76.data-v-cab9a6c6 {
|
||||
margin-left: 142.5rpx;
|
||||
}
|
||||
.mt-76.data-v-cab9a6c6 {
|
||||
margin-top: 142.5rpx;
|
||||
}
|
||||
.ml-78.data-v-cab9a6c6 {
|
||||
margin-left: 146.25rpx;
|
||||
}
|
||||
.mt-78.data-v-cab9a6c6 {
|
||||
margin-top: 146.25rpx;
|
||||
}
|
||||
.ml-80.data-v-cab9a6c6 {
|
||||
margin-left: 150rpx;
|
||||
}
|
||||
.mt-80.data-v-cab9a6c6 {
|
||||
margin-top: 150rpx;
|
||||
}
|
||||
.ml-82.data-v-cab9a6c6 {
|
||||
margin-left: 153.75rpx;
|
||||
}
|
||||
.mt-82.data-v-cab9a6c6 {
|
||||
margin-top: 153.75rpx;
|
||||
}
|
||||
.ml-84.data-v-cab9a6c6 {
|
||||
margin-left: 157.5rpx;
|
||||
}
|
||||
.mt-84.data-v-cab9a6c6 {
|
||||
margin-top: 157.5rpx;
|
||||
}
|
||||
.ml-86.data-v-cab9a6c6 {
|
||||
margin-left: 161.25rpx;
|
||||
}
|
||||
.mt-86.data-v-cab9a6c6 {
|
||||
margin-top: 161.25rpx;
|
||||
}
|
||||
.ml-88.data-v-cab9a6c6 {
|
||||
margin-left: 165rpx;
|
||||
}
|
||||
.mt-88.data-v-cab9a6c6 {
|
||||
margin-top: 165rpx;
|
||||
}
|
||||
.ml-90.data-v-cab9a6c6 {
|
||||
margin-left: 168.75rpx;
|
||||
}
|
||||
.mt-90.data-v-cab9a6c6 {
|
||||
margin-top: 168.75rpx;
|
||||
}
|
||||
.ml-92.data-v-cab9a6c6 {
|
||||
margin-left: 172.5rpx;
|
||||
}
|
||||
.mt-92.data-v-cab9a6c6 {
|
||||
margin-top: 172.5rpx;
|
||||
}
|
||||
.ml-94.data-v-cab9a6c6 {
|
||||
margin-left: 176.25rpx;
|
||||
}
|
||||
.mt-94.data-v-cab9a6c6 {
|
||||
margin-top: 176.25rpx;
|
||||
}
|
||||
.ml-96.data-v-cab9a6c6 {
|
||||
margin-left: 180rpx;
|
||||
}
|
||||
.mt-96.data-v-cab9a6c6 {
|
||||
margin-top: 180rpx;
|
||||
}
|
||||
.ml-98.data-v-cab9a6c6 {
|
||||
margin-left: 183.75rpx;
|
||||
}
|
||||
.mt-98.data-v-cab9a6c6 {
|
||||
margin-top: 183.75rpx;
|
||||
}
|
||||
.ml-100.data-v-cab9a6c6 {
|
||||
margin-left: 187.5rpx;
|
||||
}
|
||||
.mt-100.data-v-cab9a6c6 {
|
||||
margin-top: 187.5rpx;
|
||||
}
|
||||
.mt-15.data-v-cab9a6c6 {
|
||||
margin-top: 28.13rpx;
|
||||
}
|
||||
.page.data-v-cab9a6c6 {
|
||||
padding: 48.75rpx 11.75rpx 61.88rpx;
|
||||
background-color: #fffef8;
|
||||
border-radius: 37.5rpx 37.5rpx 0rpx 0rpx;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
.text.data-v-cab9a6c6 {
|
||||
color: #323232;
|
||||
font-size: 37.5rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 34.73rpx;
|
||||
}
|
||||
.group.data-v-cab9a6c6 {
|
||||
margin-right: 11.25rpx;
|
||||
margin-top: 67.5rpx;
|
||||
}
|
||||
.font.data-v-cab9a6c6 {
|
||||
font-size: 30rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 27.71rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.text_2.data-v-cab9a6c6 {
|
||||
line-height: 35.63rpx;
|
||||
}
|
||||
.font_2.data-v-cab9a6c6 {
|
||||
font-size: 26.25rpx;
|
||||
font-family: Inter;
|
||||
line-height: 31.88rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.text_3.data-v-cab9a6c6 {
|
||||
margin-left: 22.5rpx;
|
||||
margin-top: 15rpx;
|
||||
}
|
||||
.text_4.data-v-cab9a6c6 {
|
||||
margin-left: 18.75rpx;
|
||||
margin-right: 15rpx;
|
||||
}
|
||||
.group_2.data-v-cab9a6c6 {
|
||||
margin-right: 18.75rpx;
|
||||
margin-top: 63.75rpx;
|
||||
}
|
||||
.font_3.data-v-cab9a6c6 {
|
||||
font-size: 26.25rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 31.88rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.text_5.data-v-cab9a6c6 {
|
||||
margin-left: 15rpx;
|
||||
}
|
||||
.group_3.data-v-cab9a6c6 {
|
||||
margin-right: 18.75rpx;
|
||||
margin-top: 63.75rpx;
|
||||
}
|
||||
.text_6.data-v-cab9a6c6 {
|
||||
line-height: 27.84rpx;
|
||||
}
|
||||
.text_7.data-v-cab9a6c6 {
|
||||
margin-left: 15rpx;
|
||||
}
|
||||
.group_4.data-v-cab9a6c6 {
|
||||
margin-right: 22.5rpx;
|
||||
margin-top: 56.25rpx;
|
||||
}
|
||||
.text_8.data-v-cab9a6c6 {
|
||||
line-height: 27.75rpx;
|
||||
}
|
||||
.text_9.data-v-cab9a6c6 {
|
||||
margin-left: 3.75rpx;
|
||||
}
|
||||
.text-wrapper.data-v-cab9a6c6 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 75rpx 22.5rpx 0;
|
||||
padding: 30rpx 0;
|
||||
background-color: #fbb612;
|
||||
border-radius: 75rpx;
|
||||
}
|
||||
.text_10.data-v-cab9a6c6 {
|
||||
color: #ffffff;
|
||||
font-size: 30rpx;
|
||||
font-family: Inter;
|
||||
line-height: 27.71rpx;
|
||||
}
|
1
unpackage/dist/dev/mp-alipay/pages/booking/BillingOfFees/BillingOfFees.axml
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<view class="flex-col page data-v-cab9a6c6"><text class="self-center text data-v-cab9a6c6">费用说明</text><view class="flex-col self-stretch group data-v-cab9a6c6"><text class="self-start font text_2 data-v-cab9a6c6">一、费用支付流程</text><text class="self-stretch font_2 text_3 data-v-cab9a6c6"> 确定等级:您将根据个人需求选择合适的服装价位区间,并完成预约操作。 <view class="data-v-cab9a6c6"/> 预约成功:预约成功后,您需前往店铺挑选对应等级的服装。 <view class="data-v-cab9a6c6"/></text><text class="self-stretch font_2 text_4 data-v-cab9a6c6"> 补缴尾款及押金:在挑选服装时,您需要补缴尾款(扣除已支付定金后的剩余服务或商品费用)以及押金(用于保障服装归还时的完好)。 </text></view><view class="flex-col self-stretch group_2 data-v-cab9a6c6"><text class="self-start font data-v-cab9a6c6">二、尾款具体事项</text><text class="mt-18 self-stretch font_3 text_5 data-v-cab9a6c6"> 租赁服装:若您选择租赁我们店铺没有的服装,租赁费用将在您支付尾款时一并结算。无论拍摄是否进行,租赁费用均不予退还。 <view class="data-v-cab9a6c6"/> 购买服装:如您希望购买我们店铺的服装,且我们同意购买,将按照服装的稀有程度分等级定价。您需按照所选等级支付尾款。 <view class="data-v-cab9a6c6"/> 定制服务:若您自带衣服,我们提供妆发及摄影服务。若需我们额外购买服装,将按照上述等级定价,您需支付相应的尾款。 </text></view><view class="flex-col self-stretch group_3 data-v-cab9a6c6"><text class="self-start font text_6 data-v-cab9a6c6">三、定金与押金说明</text><text class="self-stretch font_3 text_7 mt-15 data-v-cab9a6c6"> 定金:预约时支付的定金用于确认您的预约意向,定金 不予退还。 <view class="data-v-cab9a6c6"/> 押金:拍摄完成后,我们将根据服装的归还情况决定是否扣除押金。若服装无损坏,押金将全额退还。 </text></view><view class="flex-col self-stretch group_4 data-v-cab9a6c6"><text class="self-start font text_8 data-v-cab9a6c6">四、特殊情况处理</text><text class="mt-18 self-stretch font_3 text_9 data-v-cab9a6c6"> 若因特殊情况您需要取消预约,请及时与我们联系。未拍摄情况下,定金不予退还,已支付的租赁费用亦不退还。 <view class="data-v-cab9a6c6"/></text></view><view class="flex-col justify-start items-center self-stretch text-wrapper data-v-cab9a6c6" onTap="{{a}}"><text class="text_10 data-v-cab9a6c6">我知道了</text></view></view>
|
19
unpackage/dist/dev/mp-alipay/pages/booking/BillingOfFees/BillingOfFees.js
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
"use strict";
|
||||
const common_vendor = require("../../../common/vendor.js");
|
||||
const _sfc_main = {
|
||||
__name: "BillingOfFees",
|
||||
setup(__props) {
|
||||
const jump_pay = () => {
|
||||
common_vendor.index.navigateTo({
|
||||
url: "../../../pages/booking/bookingpay/bookingpay"
|
||||
});
|
||||
};
|
||||
return (_ctx, _cache) => {
|
||||
return {
|
||||
a: common_vendor.o(jump_pay)
|
||||
};
|
||||
};
|
||||
}
|
||||
};
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cab9a6c6"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/BillingOfFees/BillingOfFees.vue"]]);
|
||||
my.createPage(MiniProgramPage);
|
4
unpackage/dist/dev/mp-alipay/pages/booking/BillingOfFees/BillingOfFees.json
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"defaultTitle": "",
|
||||
"usingComponents": {}
|
||||
}
|
464
unpackage/dist/dev/mp-alipay/pages/booking/ContactInformation.acss
vendored
Normal file
|
@ -0,0 +1,464 @@
|
|||
/* 水平间距 */
|
||||
/* 水平间距 */
|
||||
/************************************************************
|
||||
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
|
||||
** 否则页面将无法正常显示 **
|
||||
************************************************************/
|
||||
html.data-v-43413e24 {
|
||||
font-size: 16px;
|
||||
}
|
||||
body.data-v-43413e24 {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
|
||||
'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
view.data-v-43413e24,
|
||||
image.data-v-43413e24,
|
||||
text.data-v-43413e24 {
|
||||
box-sizing: border-box;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
#app.data-v-43413e24 {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
.flex-row.data-v-43413e24 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.flex-col.data-v-43413e24 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.justify-start.data-v-43413e24 {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.justify-end.data-v-43413e24 {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.justify-center.data-v-43413e24 {
|
||||
justify-content: center;
|
||||
}
|
||||
.justify-between.data-v-43413e24 {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.justify-around.data-v-43413e24 {
|
||||
justify-content: space-around;
|
||||
}
|
||||
.justify-evenly.data-v-43413e24 {
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
.items-start.data-v-43413e24 {
|
||||
align-items: flex-start;
|
||||
}
|
||||
.items-end.data-v-43413e24 {
|
||||
align-items: flex-end;
|
||||
}
|
||||
.items-center.data-v-43413e24 {
|
||||
align-items: center;
|
||||
}
|
||||
.items-baseline.data-v-43413e24 {
|
||||
align-items: baseline;
|
||||
}
|
||||
.items-stretch.data-v-43413e24 {
|
||||
align-items: stretch;
|
||||
}
|
||||
.self-start.data-v-43413e24 {
|
||||
align-self: flex-start;
|
||||
}
|
||||
.self-end.data-v-43413e24 {
|
||||
align-self: flex-end;
|
||||
}
|
||||
.self-center.data-v-43413e24 {
|
||||
align-self: center;
|
||||
}
|
||||
.self-baseline.data-v-43413e24 {
|
||||
align-self: baseline;
|
||||
}
|
||||
.self-stretch.data-v-43413e24 {
|
||||
align-self: stretch;
|
||||
}
|
||||
.flex-1.data-v-43413e24 {
|
||||
flex: 1 1 0%;
|
||||
}
|
||||
.flex-auto.data-v-43413e24 {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.grow.data-v-43413e24 {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.grow-0.data-v-43413e24 {
|
||||
flex-grow: 0;
|
||||
}
|
||||
.shrink.data-v-43413e24 {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
.shrink-0.data-v-43413e24 {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.relative.data-v-43413e24 {
|
||||
position: relative;
|
||||
}
|
||||
.ml-2.data-v-43413e24 {
|
||||
margin-left: 3.75rpx;
|
||||
}
|
||||
.mt-2.data-v-43413e24 {
|
||||
margin-top: 3.75rpx;
|
||||
}
|
||||
.ml-4.data-v-43413e24 {
|
||||
margin-left: 7.5rpx;
|
||||
}
|
||||
.mt-4.data-v-43413e24 {
|
||||
margin-top: 7.5rpx;
|
||||
}
|
||||
.ml-6.data-v-43413e24 {
|
||||
margin-left: 11.25rpx;
|
||||
}
|
||||
.mt-6.data-v-43413e24 {
|
||||
margin-top: 11.25rpx;
|
||||
}
|
||||
.ml-8.data-v-43413e24 {
|
||||
margin-left: 15rpx;
|
||||
}
|
||||
.mt-8.data-v-43413e24 {
|
||||
margin-top: 15rpx;
|
||||
}
|
||||
.ml-10.data-v-43413e24 {
|
||||
margin-left: 18.75rpx;
|
||||
}
|
||||
.mt-10.data-v-43413e24 {
|
||||
margin-top: 18.75rpx;
|
||||
}
|
||||
.ml-12.data-v-43413e24 {
|
||||
margin-left: 22.5rpx;
|
||||
}
|
||||
.mt-12.data-v-43413e24 {
|
||||
margin-top: 22.5rpx;
|
||||
}
|
||||
.ml-14.data-v-43413e24 {
|
||||
margin-left: 26.25rpx;
|
||||
}
|
||||
.mt-14.data-v-43413e24 {
|
||||
margin-top: 26.25rpx;
|
||||
}
|
||||
.ml-16.data-v-43413e24 {
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
.mt-16.data-v-43413e24 {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
.ml-18.data-v-43413e24 {
|
||||
margin-left: 33.75rpx;
|
||||
}
|
||||
.mt-18.data-v-43413e24 {
|
||||
margin-top: 33.75rpx;
|
||||
}
|
||||
.ml-20.data-v-43413e24 {
|
||||
margin-left: 37.5rpx;
|
||||
}
|
||||
.mt-20.data-v-43413e24 {
|
||||
margin-top: 37.5rpx;
|
||||
}
|
||||
.ml-22.data-v-43413e24 {
|
||||
margin-left: 41.25rpx;
|
||||
}
|
||||
.mt-22.data-v-43413e24 {
|
||||
margin-top: 41.25rpx;
|
||||
}
|
||||
.ml-24.data-v-43413e24 {
|
||||
margin-left: 45rpx;
|
||||
}
|
||||
.mt-24.data-v-43413e24 {
|
||||
margin-top: 45rpx;
|
||||
}
|
||||
.ml-26.data-v-43413e24 {
|
||||
margin-left: 48.75rpx;
|
||||
}
|
||||
.mt-26.data-v-43413e24 {
|
||||
margin-top: 48.75rpx;
|
||||
}
|
||||
.ml-28.data-v-43413e24 {
|
||||
margin-left: 52.5rpx;
|
||||
}
|
||||
.mt-28.data-v-43413e24 {
|
||||
margin-top: 52.5rpx;
|
||||
}
|
||||
.ml-30.data-v-43413e24 {
|
||||
margin-left: 56.25rpx;
|
||||
}
|
||||
.mt-30.data-v-43413e24 {
|
||||
margin-top: 56.25rpx;
|
||||
}
|
||||
.ml-32.data-v-43413e24 {
|
||||
margin-left: 60rpx;
|
||||
}
|
||||
.mt-32.data-v-43413e24 {
|
||||
margin-top: 60rpx;
|
||||
}
|
||||
.ml-34.data-v-43413e24 {
|
||||
margin-left: 63.75rpx;
|
||||
}
|
||||
.mt-34.data-v-43413e24 {
|
||||
margin-top: 63.75rpx;
|
||||
}
|
||||
.ml-36.data-v-43413e24 {
|
||||
margin-left: 67.5rpx;
|
||||
}
|
||||
.mt-36.data-v-43413e24 {
|
||||
margin-top: 67.5rpx;
|
||||
}
|
||||
.ml-38.data-v-43413e24 {
|
||||
margin-left: 71.25rpx;
|
||||
}
|
||||
.mt-38.data-v-43413e24 {
|
||||
margin-top: 71.25rpx;
|
||||
}
|
||||
.ml-40.data-v-43413e24 {
|
||||
margin-left: 75rpx;
|
||||
}
|
||||
.mt-40.data-v-43413e24 {
|
||||
margin-top: 75rpx;
|
||||
}
|
||||
.ml-42.data-v-43413e24 {
|
||||
margin-left: 78.75rpx;
|
||||
}
|
||||
.mt-42.data-v-43413e24 {
|
||||
margin-top: 78.75rpx;
|
||||
}
|
||||
.ml-44.data-v-43413e24 {
|
||||
margin-left: 82.5rpx;
|
||||
}
|
||||
.mt-44.data-v-43413e24 {
|
||||
margin-top: 82.5rpx;
|
||||
}
|
||||
.ml-46.data-v-43413e24 {
|
||||
margin-left: 86.25rpx;
|
||||
}
|
||||
.mt-46.data-v-43413e24 {
|
||||
margin-top: 86.25rpx;
|
||||
}
|
||||
.ml-48.data-v-43413e24 {
|
||||
margin-left: 90rpx;
|
||||
}
|
||||
.mt-48.data-v-43413e24 {
|
||||
margin-top: 90rpx;
|
||||
}
|
||||
.ml-50.data-v-43413e24 {
|
||||
margin-left: 93.75rpx;
|
||||
}
|
||||
.mt-50.data-v-43413e24 {
|
||||
margin-top: 93.75rpx;
|
||||
}
|
||||
.ml-52.data-v-43413e24 {
|
||||
margin-left: 97.5rpx;
|
||||
}
|
||||
.mt-52.data-v-43413e24 {
|
||||
margin-top: 97.5rpx;
|
||||
}
|
||||
.ml-54.data-v-43413e24 {
|
||||
margin-left: 101.25rpx;
|
||||
}
|
||||
.mt-54.data-v-43413e24 {
|
||||
margin-top: 101.25rpx;
|
||||
}
|
||||
.ml-56.data-v-43413e24 {
|
||||
margin-left: 105rpx;
|
||||
}
|
||||
.mt-56.data-v-43413e24 {
|
||||
margin-top: 105rpx;
|
||||
}
|
||||
.ml-58.data-v-43413e24 {
|
||||
margin-left: 108.75rpx;
|
||||
}
|
||||
.mt-58.data-v-43413e24 {
|
||||
margin-top: 108.75rpx;
|
||||
}
|
||||
.ml-60.data-v-43413e24 {
|
||||
margin-left: 112.5rpx;
|
||||
}
|
||||
.mt-60.data-v-43413e24 {
|
||||
margin-top: 112.5rpx;
|
||||
}
|
||||
.ml-62.data-v-43413e24 {
|
||||
margin-left: 116.25rpx;
|
||||
}
|
||||
.mt-62.data-v-43413e24 {
|
||||
margin-top: 116.25rpx;
|
||||
}
|
||||
.ml-64.data-v-43413e24 {
|
||||
margin-left: 120rpx;
|
||||
}
|
||||
.mt-64.data-v-43413e24 {
|
||||
margin-top: 120rpx;
|
||||
}
|
||||
.ml-66.data-v-43413e24 {
|
||||
margin-left: 123.75rpx;
|
||||
}
|
||||
.mt-66.data-v-43413e24 {
|
||||
margin-top: 123.75rpx;
|
||||
}
|
||||
.ml-68.data-v-43413e24 {
|
||||
margin-left: 127.5rpx;
|
||||
}
|
||||
.mt-68.data-v-43413e24 {
|
||||
margin-top: 127.5rpx;
|
||||
}
|
||||
.ml-70.data-v-43413e24 {
|
||||
margin-left: 131.25rpx;
|
||||
}
|
||||
.mt-70.data-v-43413e24 {
|
||||
margin-top: 131.25rpx;
|
||||
}
|
||||
.ml-72.data-v-43413e24 {
|
||||
margin-left: 135rpx;
|
||||
}
|
||||
.mt-72.data-v-43413e24 {
|
||||
margin-top: 135rpx;
|
||||
}
|
||||
.ml-74.data-v-43413e24 {
|
||||
margin-left: 138.75rpx;
|
||||
}
|
||||
.mt-74.data-v-43413e24 {
|
||||
margin-top: 138.75rpx;
|
||||
}
|
||||
.ml-76.data-v-43413e24 {
|
||||
margin-left: 142.5rpx;
|
||||
}
|
||||
.mt-76.data-v-43413e24 {
|
||||
margin-top: 142.5rpx;
|
||||
}
|
||||
.ml-78.data-v-43413e24 {
|
||||
margin-left: 146.25rpx;
|
||||
}
|
||||
.mt-78.data-v-43413e24 {
|
||||
margin-top: 146.25rpx;
|
||||
}
|
||||
.ml-80.data-v-43413e24 {
|
||||
margin-left: 150rpx;
|
||||
}
|
||||
.mt-80.data-v-43413e24 {
|
||||
margin-top: 150rpx;
|
||||
}
|
||||
.ml-82.data-v-43413e24 {
|
||||
margin-left: 153.75rpx;
|
||||
}
|
||||
.mt-82.data-v-43413e24 {
|
||||
margin-top: 153.75rpx;
|
||||
}
|
||||
.ml-84.data-v-43413e24 {
|
||||
margin-left: 157.5rpx;
|
||||
}
|
||||
.mt-84.data-v-43413e24 {
|
||||
margin-top: 157.5rpx;
|
||||
}
|
||||
.ml-86.data-v-43413e24 {
|
||||
margin-left: 161.25rpx;
|
||||
}
|
||||
.mt-86.data-v-43413e24 {
|
||||
margin-top: 161.25rpx;
|
||||
}
|
||||
.ml-88.data-v-43413e24 {
|
||||
margin-left: 165rpx;
|
||||
}
|
||||
.mt-88.data-v-43413e24 {
|
||||
margin-top: 165rpx;
|
||||
}
|
||||
.ml-90.data-v-43413e24 {
|
||||
margin-left: 168.75rpx;
|
||||
}
|
||||
.mt-90.data-v-43413e24 {
|
||||
margin-top: 168.75rpx;
|
||||
}
|
||||
.ml-92.data-v-43413e24 {
|
||||
margin-left: 172.5rpx;
|
||||
}
|
||||
.mt-92.data-v-43413e24 {
|
||||
margin-top: 172.5rpx;
|
||||
}
|
||||
.ml-94.data-v-43413e24 {
|
||||
margin-left: 176.25rpx;
|
||||
}
|
||||
.mt-94.data-v-43413e24 {
|
||||
margin-top: 176.25rpx;
|
||||
}
|
||||
.ml-96.data-v-43413e24 {
|
||||
margin-left: 180rpx;
|
||||
}
|
||||
.mt-96.data-v-43413e24 {
|
||||
margin-top: 180rpx;
|
||||
}
|
||||
.ml-98.data-v-43413e24 {
|
||||
margin-left: 183.75rpx;
|
||||
}
|
||||
.mt-98.data-v-43413e24 {
|
||||
margin-top: 183.75rpx;
|
||||
}
|
||||
.ml-100.data-v-43413e24 {
|
||||
margin-left: 187.5rpx;
|
||||
}
|
||||
.mt-100.data-v-43413e24 {
|
||||
margin-top: 187.5rpx;
|
||||
}
|
||||
.ml-9.data-v-43413e24 {
|
||||
margin-left: 16.88rpx;
|
||||
}
|
||||
.mt-251.data-v-43413e24 {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.page.data-v-43413e24 {
|
||||
background-color: #f5f5dc;
|
||||
border-radius: 28.13rpx 28.13rpx 0rpx 0rpx;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
.group_2.data-v-43413e24 {
|
||||
overflow-y: auto;
|
||||
}
|
||||
.section.data-v-43413e24 {
|
||||
padding: 52.5rpx 15rpx;
|
||||
background-color: #fffef8;
|
||||
border-bottom: solid 1.88rpx #c8c8c8;
|
||||
}
|
||||
.image_3.data-v-43413e24 {
|
||||
width: 33.75rpx;
|
||||
height: 33.75rpx;
|
||||
}
|
||||
.font.data-v-43413e24 {
|
||||
font-size: 30rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 27.19rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.font_2.data-v-43413e24 {
|
||||
font-size: 30rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 22.05rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.group_3.data-v-43413e24 {
|
||||
margin-right: 11.25rpx;
|
||||
}
|
||||
.image_2.data-v-43413e24 {
|
||||
width: 39.38rpx;
|
||||
height: 39.38rpx;
|
||||
}
|
||||
.section_2.data-v-43413e24 {
|
||||
padding: 22.5rpx 0 15rpx;
|
||||
background-color: #fffef8;
|
||||
}
|
||||
.button.data-v-43413e24 {
|
||||
padding: 30rpx 0;
|
||||
background-color: #fbb612;
|
||||
border-radius: 75rpx;
|
||||
width: 639.38rpx;
|
||||
}
|
||||
.text_2.data-v-43413e24 {
|
||||
color: #ffffff;
|
||||
line-height: 27.75rpx;
|
||||
}
|
1
unpackage/dist/dev/mp-alipay/pages/booking/ContactInformation.axml
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<view class="flex-col page data-v-43413e24"><view class="flex-col flex-1 group_2 data-v-43413e24"><view class="flex-col data-v-43413e24"><view class="flex-row justify-between items-center section data-v-43413e24"><view class="flex-row items-center data-v-43413e24"><image class="shrink-0 image_3 data-v-43413e24" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=3a9304082db1a0ce59900947da89bfaf.png"/><text class="font ml-9 data-v-43413e24">张三</text><text class="font_2 ml-9 data-v-43413e24">15888610253</text></view><view class="flex-row group_3 data-v-43413e24"><image class="image_2 data-v-43413e24" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=4ea2c3040a66adfdc3cd18d7fe9fea60.png"/><image class="ml-12 image_2 data-v-43413e24" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=6184b59dfc6e09773e972bd085509877.png"/></view></view><view class="flex-row justify-between items-center section data-v-43413e24"><view class="flex-row items-center data-v-43413e24"><image class="shrink-0 image_3 data-v-43413e24" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=3a9304082db1a0ce59900947da89bfaf.png"/><text class="font ml-9 data-v-43413e24">张三</text><text class="font_2 ml-9 data-v-43413e24">15888610253</text></view><view class="flex-row group_3 data-v-43413e24"><image class="image_2 data-v-43413e24" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=4ea2c3040a66adfdc3cd18d7fe9fea60.png"/><image class="ml-12 image_2 data-v-43413e24" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=6184b59dfc6e09773e972bd085509877.png"/></view></view><view class="flex-row justify-between items-center section data-v-43413e24"><view class="flex-row items-center data-v-43413e24"><image class="shrink-0 image_3 data-v-43413e24" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=3a9304082db1a0ce59900947da89bfaf.png"/><text class="font ml-9 data-v-43413e24">张三</text><text class="font_2 ml-9 data-v-43413e24">15888610253</text></view><view class="flex-row group_3 data-v-43413e24"><image class="image_2 data-v-43413e24" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=4ea2c3040a66adfdc3cd18d7fe9fea60.png"/><image class="ml-12 image_2 data-v-43413e24" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=6184b59dfc6e09773e972bd085509877.png"/></view></view><view class="flex-row justify-between items-center section data-v-43413e24"><view class="flex-row items-center data-v-43413e24"><image class="shrink-0 image_3 data-v-43413e24" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=3a9304082db1a0ce59900947da89bfaf.png"/><text class="font ml-9 data-v-43413e24">张三</text><text class="font_2 ml-9 data-v-43413e24">15888610253</text></view><view class="flex-row group_3 data-v-43413e24"><image class="image_2 data-v-43413e24" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=4ea2c3040a66adfdc3cd18d7fe9fea60.png"/><image class="ml-12 image_2 data-v-43413e24" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=6184b59dfc6e09773e972bd085509877.png"/></view></view></view><view class="flex-col justify-start items-center section_2 mt-251 data-v-43413e24"><view class="flex-col justify-start items-center button data-v-43413e24"><text class="font text_2 data-v-43413e24">添加新联系人</text></view></view></view></view>
|
8
unpackage/dist/dev/mp-alipay/pages/booking/ContactInformation.js
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
"use strict";
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
const _sfc_main = {};
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-43413e24"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/ContactInformation.vue"]]);
|
||||
my.createPage(MiniProgramPage);
|
4
unpackage/dist/dev/mp-alipay/pages/booking/ContactInformation.json
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"defaultTitle": "联系人信息",
|
||||
"usingComponents": {}
|
||||
}
|
0
unpackage/dist/dev/mp-alipay/pages/booking/CostumeDetails/CostumeDetails.acss
vendored
Normal file
1
unpackage/dist/dev/mp-alipay/pages/booking/CostumeDetails/CostumeDetails.axml
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<view>{{a}}</view><image src="{{b}}"></image><image src="{{c}}"></image><view>{{d}}</view><view>{{e}}</view><view>{{f}}</view>
|
49
unpackage/dist/dev/mp-alipay/pages/booking/CostumeDetails/CostumeDetails.js
vendored
Normal file
|
@ -0,0 +1,49 @@
|
|||
"use strict";
|
||||
const common_vendor = require("../../../common/vendor.js");
|
||||
const api_request = require("../../../api/request.js");
|
||||
const _sfc_main = {
|
||||
__name: "CostumeDetails",
|
||||
setup(__props) {
|
||||
const id = common_vendor.ref([{}]);
|
||||
const details = common_vendor.ref([{}]);
|
||||
common_vendor.onLoad((options) => {
|
||||
id.value = JSON.parse(options.info);
|
||||
console.log(id.value, 1111111111);
|
||||
});
|
||||
common_vendor.onMounted(() => {
|
||||
getDetails();
|
||||
});
|
||||
const getDetails = async () => {
|
||||
const res = await common_vendor.index.request({
|
||||
url: api_request.baseUrl + "/clothesInfo/list/detail",
|
||||
method: "POST",
|
||||
header: {
|
||||
cookie: wx.getAccountInfoSync("cookie")
|
||||
},
|
||||
data: {
|
||||
id: id.value
|
||||
}
|
||||
});
|
||||
if (res.data.code === 1) {
|
||||
details.value = res.data.data;
|
||||
} else {
|
||||
uin.showtoast({
|
||||
icon: "error",
|
||||
title: "获取失败"
|
||||
});
|
||||
}
|
||||
};
|
||||
return (_ctx, _cache) => {
|
||||
return {
|
||||
a: common_vendor.t(details.value.name),
|
||||
b: details.value.image,
|
||||
c: details.value.effectImg,
|
||||
d: common_vendor.t(details.value.intro),
|
||||
e: common_vendor.t(details.value.price),
|
||||
f: common_vendor.t(details.value.clothesType)
|
||||
};
|
||||
};
|
||||
}
|
||||
};
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/CostumeDetails/CostumeDetails.vue"]]);
|
||||
my.createPage(MiniProgramPage);
|
4
unpackage/dist/dev/mp-alipay/pages/booking/CostumeDetails/CostumeDetails.json
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"defaultTitle": "",
|
||||
"usingComponents": {}
|
||||
}
|
526
unpackage/dist/dev/mp-alipay/pages/booking/CostumeDisplay/CostumeDisplay.acss
vendored
Normal file
|
@ -0,0 +1,526 @@
|
|||
/* 水平间距 */
|
||||
/* 水平间距 */
|
||||
/************************************************************
|
||||
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
|
||||
** 否则页面将无法正常显示 **
|
||||
************************************************************/
|
||||
html.data-v-d97852c0 {
|
||||
font-size: 16px;
|
||||
}
|
||||
body.data-v-d97852c0 {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
|
||||
'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
view.data-v-d97852c0,
|
||||
image.data-v-d97852c0,
|
||||
text.data-v-d97852c0 {
|
||||
box-sizing: border-box;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
#app.data-v-d97852c0 {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
.flex-row.data-v-d97852c0 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.flex-col.data-v-d97852c0 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.justify-start.data-v-d97852c0 {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.justify-end.data-v-d97852c0 {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.justify-center.data-v-d97852c0 {
|
||||
justify-content: center;
|
||||
}
|
||||
.justify-between.data-v-d97852c0 {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.justify-around.data-v-d97852c0 {
|
||||
justify-content: space-around;
|
||||
}
|
||||
.justify-evenly.data-v-d97852c0 {
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
.items-start.data-v-d97852c0 {
|
||||
align-items: flex-start;
|
||||
}
|
||||
.items-end.data-v-d97852c0 {
|
||||
align-items: flex-end;
|
||||
}
|
||||
.items-center.data-v-d97852c0 {
|
||||
align-items: center;
|
||||
}
|
||||
.items-baseline.data-v-d97852c0 {
|
||||
align-items: baseline;
|
||||
}
|
||||
.items-stretch.data-v-d97852c0 {
|
||||
align-items: stretch;
|
||||
}
|
||||
.self-start.data-v-d97852c0 {
|
||||
align-self: flex-start;
|
||||
}
|
||||
.self-end.data-v-d97852c0 {
|
||||
align-self: flex-end;
|
||||
}
|
||||
.self-center.data-v-d97852c0 {
|
||||
align-self: center;
|
||||
}
|
||||
.self-baseline.data-v-d97852c0 {
|
||||
align-self: baseline;
|
||||
}
|
||||
.self-stretch.data-v-d97852c0 {
|
||||
align-self: stretch;
|
||||
}
|
||||
.flex-1.data-v-d97852c0 {
|
||||
flex: 1 1 0%;
|
||||
}
|
||||
.flex-auto.data-v-d97852c0 {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.grow.data-v-d97852c0 {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.grow-0.data-v-d97852c0 {
|
||||
flex-grow: 0;
|
||||
}
|
||||
.shrink.data-v-d97852c0 {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
.shrink-0.data-v-d97852c0 {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.relative.data-v-d97852c0 {
|
||||
position: relative;
|
||||
}
|
||||
.ml-2.data-v-d97852c0 {
|
||||
margin-left: 3.75rpx;
|
||||
}
|
||||
.mt-2.data-v-d97852c0 {
|
||||
margin-top: 3.75rpx;
|
||||
}
|
||||
.ml-4.data-v-d97852c0 {
|
||||
margin-left: 7.5rpx;
|
||||
}
|
||||
.mt-4.data-v-d97852c0 {
|
||||
margin-top: 7.5rpx;
|
||||
}
|
||||
.ml-6.data-v-d97852c0 {
|
||||
margin-left: 11.25rpx;
|
||||
}
|
||||
.mt-6.data-v-d97852c0 {
|
||||
margin-top: 11.25rpx;
|
||||
}
|
||||
.ml-8.data-v-d97852c0 {
|
||||
margin-left: 15rpx;
|
||||
}
|
||||
.mt-8.data-v-d97852c0 {
|
||||
margin-top: 15rpx;
|
||||
}
|
||||
.ml-10.data-v-d97852c0 {
|
||||
margin-left: 18.75rpx;
|
||||
}
|
||||
.mt-10.data-v-d97852c0 {
|
||||
margin-top: 18.75rpx;
|
||||
}
|
||||
.ml-12.data-v-d97852c0 {
|
||||
margin-left: 22.5rpx;
|
||||
}
|
||||
.mt-12.data-v-d97852c0 {
|
||||
margin-top: 22.5rpx;
|
||||
}
|
||||
.ml-14.data-v-d97852c0 {
|
||||
margin-left: 26.25rpx;
|
||||
}
|
||||
.mt-14.data-v-d97852c0 {
|
||||
margin-top: 26.25rpx;
|
||||
}
|
||||
.ml-16.data-v-d97852c0 {
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
.mt-16.data-v-d97852c0 {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
.ml-18.data-v-d97852c0 {
|
||||
margin-left: 33.75rpx;
|
||||
}
|
||||
.mt-18.data-v-d97852c0 {
|
||||
margin-top: 33.75rpx;
|
||||
}
|
||||
.ml-20.data-v-d97852c0 {
|
||||
margin-left: 37.5rpx;
|
||||
}
|
||||
.mt-20.data-v-d97852c0 {
|
||||
margin-top: 37.5rpx;
|
||||
}
|
||||
.ml-22.data-v-d97852c0 {
|
||||
margin-left: 41.25rpx;
|
||||
}
|
||||
.mt-22.data-v-d97852c0 {
|
||||
margin-top: 41.25rpx;
|
||||
}
|
||||
.ml-24.data-v-d97852c0 {
|
||||
margin-left: 45rpx;
|
||||
}
|
||||
.mt-24.data-v-d97852c0 {
|
||||
margin-top: 45rpx;
|
||||
}
|
||||
.ml-26.data-v-d97852c0 {
|
||||
margin-left: 48.75rpx;
|
||||
}
|
||||
.mt-26.data-v-d97852c0 {
|
||||
margin-top: 48.75rpx;
|
||||
}
|
||||
.ml-28.data-v-d97852c0 {
|
||||
margin-left: 52.5rpx;
|
||||
}
|
||||
.mt-28.data-v-d97852c0 {
|
||||
margin-top: 52.5rpx;
|
||||
}
|
||||
.ml-30.data-v-d97852c0 {
|
||||
margin-left: 56.25rpx;
|
||||
}
|
||||
.mt-30.data-v-d97852c0 {
|
||||
margin-top: 56.25rpx;
|
||||
}
|
||||
.ml-32.data-v-d97852c0 {
|
||||
margin-left: 60rpx;
|
||||
}
|
||||
.mt-32.data-v-d97852c0 {
|
||||
margin-top: 60rpx;
|
||||
}
|
||||
.ml-34.data-v-d97852c0 {
|
||||
margin-left: 63.75rpx;
|
||||
}
|
||||
.mt-34.data-v-d97852c0 {
|
||||
margin-top: 63.75rpx;
|
||||
}
|
||||
.ml-36.data-v-d97852c0 {
|
||||
margin-left: 67.5rpx;
|
||||
}
|
||||
.mt-36.data-v-d97852c0 {
|
||||
margin-top: 67.5rpx;
|
||||
}
|
||||
.ml-38.data-v-d97852c0 {
|
||||
margin-left: 71.25rpx;
|
||||
}
|
||||
.mt-38.data-v-d97852c0 {
|
||||
margin-top: 71.25rpx;
|
||||
}
|
||||
.ml-40.data-v-d97852c0 {
|
||||
margin-left: 75rpx;
|
||||
}
|
||||
.mt-40.data-v-d97852c0 {
|
||||
margin-top: 75rpx;
|
||||
}
|
||||
.ml-42.data-v-d97852c0 {
|
||||
margin-left: 78.75rpx;
|
||||
}
|
||||
.mt-42.data-v-d97852c0 {
|
||||
margin-top: 78.75rpx;
|
||||
}
|
||||
.ml-44.data-v-d97852c0 {
|
||||
margin-left: 82.5rpx;
|
||||
}
|
||||
.mt-44.data-v-d97852c0 {
|
||||
margin-top: 82.5rpx;
|
||||
}
|
||||
.ml-46.data-v-d97852c0 {
|
||||
margin-left: 86.25rpx;
|
||||
}
|
||||
.mt-46.data-v-d97852c0 {
|
||||
margin-top: 86.25rpx;
|
||||
}
|
||||
.ml-48.data-v-d97852c0 {
|
||||
margin-left: 90rpx;
|
||||
}
|
||||
.mt-48.data-v-d97852c0 {
|
||||
margin-top: 90rpx;
|
||||
}
|
||||
.ml-50.data-v-d97852c0 {
|
||||
margin-left: 93.75rpx;
|
||||
}
|
||||
.mt-50.data-v-d97852c0 {
|
||||
margin-top: 93.75rpx;
|
||||
}
|
||||
.ml-52.data-v-d97852c0 {
|
||||
margin-left: 97.5rpx;
|
||||
}
|
||||
.mt-52.data-v-d97852c0 {
|
||||
margin-top: 97.5rpx;
|
||||
}
|
||||
.ml-54.data-v-d97852c0 {
|
||||
margin-left: 101.25rpx;
|
||||
}
|
||||
.mt-54.data-v-d97852c0 {
|
||||
margin-top: 101.25rpx;
|
||||
}
|
||||
.ml-56.data-v-d97852c0 {
|
||||
margin-left: 105rpx;
|
||||
}
|
||||
.mt-56.data-v-d97852c0 {
|
||||
margin-top: 105rpx;
|
||||
}
|
||||
.ml-58.data-v-d97852c0 {
|
||||
margin-left: 108.75rpx;
|
||||
}
|
||||
.mt-58.data-v-d97852c0 {
|
||||
margin-top: 108.75rpx;
|
||||
}
|
||||
.ml-60.data-v-d97852c0 {
|
||||
margin-left: 112.5rpx;
|
||||
}
|
||||
.mt-60.data-v-d97852c0 {
|
||||
margin-top: 112.5rpx;
|
||||
}
|
||||
.ml-62.data-v-d97852c0 {
|
||||
margin-left: 116.25rpx;
|
||||
}
|
||||
.mt-62.data-v-d97852c0 {
|
||||
margin-top: 116.25rpx;
|
||||
}
|
||||
.ml-64.data-v-d97852c0 {
|
||||
margin-left: 120rpx;
|
||||
}
|
||||
.mt-64.data-v-d97852c0 {
|
||||
margin-top: 120rpx;
|
||||
}
|
||||
.ml-66.data-v-d97852c0 {
|
||||
margin-left: 123.75rpx;
|
||||
}
|
||||
.mt-66.data-v-d97852c0 {
|
||||
margin-top: 123.75rpx;
|
||||
}
|
||||
.ml-68.data-v-d97852c0 {
|
||||
margin-left: 127.5rpx;
|
||||
}
|
||||
.mt-68.data-v-d97852c0 {
|
||||
margin-top: 127.5rpx;
|
||||
}
|
||||
.ml-70.data-v-d97852c0 {
|
||||
margin-left: 131.25rpx;
|
||||
}
|
||||
.mt-70.data-v-d97852c0 {
|
||||
margin-top: 131.25rpx;
|
||||
}
|
||||
.ml-72.data-v-d97852c0 {
|
||||
margin-left: 135rpx;
|
||||
}
|
||||
.mt-72.data-v-d97852c0 {
|
||||
margin-top: 135rpx;
|
||||
}
|
||||
.ml-74.data-v-d97852c0 {
|
||||
margin-left: 138.75rpx;
|
||||
}
|
||||
.mt-74.data-v-d97852c0 {
|
||||
margin-top: 138.75rpx;
|
||||
}
|
||||
.ml-76.data-v-d97852c0 {
|
||||
margin-left: 142.5rpx;
|
||||
}
|
||||
.mt-76.data-v-d97852c0 {
|
||||
margin-top: 142.5rpx;
|
||||
}
|
||||
.ml-78.data-v-d97852c0 {
|
||||
margin-left: 146.25rpx;
|
||||
}
|
||||
.mt-78.data-v-d97852c0 {
|
||||
margin-top: 146.25rpx;
|
||||
}
|
||||
.ml-80.data-v-d97852c0 {
|
||||
margin-left: 150rpx;
|
||||
}
|
||||
.mt-80.data-v-d97852c0 {
|
||||
margin-top: 150rpx;
|
||||
}
|
||||
.ml-82.data-v-d97852c0 {
|
||||
margin-left: 153.75rpx;
|
||||
}
|
||||
.mt-82.data-v-d97852c0 {
|
||||
margin-top: 153.75rpx;
|
||||
}
|
||||
.ml-84.data-v-d97852c0 {
|
||||
margin-left: 157.5rpx;
|
||||
}
|
||||
.mt-84.data-v-d97852c0 {
|
||||
margin-top: 157.5rpx;
|
||||
}
|
||||
.ml-86.data-v-d97852c0 {
|
||||
margin-left: 161.25rpx;
|
||||
}
|
||||
.mt-86.data-v-d97852c0 {
|
||||
margin-top: 161.25rpx;
|
||||
}
|
||||
.ml-88.data-v-d97852c0 {
|
||||
margin-left: 165rpx;
|
||||
}
|
||||
.mt-88.data-v-d97852c0 {
|
||||
margin-top: 165rpx;
|
||||
}
|
||||
.ml-90.data-v-d97852c0 {
|
||||
margin-left: 168.75rpx;
|
||||
}
|
||||
.mt-90.data-v-d97852c0 {
|
||||
margin-top: 168.75rpx;
|
||||
}
|
||||
.ml-92.data-v-d97852c0 {
|
||||
margin-left: 172.5rpx;
|
||||
}
|
||||
.mt-92.data-v-d97852c0 {
|
||||
margin-top: 172.5rpx;
|
||||
}
|
||||
.ml-94.data-v-d97852c0 {
|
||||
margin-left: 176.25rpx;
|
||||
}
|
||||
.mt-94.data-v-d97852c0 {
|
||||
margin-top: 176.25rpx;
|
||||
}
|
||||
.ml-96.data-v-d97852c0 {
|
||||
margin-left: 180rpx;
|
||||
}
|
||||
.mt-96.data-v-d97852c0 {
|
||||
margin-top: 180rpx;
|
||||
}
|
||||
.ml-98.data-v-d97852c0 {
|
||||
margin-left: 183.75rpx;
|
||||
}
|
||||
.mt-98.data-v-d97852c0 {
|
||||
margin-top: 183.75rpx;
|
||||
}
|
||||
.ml-100.data-v-d97852c0 {
|
||||
margin-left: 187.5rpx;
|
||||
}
|
||||
.mt-100.data-v-d97852c0 {
|
||||
margin-top: 187.5rpx;
|
||||
}
|
||||
.mt-21.data-v-d97852c0 {
|
||||
margin-top: 39.38rpx;
|
||||
}
|
||||
.ml-11.data-v-d97852c0 {
|
||||
margin-left: 20.63rpx;
|
||||
}
|
||||
.mt-3.data-v-d97852c0 {
|
||||
margin-top: 5.63rpx;
|
||||
}
|
||||
.mt-5.data-v-d97852c0 {
|
||||
margin-top: 9.38rpx;
|
||||
}
|
||||
.page.data-v-d97852c0 {
|
||||
padding-top: 69.38rpx;
|
||||
background-color: #f5f5dc;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
.section.data-v-d97852c0 {
|
||||
margin: 0 18.75rpx;
|
||||
padding: 37.5rpx 30rpx 129.38rpx;
|
||||
background-color: #fffef8;
|
||||
border-radius: 18.75rpx;
|
||||
}
|
||||
.text.data-v-d97852c0 {
|
||||
color: #000000;
|
||||
font-size: 30rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 27.71rpx;
|
||||
}
|
||||
.list-item.data-v-d97852c0 {
|
||||
padding: 22.5rpx 22.5rpx 22.5rpx 30rpx;
|
||||
background-color: #fff3c3;
|
||||
border-radius: 9.38rpx;
|
||||
}
|
||||
.list-item.data-v-d97852c0:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
.image_2.data-v-d97852c0 {
|
||||
border-radius: 9.38rpx;
|
||||
width: 148.13rpx;
|
||||
height: 165rpx;
|
||||
}
|
||||
.group.data-v-d97852c0 {
|
||||
padding: 0 3.75rpx;
|
||||
}
|
||||
.font.data-v-d97852c0 {
|
||||
font-size: 18.75rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 17.44rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.image.data-v-d97852c0 {
|
||||
width: 15rpx;
|
||||
height: 15rpx;
|
||||
}
|
||||
.font_2.data-v-d97852c0 {
|
||||
font-size: 26.25rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 22.5rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.text_2.data-v-d97852c0 {
|
||||
line-height: 24.26rpx;
|
||||
}
|
||||
.group_2.data-v-d97852c0 {
|
||||
line-height: 22.5rpx;
|
||||
}
|
||||
.font_4.data-v-d97852c0 {
|
||||
font-size: 18.75rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 22.5rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.font_3.data-v-d97852c0 {
|
||||
font-size: 18.75rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 22.5rpx;
|
||||
color: #828282;
|
||||
}
|
||||
.font_5.data-v-d97852c0 {
|
||||
font-size: 33.75rpx;
|
||||
font-family: Times New Roman;
|
||||
line-height: 24.73rpx;
|
||||
color: #ff3c3c;
|
||||
}
|
||||
.section_2.data-v-d97852c0 {
|
||||
background-color: #fffef8;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.section_3.data-v-d97852c0 {
|
||||
padding: 15rpx 0;
|
||||
background-color: #ffc470;
|
||||
width: 118.13rpx;
|
||||
height: 114.38rpx;
|
||||
}
|
||||
.image_3.data-v-d97852c0 {
|
||||
width: 52.5rpx;
|
||||
height: 52.5rpx;
|
||||
}
|
||||
.text_4.data-v-d97852c0 {
|
||||
color: #fffef8;
|
||||
font-size: 26.25rpx;
|
||||
font-family: Inter;
|
||||
line-height: 24.17rpx;
|
||||
}
|
||||
.text-wrapper.data-v-d97852c0 {
|
||||
margin-right: 26.25rpx;
|
||||
padding: 26.25rpx 0;
|
||||
background-color: #fbb612;
|
||||
border-radius: 75rpx;
|
||||
height: 82.5rpx;
|
||||
}
|
||||
.text_3.data-v-d97852c0 {
|
||||
color: #ffffff;
|
||||
font-size: 30rpx;
|
||||
font-family: Inter;
|
||||
line-height: 27.86rpx;
|
||||
}
|
1
unpackage/dist/dev/mp-alipay/pages/booking/CostumeDisplay/CostumeDisplay.axml
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<view class="flex-col page data-v-d97852c0"><view class="flex-col section data-v-d97852c0"><text class="self-start text data-v-d97852c0">服装展示</text><view class="flex-col self-stretch mt-21 data-v-d97852c0"><view a:for="{{a}}" a:for-item="item" a:key="f" class="flex-row items-center mt-10 list-item data-v-d97852c0" onTap="{{item.g}}"><image class="shrink-0 image_2 data-v-d97852c0" src="{{item.a}}"/><view class="flex-col flex-1 ml-11 data-v-d97852c0"><view class="flex-col self-stretch data-v-d97852c0"><view class="flex-row justify-end self-stretch group data-v-d97852c0"><text class="font data-v-d97852c0">详细信息</text><image class="image data-v-d97852c0" src="{{item.b}}"/></view><text class="self-start font_2 text_2 mt-3 data-v-d97852c0">{{item.c}}</text></view><view class="self-stretch group_2 mt-5 data-v-d97852c0"><text class="font_4 data-v-d97852c0">服装简介:</text><text class="font_3 data-v-d97852c0">{{item.d}}</text></view><text class="self-end font_5 mt-5 data-v-d97852c0">¥{{item.e}}</text></view></view></view></view><view class="mt-48 flex-row items-center section_2 data-v-d97852c0"><view class="flex-col items-center shrink-0 section_3 data-v-d97852c0"><image class="image_3 data-v-d97852c0" src="https://ide.code.fun/api/image?token=674eb236797f850011f0c44a&name=4b56fed14a39630ca2312edf6e34c024.png"/><text class="mt-2 text_4 data-v-d97852c0">客服</text></view><view class="ml-34 flex-col justify-start items-center flex-1 text-wrapper data-v-d97852c0"><text class="text_3 data-v-d97852c0">现在去预约</text></view></view></view>
|
61
unpackage/dist/dev/mp-alipay/pages/booking/CostumeDisplay/CostumeDisplay.js
vendored
Normal file
|
@ -0,0 +1,61 @@
|
|||
"use strict";
|
||||
const common_vendor = require("../../../common/vendor.js");
|
||||
const api_request = require("../../../api/request.js");
|
||||
const _sfc_main = {
|
||||
__name: "CostumeDisplay",
|
||||
setup(__props) {
|
||||
const list = common_vendor.ref([{}]);
|
||||
const label = common_vendor.ref([{}]);
|
||||
common_vendor.onMounted(() => {
|
||||
getLabel();
|
||||
});
|
||||
common_vendor.onLoad((options) => {
|
||||
list.value = JSON.parse(options.info);
|
||||
console.log(list.value, "id");
|
||||
});
|
||||
const getLabel = async () => {
|
||||
const res = await common_vendor.index.request({
|
||||
url: api_request.baseUrl + "/clothesInfo/list/label",
|
||||
method: "POST",
|
||||
header: {
|
||||
cookie: wx.getAccountInfoSync("cookie")
|
||||
},
|
||||
data: {
|
||||
id: list.value
|
||||
}
|
||||
});
|
||||
console.log(res);
|
||||
if (res.data.code === 1) {
|
||||
label.value = res.data.data;
|
||||
} else {
|
||||
uin.showtoast({
|
||||
icon: "error",
|
||||
title: "获取失败"
|
||||
});
|
||||
}
|
||||
};
|
||||
const goToText = (index) => {
|
||||
common_vendor.index.navigateTo({
|
||||
url: "/pages/booking/CostumeDetails/CostumeDetails?info=" + JSON.stringify(label.value[index].id)
|
||||
});
|
||||
console.log(label.value[index].id);
|
||||
};
|
||||
return (_ctx, _cache) => {
|
||||
return {
|
||||
a: common_vendor.f(label.value, (item, index, i0) => {
|
||||
return {
|
||||
a: item.image,
|
||||
b: item.image,
|
||||
c: common_vendor.t(item.name),
|
||||
d: common_vendor.t(item.intro),
|
||||
e: common_vendor.t(item.price),
|
||||
f: index,
|
||||
g: common_vendor.o(($event) => goToText(index))
|
||||
};
|
||||
})
|
||||
};
|
||||
};
|
||||
}
|
||||
};
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-d97852c0"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/CostumeDisplay/CostumeDisplay.vue"]]);
|
||||
my.createPage(MiniProgramPage);
|
4
unpackage/dist/dev/mp-alipay/pages/booking/CostumeDisplay/CostumeDisplay.json
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"defaultTitle": "",
|
||||
"usingComponents": {}
|
||||
}
|
447
unpackage/dist/dev/mp-alipay/pages/booking/ReservationInstructions/ReservationInstructions.acss
vendored
Normal file
|
@ -0,0 +1,447 @@
|
|||
/* 水平间距 */
|
||||
/* 水平间距 */
|
||||
/************************************************************
|
||||
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
|
||||
** 否则页面将无法正常显示 **
|
||||
************************************************************/
|
||||
html.data-v-a9d91b4b {
|
||||
font-size: 16px;
|
||||
}
|
||||
body.data-v-a9d91b4b {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
|
||||
'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
view.data-v-a9d91b4b,
|
||||
image.data-v-a9d91b4b,
|
||||
text.data-v-a9d91b4b {
|
||||
box-sizing: border-box;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
#app.data-v-a9d91b4b {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
.flex-row.data-v-a9d91b4b {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.flex-col.data-v-a9d91b4b {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.justify-start.data-v-a9d91b4b {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.justify-end.data-v-a9d91b4b {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.justify-center.data-v-a9d91b4b {
|
||||
justify-content: center;
|
||||
}
|
||||
.justify-between.data-v-a9d91b4b {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.justify-around.data-v-a9d91b4b {
|
||||
justify-content: space-around;
|
||||
}
|
||||
.justify-evenly.data-v-a9d91b4b {
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
.items-start.data-v-a9d91b4b {
|
||||
align-items: flex-start;
|
||||
}
|
||||
.items-end.data-v-a9d91b4b {
|
||||
align-items: flex-end;
|
||||
}
|
||||
.items-center.data-v-a9d91b4b {
|
||||
align-items: center;
|
||||
}
|
||||
.items-baseline.data-v-a9d91b4b {
|
||||
align-items: baseline;
|
||||
}
|
||||
.items-stretch.data-v-a9d91b4b {
|
||||
align-items: stretch;
|
||||
}
|
||||
.self-start.data-v-a9d91b4b {
|
||||
align-self: flex-start;
|
||||
}
|
||||
.self-end.data-v-a9d91b4b {
|
||||
align-self: flex-end;
|
||||
}
|
||||
.self-center.data-v-a9d91b4b {
|
||||
align-self: center;
|
||||
}
|
||||
.self-baseline.data-v-a9d91b4b {
|
||||
align-self: baseline;
|
||||
}
|
||||
.self-stretch.data-v-a9d91b4b {
|
||||
align-self: stretch;
|
||||
}
|
||||
.flex-1.data-v-a9d91b4b {
|
||||
flex: 1 1 0%;
|
||||
}
|
||||
.flex-auto.data-v-a9d91b4b {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.grow.data-v-a9d91b4b {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.grow-0.data-v-a9d91b4b {
|
||||
flex-grow: 0;
|
||||
}
|
||||
.shrink.data-v-a9d91b4b {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
.shrink-0.data-v-a9d91b4b {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.relative.data-v-a9d91b4b {
|
||||
position: relative;
|
||||
}
|
||||
.ml-2.data-v-a9d91b4b {
|
||||
margin-left: 3.75rpx;
|
||||
}
|
||||
.mt-2.data-v-a9d91b4b {
|
||||
margin-top: 3.75rpx;
|
||||
}
|
||||
.ml-4.data-v-a9d91b4b {
|
||||
margin-left: 7.5rpx;
|
||||
}
|
||||
.mt-4.data-v-a9d91b4b {
|
||||
margin-top: 7.5rpx;
|
||||
}
|
||||
.ml-6.data-v-a9d91b4b {
|
||||
margin-left: 11.25rpx;
|
||||
}
|
||||
.mt-6.data-v-a9d91b4b {
|
||||
margin-top: 11.25rpx;
|
||||
}
|
||||
.ml-8.data-v-a9d91b4b {
|
||||
margin-left: 15rpx;
|
||||
}
|
||||
.mt-8.data-v-a9d91b4b {
|
||||
margin-top: 15rpx;
|
||||
}
|
||||
.ml-10.data-v-a9d91b4b {
|
||||
margin-left: 18.75rpx;
|
||||
}
|
||||
.mt-10.data-v-a9d91b4b {
|
||||
margin-top: 18.75rpx;
|
||||
}
|
||||
.ml-12.data-v-a9d91b4b {
|
||||
margin-left: 22.5rpx;
|
||||
}
|
||||
.mt-12.data-v-a9d91b4b {
|
||||
margin-top: 22.5rpx;
|
||||
}
|
||||
.ml-14.data-v-a9d91b4b {
|
||||
margin-left: 26.25rpx;
|
||||
}
|
||||
.mt-14.data-v-a9d91b4b {
|
||||
margin-top: 26.25rpx;
|
||||
}
|
||||
.ml-16.data-v-a9d91b4b {
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
.mt-16.data-v-a9d91b4b {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
.ml-18.data-v-a9d91b4b {
|
||||
margin-left: 33.75rpx;
|
||||
}
|
||||
.mt-18.data-v-a9d91b4b {
|
||||
margin-top: 33.75rpx;
|
||||
}
|
||||
.ml-20.data-v-a9d91b4b {
|
||||
margin-left: 37.5rpx;
|
||||
}
|
||||
.mt-20.data-v-a9d91b4b {
|
||||
margin-top: 37.5rpx;
|
||||
}
|
||||
.ml-22.data-v-a9d91b4b {
|
||||
margin-left: 41.25rpx;
|
||||
}
|
||||
.mt-22.data-v-a9d91b4b {
|
||||
margin-top: 41.25rpx;
|
||||
}
|
||||
.ml-24.data-v-a9d91b4b {
|
||||
margin-left: 45rpx;
|
||||
}
|
||||
.mt-24.data-v-a9d91b4b {
|
||||
margin-top: 45rpx;
|
||||
}
|
||||
.ml-26.data-v-a9d91b4b {
|
||||
margin-left: 48.75rpx;
|
||||
}
|
||||
.mt-26.data-v-a9d91b4b {
|
||||
margin-top: 48.75rpx;
|
||||
}
|
||||
.ml-28.data-v-a9d91b4b {
|
||||
margin-left: 52.5rpx;
|
||||
}
|
||||
.mt-28.data-v-a9d91b4b {
|
||||
margin-top: 52.5rpx;
|
||||
}
|
||||
.ml-30.data-v-a9d91b4b {
|
||||
margin-left: 56.25rpx;
|
||||
}
|
||||
.mt-30.data-v-a9d91b4b {
|
||||
margin-top: 56.25rpx;
|
||||
}
|
||||
.ml-32.data-v-a9d91b4b {
|
||||
margin-left: 60rpx;
|
||||
}
|
||||
.mt-32.data-v-a9d91b4b {
|
||||
margin-top: 60rpx;
|
||||
}
|
||||
.ml-34.data-v-a9d91b4b {
|
||||
margin-left: 63.75rpx;
|
||||
}
|
||||
.mt-34.data-v-a9d91b4b {
|
||||
margin-top: 63.75rpx;
|
||||
}
|
||||
.ml-36.data-v-a9d91b4b {
|
||||
margin-left: 67.5rpx;
|
||||
}
|
||||
.mt-36.data-v-a9d91b4b {
|
||||
margin-top: 67.5rpx;
|
||||
}
|
||||
.ml-38.data-v-a9d91b4b {
|
||||
margin-left: 71.25rpx;
|
||||
}
|
||||
.mt-38.data-v-a9d91b4b {
|
||||
margin-top: 71.25rpx;
|
||||
}
|
||||
.ml-40.data-v-a9d91b4b {
|
||||
margin-left: 75rpx;
|
||||
}
|
||||
.mt-40.data-v-a9d91b4b {
|
||||
margin-top: 75rpx;
|
||||
}
|
||||
.ml-42.data-v-a9d91b4b {
|
||||
margin-left: 78.75rpx;
|
||||
}
|
||||
.mt-42.data-v-a9d91b4b {
|
||||
margin-top: 78.75rpx;
|
||||
}
|
||||
.ml-44.data-v-a9d91b4b {
|
||||
margin-left: 82.5rpx;
|
||||
}
|
||||
.mt-44.data-v-a9d91b4b {
|
||||
margin-top: 82.5rpx;
|
||||
}
|
||||
.ml-46.data-v-a9d91b4b {
|
||||
margin-left: 86.25rpx;
|
||||
}
|
||||
.mt-46.data-v-a9d91b4b {
|
||||
margin-top: 86.25rpx;
|
||||
}
|
||||
.ml-48.data-v-a9d91b4b {
|
||||
margin-left: 90rpx;
|
||||
}
|
||||
.mt-48.data-v-a9d91b4b {
|
||||
margin-top: 90rpx;
|
||||
}
|
||||
.ml-50.data-v-a9d91b4b {
|
||||
margin-left: 93.75rpx;
|
||||
}
|
||||
.mt-50.data-v-a9d91b4b {
|
||||
margin-top: 93.75rpx;
|
||||
}
|
||||
.ml-52.data-v-a9d91b4b {
|
||||
margin-left: 97.5rpx;
|
||||
}
|
||||
.mt-52.data-v-a9d91b4b {
|
||||
margin-top: 97.5rpx;
|
||||
}
|
||||
.ml-54.data-v-a9d91b4b {
|
||||
margin-left: 101.25rpx;
|
||||
}
|
||||
.mt-54.data-v-a9d91b4b {
|
||||
margin-top: 101.25rpx;
|
||||
}
|
||||
.ml-56.data-v-a9d91b4b {
|
||||
margin-left: 105rpx;
|
||||
}
|
||||
.mt-56.data-v-a9d91b4b {
|
||||
margin-top: 105rpx;
|
||||
}
|
||||
.ml-58.data-v-a9d91b4b {
|
||||
margin-left: 108.75rpx;
|
||||
}
|
||||
.mt-58.data-v-a9d91b4b {
|
||||
margin-top: 108.75rpx;
|
||||
}
|
||||
.ml-60.data-v-a9d91b4b {
|
||||
margin-left: 112.5rpx;
|
||||
}
|
||||
.mt-60.data-v-a9d91b4b {
|
||||
margin-top: 112.5rpx;
|
||||
}
|
||||
.ml-62.data-v-a9d91b4b {
|
||||
margin-left: 116.25rpx;
|
||||
}
|
||||
.mt-62.data-v-a9d91b4b {
|
||||
margin-top: 116.25rpx;
|
||||
}
|
||||
.ml-64.data-v-a9d91b4b {
|
||||
margin-left: 120rpx;
|
||||
}
|
||||
.mt-64.data-v-a9d91b4b {
|
||||
margin-top: 120rpx;
|
||||
}
|
||||
.ml-66.data-v-a9d91b4b {
|
||||
margin-left: 123.75rpx;
|
||||
}
|
||||
.mt-66.data-v-a9d91b4b {
|
||||
margin-top: 123.75rpx;
|
||||
}
|
||||
.ml-68.data-v-a9d91b4b {
|
||||
margin-left: 127.5rpx;
|
||||
}
|
||||
.mt-68.data-v-a9d91b4b {
|
||||
margin-top: 127.5rpx;
|
||||
}
|
||||
.ml-70.data-v-a9d91b4b {
|
||||
margin-left: 131.25rpx;
|
||||
}
|
||||
.mt-70.data-v-a9d91b4b {
|
||||
margin-top: 131.25rpx;
|
||||
}
|
||||
.ml-72.data-v-a9d91b4b {
|
||||
margin-left: 135rpx;
|
||||
}
|
||||
.mt-72.data-v-a9d91b4b {
|
||||
margin-top: 135rpx;
|
||||
}
|
||||
.ml-74.data-v-a9d91b4b {
|
||||
margin-left: 138.75rpx;
|
||||
}
|
||||
.mt-74.data-v-a9d91b4b {
|
||||
margin-top: 138.75rpx;
|
||||
}
|
||||
.ml-76.data-v-a9d91b4b {
|
||||
margin-left: 142.5rpx;
|
||||
}
|
||||
.mt-76.data-v-a9d91b4b {
|
||||
margin-top: 142.5rpx;
|
||||
}
|
||||
.ml-78.data-v-a9d91b4b {
|
||||
margin-left: 146.25rpx;
|
||||
}
|
||||
.mt-78.data-v-a9d91b4b {
|
||||
margin-top: 146.25rpx;
|
||||
}
|
||||
.ml-80.data-v-a9d91b4b {
|
||||
margin-left: 150rpx;
|
||||
}
|
||||
.mt-80.data-v-a9d91b4b {
|
||||
margin-top: 150rpx;
|
||||
}
|
||||
.ml-82.data-v-a9d91b4b {
|
||||
margin-left: 153.75rpx;
|
||||
}
|
||||
.mt-82.data-v-a9d91b4b {
|
||||
margin-top: 153.75rpx;
|
||||
}
|
||||
.ml-84.data-v-a9d91b4b {
|
||||
margin-left: 157.5rpx;
|
||||
}
|
||||
.mt-84.data-v-a9d91b4b {
|
||||
margin-top: 157.5rpx;
|
||||
}
|
||||
.ml-86.data-v-a9d91b4b {
|
||||
margin-left: 161.25rpx;
|
||||
}
|
||||
.mt-86.data-v-a9d91b4b {
|
||||
margin-top: 161.25rpx;
|
||||
}
|
||||
.ml-88.data-v-a9d91b4b {
|
||||
margin-left: 165rpx;
|
||||
}
|
||||
.mt-88.data-v-a9d91b4b {
|
||||
margin-top: 165rpx;
|
||||
}
|
||||
.ml-90.data-v-a9d91b4b {
|
||||
margin-left: 168.75rpx;
|
||||
}
|
||||
.mt-90.data-v-a9d91b4b {
|
||||
margin-top: 168.75rpx;
|
||||
}
|
||||
.ml-92.data-v-a9d91b4b {
|
||||
margin-left: 172.5rpx;
|
||||
}
|
||||
.mt-92.data-v-a9d91b4b {
|
||||
margin-top: 172.5rpx;
|
||||
}
|
||||
.ml-94.data-v-a9d91b4b {
|
||||
margin-left: 176.25rpx;
|
||||
}
|
||||
.mt-94.data-v-a9d91b4b {
|
||||
margin-top: 176.25rpx;
|
||||
}
|
||||
.ml-96.data-v-a9d91b4b {
|
||||
margin-left: 180rpx;
|
||||
}
|
||||
.mt-96.data-v-a9d91b4b {
|
||||
margin-top: 180rpx;
|
||||
}
|
||||
.ml-98.data-v-a9d91b4b {
|
||||
margin-left: 183.75rpx;
|
||||
}
|
||||
.mt-98.data-v-a9d91b4b {
|
||||
margin-top: 183.75rpx;
|
||||
}
|
||||
.ml-100.data-v-a9d91b4b {
|
||||
margin-left: 187.5rpx;
|
||||
}
|
||||
.mt-100.data-v-a9d91b4b {
|
||||
margin-top: 187.5rpx;
|
||||
}
|
||||
.page.data-v-a9d91b4b {
|
||||
padding: 298.13rpx 0 708.75rpx;
|
||||
background-color: #f5f5dc;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
.section.data-v-a9d91b4b {
|
||||
padding: 0 15rpx 31.88rpx 37.5rpx;
|
||||
background-color: #fffef8;
|
||||
border-radius: 37.5rpx;
|
||||
width: 609.38rpx;
|
||||
}
|
||||
.group.data-v-a9d91b4b {
|
||||
padding: 37.5rpx 0 48.75rpx;
|
||||
}
|
||||
.font.data-v-a9d91b4b {
|
||||
font-size: 30rpx;
|
||||
font-family: Inter;
|
||||
line-height: 27.69rpx;
|
||||
}
|
||||
.text.data-v-a9d91b4b {
|
||||
color: #323232;
|
||||
}
|
||||
.font_2.data-v-a9d91b4b {
|
||||
font-size: 26.25rpx;
|
||||
font-family: Inter;
|
||||
line-height: 31.88rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.text_2.data-v-a9d91b4b {
|
||||
margin-left: 3.75rpx;
|
||||
}
|
||||
.text-wrapper.data-v-a9d91b4b {
|
||||
padding: 22.5rpx 0;
|
||||
background-color: #fbb612;
|
||||
border-radius: 75rpx;
|
||||
width: 450rpx;
|
||||
}
|
||||
.text_3.data-v-a9d91b4b {
|
||||
color: #ffffff;
|
||||
line-height: 27.71rpx;
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
<view class="flex-col justify-start items-center page data-v-a9d91b4b"><view class="flex-col section data-v-a9d91b4b"><view class="flex-col self-stretch group data-v-a9d91b4b"><text class="self-center font text data-v-a9d91b4b">预约须知</text><view class="mt-12 flex-col self-stretch data-v-a9d91b4b"><text class="font_2 data-v-a9d91b4b"> 1.成功预约的顾客需按照预定时间前往店内挑选相应级别的服装。为确保衣物在体验过程中的完好无损,顾客需根据所选服装的级别补缴尾款以及相应的押金。拍摄结束后,店铺将依据衣物的实际状况评估是否扣除押金。 </text><text class="mt-16 font_2 text_2 data-v-a9d91b4b"> 2.其中部分物品商家可提供,属于增值服务(如一次性隐形眼镜、 一次性粉扑等属于服务费以外的赠送服务,买家可选择自带用品,不影响服务价格),需要买家自己准备的,客服需要提前告诉买家(如胸贴等贴身物品) </text></view></view><view class="flex-col justify-start items-center self-center text-wrapper data-v-a9d91b4b"><text class="font text_3 data-v-a9d91b4b">我知道了</text></view></view></view>
|
|
@ -0,0 +1,8 @@
|
|||
"use strict";
|
||||
const common_vendor = require("../../../common/vendor.js");
|
||||
const _sfc_main = {};
|
||||
function _sfc_render(_ctx, _cache) {
|
||||
return {};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-a9d91b4b"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/ReservationInstructions/ReservationInstructions.vue"]]);
|
||||
my.createPage(MiniProgramPage);
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"defaultTitle": "",
|
||||
"usingComponents": {}
|
||||
}
|
576
unpackage/dist/dev/mp-alipay/pages/booking/Simple/Simple.acss
vendored
Normal file
|
@ -0,0 +1,576 @@
|
|||
/* 水平间距 */
|
||||
/* 水平间距 */
|
||||
/************************************************************
|
||||
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
|
||||
** 否则页面将无法正常显示 **
|
||||
************************************************************/
|
||||
html.data-v-d54bd2fc {
|
||||
font-size: 16px;
|
||||
}
|
||||
body.data-v-d54bd2fc {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
|
||||
'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
view.data-v-d54bd2fc,
|
||||
image.data-v-d54bd2fc,
|
||||
text.data-v-d54bd2fc {
|
||||
box-sizing: border-box;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
#app.data-v-d54bd2fc {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
.flex-row.data-v-d54bd2fc {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.flex-col.data-v-d54bd2fc {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.justify-start.data-v-d54bd2fc {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.justify-end.data-v-d54bd2fc {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.justify-center.data-v-d54bd2fc {
|
||||
justify-content: center;
|
||||
}
|
||||
.justify-between.data-v-d54bd2fc {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.justify-around.data-v-d54bd2fc {
|
||||
justify-content: space-around;
|
||||
}
|
||||
.justify-evenly.data-v-d54bd2fc {
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
.items-start.data-v-d54bd2fc {
|
||||
align-items: flex-start;
|
||||
}
|
||||
.items-end.data-v-d54bd2fc {
|
||||
align-items: flex-end;
|
||||
}
|
||||
.items-center.data-v-d54bd2fc {
|
||||
align-items: center;
|
||||
}
|
||||
.items-baseline.data-v-d54bd2fc {
|
||||
align-items: baseline;
|
||||
}
|
||||
.items-stretch.data-v-d54bd2fc {
|
||||
align-items: stretch;
|
||||
}
|
||||
.self-start.data-v-d54bd2fc {
|
||||
align-self: flex-start;
|
||||
}
|
||||
.self-end.data-v-d54bd2fc {
|
||||
align-self: flex-end;
|
||||
}
|
||||
.self-center.data-v-d54bd2fc {
|
||||
align-self: center;
|
||||
}
|
||||
.self-baseline.data-v-d54bd2fc {
|
||||
align-self: baseline;
|
||||
}
|
||||
.self-stretch.data-v-d54bd2fc {
|
||||
align-self: stretch;
|
||||
}
|
||||
.flex-1.data-v-d54bd2fc {
|
||||
flex: 1 1 0%;
|
||||
}
|
||||
.flex-auto.data-v-d54bd2fc {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.grow.data-v-d54bd2fc {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.grow-0.data-v-d54bd2fc {
|
||||
flex-grow: 0;
|
||||
}
|
||||
.shrink.data-v-d54bd2fc {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
.shrink-0.data-v-d54bd2fc {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.relative.data-v-d54bd2fc {
|
||||
position: relative;
|
||||
}
|
||||
.ml-2.data-v-d54bd2fc {
|
||||
margin-left: 3.75rpx;
|
||||
}
|
||||
.mt-2.data-v-d54bd2fc {
|
||||
margin-top: 3.75rpx;
|
||||
}
|
||||
.ml-4.data-v-d54bd2fc {
|
||||
margin-left: 7.5rpx;
|
||||
}
|
||||
.mt-4.data-v-d54bd2fc {
|
||||
margin-top: 7.5rpx;
|
||||
}
|
||||
.ml-6.data-v-d54bd2fc {
|
||||
margin-left: 11.25rpx;
|
||||
}
|
||||
.mt-6.data-v-d54bd2fc {
|
||||
margin-top: 11.25rpx;
|
||||
}
|
||||
.ml-8.data-v-d54bd2fc {
|
||||
margin-left: 15rpx;
|
||||
}
|
||||
.mt-8.data-v-d54bd2fc {
|
||||
margin-top: 15rpx;
|
||||
}
|
||||
.ml-10.data-v-d54bd2fc {
|
||||
margin-left: 18.75rpx;
|
||||
}
|
||||
.mt-10.data-v-d54bd2fc {
|
||||
margin-top: 18.75rpx;
|
||||
}
|
||||
.ml-12.data-v-d54bd2fc {
|
||||
margin-left: 22.5rpx;
|
||||
}
|
||||
.mt-12.data-v-d54bd2fc {
|
||||
margin-top: 22.5rpx;
|
||||
}
|
||||
.ml-14.data-v-d54bd2fc {
|
||||
margin-left: 26.25rpx;
|
||||
}
|
||||
.mt-14.data-v-d54bd2fc {
|
||||
margin-top: 26.25rpx;
|
||||
}
|
||||
.ml-16.data-v-d54bd2fc {
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
.mt-16.data-v-d54bd2fc {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
.ml-18.data-v-d54bd2fc {
|
||||
margin-left: 33.75rpx;
|
||||
}
|
||||
.mt-18.data-v-d54bd2fc {
|
||||
margin-top: 33.75rpx;
|
||||
}
|
||||
.ml-20.data-v-d54bd2fc {
|
||||
margin-left: 37.5rpx;
|
||||
}
|
||||
.mt-20.data-v-d54bd2fc {
|
||||
margin-top: 37.5rpx;
|
||||
}
|
||||
.ml-22.data-v-d54bd2fc {
|
||||
margin-left: 41.25rpx;
|
||||
}
|
||||
.mt-22.data-v-d54bd2fc {
|
||||
margin-top: 41.25rpx;
|
||||
}
|
||||
.ml-24.data-v-d54bd2fc {
|
||||
margin-left: 45rpx;
|
||||
}
|
||||
.mt-24.data-v-d54bd2fc {
|
||||
margin-top: 45rpx;
|
||||
}
|
||||
.ml-26.data-v-d54bd2fc {
|
||||
margin-left: 48.75rpx;
|
||||
}
|
||||
.mt-26.data-v-d54bd2fc {
|
||||
margin-top: 48.75rpx;
|
||||
}
|
||||
.ml-28.data-v-d54bd2fc {
|
||||
margin-left: 52.5rpx;
|
||||
}
|
||||
.mt-28.data-v-d54bd2fc {
|
||||
margin-top: 52.5rpx;
|
||||
}
|
||||
.ml-30.data-v-d54bd2fc {
|
||||
margin-left: 56.25rpx;
|
||||
}
|
||||
.mt-30.data-v-d54bd2fc {
|
||||
margin-top: 56.25rpx;
|
||||
}
|
||||
.ml-32.data-v-d54bd2fc {
|
||||
margin-left: 60rpx;
|
||||
}
|
||||
.mt-32.data-v-d54bd2fc {
|
||||
margin-top: 60rpx;
|
||||
}
|
||||
.ml-34.data-v-d54bd2fc {
|
||||
margin-left: 63.75rpx;
|
||||
}
|
||||
.mt-34.data-v-d54bd2fc {
|
||||
margin-top: 63.75rpx;
|
||||
}
|
||||
.ml-36.data-v-d54bd2fc {
|
||||
margin-left: 67.5rpx;
|
||||
}
|
||||
.mt-36.data-v-d54bd2fc {
|
||||
margin-top: 67.5rpx;
|
||||
}
|
||||
.ml-38.data-v-d54bd2fc {
|
||||
margin-left: 71.25rpx;
|
||||
}
|
||||
.mt-38.data-v-d54bd2fc {
|
||||
margin-top: 71.25rpx;
|
||||
}
|
||||
.ml-40.data-v-d54bd2fc {
|
||||
margin-left: 75rpx;
|
||||
}
|
||||
.mt-40.data-v-d54bd2fc {
|
||||
margin-top: 75rpx;
|
||||
}
|
||||
.ml-42.data-v-d54bd2fc {
|
||||
margin-left: 78.75rpx;
|
||||
}
|
||||
.mt-42.data-v-d54bd2fc {
|
||||
margin-top: 78.75rpx;
|
||||
}
|
||||
.ml-44.data-v-d54bd2fc {
|
||||
margin-left: 82.5rpx;
|
||||
}
|
||||
.mt-44.data-v-d54bd2fc {
|
||||
margin-top: 82.5rpx;
|
||||
}
|
||||
.ml-46.data-v-d54bd2fc {
|
||||
margin-left: 86.25rpx;
|
||||
}
|
||||
.mt-46.data-v-d54bd2fc {
|
||||
margin-top: 86.25rpx;
|
||||
}
|
||||
.ml-48.data-v-d54bd2fc {
|
||||
margin-left: 90rpx;
|
||||
}
|
||||
.mt-48.data-v-d54bd2fc {
|
||||
margin-top: 90rpx;
|
||||
}
|
||||
.ml-50.data-v-d54bd2fc {
|
||||
margin-left: 93.75rpx;
|
||||
}
|
||||
.mt-50.data-v-d54bd2fc {
|
||||
margin-top: 93.75rpx;
|
||||
}
|
||||
.ml-52.data-v-d54bd2fc {
|
||||
margin-left: 97.5rpx;
|
||||
}
|
||||
.mt-52.data-v-d54bd2fc {
|
||||
margin-top: 97.5rpx;
|
||||
}
|
||||
.ml-54.data-v-d54bd2fc {
|
||||
margin-left: 101.25rpx;
|
||||
}
|
||||
.mt-54.data-v-d54bd2fc {
|
||||
margin-top: 101.25rpx;
|
||||
}
|
||||
.ml-56.data-v-d54bd2fc {
|
||||
margin-left: 105rpx;
|
||||
}
|
||||
.mt-56.data-v-d54bd2fc {
|
||||
margin-top: 105rpx;
|
||||
}
|
||||
.ml-58.data-v-d54bd2fc {
|
||||
margin-left: 108.75rpx;
|
||||
}
|
||||
.mt-58.data-v-d54bd2fc {
|
||||
margin-top: 108.75rpx;
|
||||
}
|
||||
.ml-60.data-v-d54bd2fc {
|
||||
margin-left: 112.5rpx;
|
||||
}
|
||||
.mt-60.data-v-d54bd2fc {
|
||||
margin-top: 112.5rpx;
|
||||
}
|
||||
.ml-62.data-v-d54bd2fc {
|
||||
margin-left: 116.25rpx;
|
||||
}
|
||||
.mt-62.data-v-d54bd2fc {
|
||||
margin-top: 116.25rpx;
|
||||
}
|
||||
.ml-64.data-v-d54bd2fc {
|
||||
margin-left: 120rpx;
|
||||
}
|
||||
.mt-64.data-v-d54bd2fc {
|
||||
margin-top: 120rpx;
|
||||
}
|
||||
.ml-66.data-v-d54bd2fc {
|
||||
margin-left: 123.75rpx;
|
||||
}
|
||||
.mt-66.data-v-d54bd2fc {
|
||||
margin-top: 123.75rpx;
|
||||
}
|
||||
.ml-68.data-v-d54bd2fc {
|
||||
margin-left: 127.5rpx;
|
||||
}
|
||||
.mt-68.data-v-d54bd2fc {
|
||||
margin-top: 127.5rpx;
|
||||
}
|
||||
.ml-70.data-v-d54bd2fc {
|
||||
margin-left: 131.25rpx;
|
||||
}
|
||||
.mt-70.data-v-d54bd2fc {
|
||||
margin-top: 131.25rpx;
|
||||
}
|
||||
.ml-72.data-v-d54bd2fc {
|
||||
margin-left: 135rpx;
|
||||
}
|
||||
.mt-72.data-v-d54bd2fc {
|
||||
margin-top: 135rpx;
|
||||
}
|
||||
.ml-74.data-v-d54bd2fc {
|
||||
margin-left: 138.75rpx;
|
||||
}
|
||||
.mt-74.data-v-d54bd2fc {
|
||||
margin-top: 138.75rpx;
|
||||
}
|
||||
.ml-76.data-v-d54bd2fc {
|
||||
margin-left: 142.5rpx;
|
||||
}
|
||||
.mt-76.data-v-d54bd2fc {
|
||||
margin-top: 142.5rpx;
|
||||
}
|
||||
.ml-78.data-v-d54bd2fc {
|
||||
margin-left: 146.25rpx;
|
||||
}
|
||||
.mt-78.data-v-d54bd2fc {
|
||||
margin-top: 146.25rpx;
|
||||
}
|
||||
.ml-80.data-v-d54bd2fc {
|
||||
margin-left: 150rpx;
|
||||
}
|
||||
.mt-80.data-v-d54bd2fc {
|
||||
margin-top: 150rpx;
|
||||
}
|
||||
.ml-82.data-v-d54bd2fc {
|
||||
margin-left: 153.75rpx;
|
||||
}
|
||||
.mt-82.data-v-d54bd2fc {
|
||||
margin-top: 153.75rpx;
|
||||
}
|
||||
.ml-84.data-v-d54bd2fc {
|
||||
margin-left: 157.5rpx;
|
||||
}
|
||||
.mt-84.data-v-d54bd2fc {
|
||||
margin-top: 157.5rpx;
|
||||
}
|
||||
.ml-86.data-v-d54bd2fc {
|
||||
margin-left: 161.25rpx;
|
||||
}
|
||||
.mt-86.data-v-d54bd2fc {
|
||||
margin-top: 161.25rpx;
|
||||
}
|
||||
.ml-88.data-v-d54bd2fc {
|
||||
margin-left: 165rpx;
|
||||
}
|
||||
.mt-88.data-v-d54bd2fc {
|
||||
margin-top: 165rpx;
|
||||
}
|
||||
.ml-90.data-v-d54bd2fc {
|
||||
margin-left: 168.75rpx;
|
||||
}
|
||||
.mt-90.data-v-d54bd2fc {
|
||||
margin-top: 168.75rpx;
|
||||
}
|
||||
.ml-92.data-v-d54bd2fc {
|
||||
margin-left: 172.5rpx;
|
||||
}
|
||||
.mt-92.data-v-d54bd2fc {
|
||||
margin-top: 172.5rpx;
|
||||
}
|
||||
.ml-94.data-v-d54bd2fc {
|
||||
margin-left: 176.25rpx;
|
||||
}
|
||||
.mt-94.data-v-d54bd2fc {
|
||||
margin-top: 176.25rpx;
|
||||
}
|
||||
.ml-96.data-v-d54bd2fc {
|
||||
margin-left: 180rpx;
|
||||
}
|
||||
.mt-96.data-v-d54bd2fc {
|
||||
margin-top: 180rpx;
|
||||
}
|
||||
.ml-98.data-v-d54bd2fc {
|
||||
margin-left: 183.75rpx;
|
||||
}
|
||||
.mt-98.data-v-d54bd2fc {
|
||||
margin-top: 183.75rpx;
|
||||
}
|
||||
.ml-100.data-v-d54bd2fc {
|
||||
margin-left: 187.5rpx;
|
||||
}
|
||||
.mt-100.data-v-d54bd2fc {
|
||||
margin-top: 187.5rpx;
|
||||
}
|
||||
.ml-19.data-v-d54bd2fc {
|
||||
margin-left: 35.63rpx;
|
||||
}
|
||||
.mt-11.data-v-d54bd2fc {
|
||||
margin-top: 20.63rpx;
|
||||
}
|
||||
.page.data-v-d54bd2fc {
|
||||
background-color: #ffffff;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.section.data-v-d54bd2fc {
|
||||
padding-top: 22.5rpx;
|
||||
background-color: #f5f5dc;
|
||||
}
|
||||
.group.data-v-d54bd2fc {
|
||||
padding: 0 16.88rpx;
|
||||
}
|
||||
.section_2.data-v-d54bd2fc {
|
||||
padding: 37.5rpx 41.25rpx 30rpx;
|
||||
background-color: #f3fff3;
|
||||
border-radius: 18.75rpx 18.75rpx 0rpx 0rpx;
|
||||
}
|
||||
.font.data-v-d54bd2fc {
|
||||
font-size: 30rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 27.71rpx;
|
||||
}
|
||||
.text.data-v-d54bd2fc {
|
||||
color: #323232;
|
||||
}
|
||||
.font_3.data-v-d54bd2fc {
|
||||
font-size: 22.5rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 22.5rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.text_3.data-v-d54bd2fc {
|
||||
margin-top: 22.5rpx;
|
||||
line-height: 20.79rpx;
|
||||
}
|
||||
.group_2.data-v-d54bd2fc {
|
||||
margin-top: 15rpx;
|
||||
padding: 0 22.5rpx;
|
||||
}
|
||||
.font_2.data-v-d54bd2fc {
|
||||
font-size: 22.5rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 26.25rpx;
|
||||
color: #696969;
|
||||
}
|
||||
.text_2.data-v-d54bd2fc {
|
||||
line-height: 21.36rpx;
|
||||
}
|
||||
.text_4.data-v-d54bd2fc {
|
||||
margin-top: 26.25rpx;
|
||||
line-height: 20.77rpx;
|
||||
}
|
||||
.group_3.data-v-d54bd2fc {
|
||||
margin-top: 15rpx;
|
||||
padding: 0 24.38rpx;
|
||||
}
|
||||
.image.data-v-d54bd2fc {
|
||||
width: 127.5rpx;
|
||||
height: 127.5rpx;
|
||||
}
|
||||
.pos.data-v-d54bd2fc {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 13.13rpx;
|
||||
}
|
||||
.section_3.data-v-d54bd2fc {
|
||||
padding: 37.5rpx 30rpx 52.5rpx;
|
||||
background-color: #fffef8;
|
||||
border-radius: 18.75rpx;
|
||||
}
|
||||
.text_5.data-v-d54bd2fc {
|
||||
color: #000000;
|
||||
}
|
||||
.list-item.data-v-d54bd2fc {
|
||||
padding: 22.5rpx;
|
||||
background-color: #fff3c3;
|
||||
border-radius: 9.38rpx;
|
||||
}
|
||||
.list-item.data-v-d54bd2fc:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
.image_3.data-v-d54bd2fc {
|
||||
border-radius: 9.38rpx;
|
||||
width: 148.13rpx;
|
||||
height: 165rpx;
|
||||
}
|
||||
.group_4.data-v-d54bd2fc {
|
||||
padding: 0 3.75rpx;
|
||||
}
|
||||
.font_4.data-v-d54bd2fc {
|
||||
font-size: 18.75rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 17.44rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.image_2.data-v-d54bd2fc {
|
||||
width: 15rpx;
|
||||
height: 15rpx;
|
||||
}
|
||||
.font_5.data-v-d54bd2fc {
|
||||
font-size: 26.25rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 22.5rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.text_6.data-v-d54bd2fc {
|
||||
margin-top: 15rpx;
|
||||
line-height: 24.23rpx;
|
||||
}
|
||||
.group_5.data-v-d54bd2fc {
|
||||
margin-top: 11.25rpx;
|
||||
line-height: 22.5rpx;
|
||||
}
|
||||
.font_7.data-v-d54bd2fc {
|
||||
font-size: 18.75rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 22.5rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.font_6.data-v-d54bd2fc {
|
||||
font-size: 18.75rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 22.5rpx;
|
||||
color: #828282;
|
||||
}
|
||||
.font_8.data-v-d54bd2fc {
|
||||
font-size: 33.75rpx;
|
||||
font-family: Times New Roman;
|
||||
line-height: 24.73rpx;
|
||||
color: #ff3c3c;
|
||||
}
|
||||
.section_4.data-v-d54bd2fc {
|
||||
padding: 15rpx 0;
|
||||
background-color: #ffc470;
|
||||
width: 118.13rpx;
|
||||
height: 114.38rpx;
|
||||
}
|
||||
.image_4.data-v-d54bd2fc {
|
||||
width: 52.5rpx;
|
||||
height: 52.5rpx;
|
||||
}
|
||||
.text_8.data-v-d54bd2fc {
|
||||
color: #fffef8;
|
||||
font-size: 26.25rpx;
|
||||
font-family: Inter;
|
||||
line-height: 24.17rpx;
|
||||
}
|
||||
.section_5.data-v-d54bd2fc {
|
||||
padding: 15rpx 0;
|
||||
background-color: #fffef8;
|
||||
height: 114.38rpx;
|
||||
}
|
||||
.text-wrapper.data-v-d54bd2fc {
|
||||
margin-right: 20.63rpx;
|
||||
padding: 26.25rpx 0;
|
||||
background-color: #fbb612;
|
||||
border-radius: 75rpx;
|
||||
width: 457.5rpx;
|
||||
}
|
||||
.text_7.data-v-d54bd2fc {
|
||||
color: #ffffff;
|
||||
font-size: 30rpx;
|
||||
font-family: Inter;
|
||||
line-height: 27.86rpx;
|
||||
}
|
1
unpackage/dist/dev/mp-alipay/pages/booking/Simple/Simple.axml
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<view class="flex-col justify-start page data-v-d54bd2fc"><view class="flex-col section data-v-d54bd2fc"><view class="flex-col group data-v-d54bd2fc"><view class="flex-col relative section_2 data-v-d54bd2fc"><view class="flex-row items-baseline self-stretch data-v-d54bd2fc"><text class="font text data-v-d54bd2fc">简约风尚</text><text class="font_2 text_2 ml-19 data-v-d54bd2fc">传承非遗之美,简约演绎经典</text></view><text class="self-start font_3 text_3 data-v-d54bd2fc">服装特点</text><view class="flex-col items-start self-stretch group_2 data-v-d54bd2fc"><text class="font_2 data-v-d54bd2fc">提供多样化的经典汉服款式,如基础款曲裾、直裾等</text><text class="mt-2 font_2 data-v-d54bd2fc">服装面料舒适,适合日常拍摄体验</text><text class="mt-2 font_2 data-v-d54bd2fc">配饰简约,适合初次尝试传统服饰的用户</text></view><text class="self-start font_3 text_4 data-v-d54bd2fc">服务内容</text><view class="flex-col items-start self-stretch group_3 data-v-d54bd2fc"><text class="font_2 data-v-d54bd2fc">专业化妆及基础发型设计</text><text class="mt-2 font_2 data-v-d54bd2fc">服装租赁服务</text><text class="mt-2 font_2 data-v-d54bd2fc">基础摄影服务(不含精修)</text></view><image class="image pos data-v-d54bd2fc" src="https://ide.code.fun/api/image?token=6711f04f38a7c1001587de59&name=d6d88e3f45498775df202023e1df0871.png"/></view><view class="mt-12 flex-col section_3 data-v-d54bd2fc"><text class="self-start font text_5 data-v-d54bd2fc">服装选择</text><view class="flex-col self-stretch mt-11 data-v-d54bd2fc"><view a:for="{{a}}" a:for-item="item" a:key="a" class="flex-row items-center mt-10 list-item data-v-d54bd2fc"><image class="shrink-0 image_3 data-v-d54bd2fc" src="https://ide.code.fun/api/image?token=6711f04f38a7c1001587de59&name=1c18c9d6f08498ff9a0cf7a598a0d271.png"/><view class="ml-10 flex-col flex-1 data-v-d54bd2fc"><view class="flex-row justify-end self-stretch group_4 data-v-d54bd2fc"><text class="font_4 data-v-d54bd2fc">详细信息</text><image class="image_2 data-v-d54bd2fc" src="https://ide.code.fun/api/image?token=6711f04f38a7c1001587de59&name=1484e0cc6274180ba7c91cddf1ec833b.png"/></view><text class="self-start font_5 text_6 data-v-d54bd2fc">彩绣菊花纹刺绣长袍</text><view class="self-stretch group_5 data-v-d54bd2fc"><text class="font_7 data-v-d54bd2fc">服装简介:</text><text class="font_6 data-v-d54bd2fc"> 用上等丝绸,质地细腻、柔软且富有光泽,触感极佳。统手工刺绣技艺,每一针每一线都凝聚着匠人的心血与智慧,图案精美绝伦,色彩丰富和谐... </text></view><text class="self-end font_8 data-v-d54bd2fc">¥150</text></view></view></view></view></view><view class="mt-26 flex-row data-v-d54bd2fc"><view class="flex-col items-center shrink-0 section_4 data-v-d54bd2fc"><image class="image_4 data-v-d54bd2fc" src="https://ide.code.fun/api/image?token=6711f04f38a7c1001587de59&name=4b56fed14a39630ca2312edf6e34c024.png"/><text class="mt-2 text_8 data-v-d54bd2fc">客服</text></view><view class="flex-col justify-start items-end flex-1 section_5 data-v-d54bd2fc"><view class="flex-col justify-start items-center text-wrapper data-v-d54bd2fc"><text class="text_7 data-v-d54bd2fc">现在去预约</text></view></view></view></view></view>
|
14
unpackage/dist/dev/mp-alipay/pages/booking/Simple/Simple.js
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
"use strict";
|
||||
const common_vendor = require("../../../common/vendor.js");
|
||||
const _sfc_main = {};
|
||||
function _sfc_render(_ctx, _cache) {
|
||||
return {
|
||||
a: common_vendor.f(_ctx.items, (item, index, i0) => {
|
||||
return {
|
||||
a: index
|
||||
};
|
||||
})
|
||||
};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-d54bd2fc"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/Simple/Simple.vue"]]);
|
||||
my.createPage(MiniProgramPage);
|
4
unpackage/dist/dev/mp-alipay/pages/booking/Simple/Simple.json
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"defaultTitle": "",
|
||||
"usingComponents": {}
|
||||
}
|
693
unpackage/dist/dev/mp-alipay/pages/booking/bookingpay/bookingpay.acss
vendored
Normal file
|
@ -0,0 +1,693 @@
|
|||
/* 水平间距 */
|
||||
/* 水平间距 */
|
||||
/************************************************************
|
||||
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
|
||||
** 否则页面将无法正常显示 **
|
||||
************************************************************/
|
||||
html.data-v-1d20d48c {
|
||||
font-size: 16px;
|
||||
}
|
||||
body.data-v-1d20d48c {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
|
||||
'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
view.data-v-1d20d48c,
|
||||
image.data-v-1d20d48c,
|
||||
text.data-v-1d20d48c {
|
||||
box-sizing: border-box;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
#app.data-v-1d20d48c {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
.flex-row.data-v-1d20d48c {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.flex-col.data-v-1d20d48c {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.justify-start.data-v-1d20d48c {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.justify-end.data-v-1d20d48c {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.justify-center.data-v-1d20d48c {
|
||||
justify-content: center;
|
||||
}
|
||||
.justify-between.data-v-1d20d48c {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.justify-around.data-v-1d20d48c {
|
||||
justify-content: space-around;
|
||||
}
|
||||
.justify-evenly.data-v-1d20d48c {
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
.items-start.data-v-1d20d48c {
|
||||
align-items: flex-start;
|
||||
}
|
||||
.items-end.data-v-1d20d48c {
|
||||
align-items: flex-end;
|
||||
}
|
||||
.items-center.data-v-1d20d48c {
|
||||
align-items: center;
|
||||
}
|
||||
.items-baseline.data-v-1d20d48c {
|
||||
align-items: baseline;
|
||||
}
|
||||
.items-stretch.data-v-1d20d48c {
|
||||
align-items: stretch;
|
||||
}
|
||||
.self-start.data-v-1d20d48c {
|
||||
align-self: flex-start;
|
||||
}
|
||||
.self-end.data-v-1d20d48c {
|
||||
align-self: flex-end;
|
||||
}
|
||||
.self-center.data-v-1d20d48c {
|
||||
align-self: center;
|
||||
}
|
||||
.self-baseline.data-v-1d20d48c {
|
||||
align-self: baseline;
|
||||
}
|
||||
.self-stretch.data-v-1d20d48c {
|
||||
align-self: stretch;
|
||||
}
|
||||
.flex-1.data-v-1d20d48c {
|
||||
flex: 1 1 0%;
|
||||
}
|
||||
.flex-auto.data-v-1d20d48c {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.grow.data-v-1d20d48c {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.grow-0.data-v-1d20d48c {
|
||||
flex-grow: 0;
|
||||
}
|
||||
.shrink.data-v-1d20d48c {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
.shrink-0.data-v-1d20d48c {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.relative.data-v-1d20d48c {
|
||||
position: relative;
|
||||
}
|
||||
.ml-2.data-v-1d20d48c {
|
||||
margin-left: 3.75rpx;
|
||||
}
|
||||
.mt-2.data-v-1d20d48c {
|
||||
margin-top: 3.75rpx;
|
||||
}
|
||||
.ml-4.data-v-1d20d48c {
|
||||
margin-left: 7.5rpx;
|
||||
}
|
||||
.mt-4.data-v-1d20d48c {
|
||||
margin-top: 7.5rpx;
|
||||
}
|
||||
.ml-6.data-v-1d20d48c {
|
||||
margin-left: 11.25rpx;
|
||||
}
|
||||
.mt-6.data-v-1d20d48c {
|
||||
margin-top: 11.25rpx;
|
||||
}
|
||||
.ml-8.data-v-1d20d48c {
|
||||
margin-left: 15rpx;
|
||||
}
|
||||
.mt-8.data-v-1d20d48c {
|
||||
margin-top: 15rpx;
|
||||
}
|
||||
.ml-10.data-v-1d20d48c {
|
||||
margin-left: 18.75rpx;
|
||||
}
|
||||
.mt-10.data-v-1d20d48c {
|
||||
margin-top: 18.75rpx;
|
||||
}
|
||||
.ml-12.data-v-1d20d48c {
|
||||
margin-left: 22.5rpx;
|
||||
}
|
||||
.mt-12.data-v-1d20d48c {
|
||||
margin-top: 22.5rpx;
|
||||
}
|
||||
.ml-14.data-v-1d20d48c {
|
||||
margin-left: 26.25rpx;
|
||||
}
|
||||
.mt-14.data-v-1d20d48c {
|
||||
margin-top: 26.25rpx;
|
||||
}
|
||||
.ml-16.data-v-1d20d48c {
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
.mt-16.data-v-1d20d48c {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
.ml-18.data-v-1d20d48c {
|
||||
margin-left: 33.75rpx;
|
||||
}
|
||||
.mt-18.data-v-1d20d48c {
|
||||
margin-top: 33.75rpx;
|
||||
}
|
||||
.ml-20.data-v-1d20d48c {
|
||||
margin-left: 37.5rpx;
|
||||
}
|
||||
.mt-20.data-v-1d20d48c {
|
||||
margin-top: 37.5rpx;
|
||||
}
|
||||
.ml-22.data-v-1d20d48c {
|
||||
margin-left: 41.25rpx;
|
||||
}
|
||||
.mt-22.data-v-1d20d48c {
|
||||
margin-top: 41.25rpx;
|
||||
}
|
||||
.ml-24.data-v-1d20d48c {
|
||||
margin-left: 45rpx;
|
||||
}
|
||||
.mt-24.data-v-1d20d48c {
|
||||
margin-top: 45rpx;
|
||||
}
|
||||
.ml-26.data-v-1d20d48c {
|
||||
margin-left: 48.75rpx;
|
||||
}
|
||||
.mt-26.data-v-1d20d48c {
|
||||
margin-top: 48.75rpx;
|
||||
}
|
||||
.ml-28.data-v-1d20d48c {
|
||||
margin-left: 52.5rpx;
|
||||
}
|
||||
.mt-28.data-v-1d20d48c {
|
||||
margin-top: 52.5rpx;
|
||||
}
|
||||
.ml-30.data-v-1d20d48c {
|
||||
margin-left: 56.25rpx;
|
||||
}
|
||||
.mt-30.data-v-1d20d48c {
|
||||
margin-top: 56.25rpx;
|
||||
}
|
||||
.ml-32.data-v-1d20d48c {
|
||||
margin-left: 60rpx;
|
||||
}
|
||||
.mt-32.data-v-1d20d48c {
|
||||
margin-top: 60rpx;
|
||||
}
|
||||
.ml-34.data-v-1d20d48c {
|
||||
margin-left: 63.75rpx;
|
||||
}
|
||||
.mt-34.data-v-1d20d48c {
|
||||
margin-top: 63.75rpx;
|
||||
}
|
||||
.ml-36.data-v-1d20d48c {
|
||||
margin-left: 67.5rpx;
|
||||
}
|
||||
.mt-36.data-v-1d20d48c {
|
||||
margin-top: 67.5rpx;
|
||||
}
|
||||
.ml-38.data-v-1d20d48c {
|
||||
margin-left: 71.25rpx;
|
||||
}
|
||||
.mt-38.data-v-1d20d48c {
|
||||
margin-top: 71.25rpx;
|
||||
}
|
||||
.ml-40.data-v-1d20d48c {
|
||||
margin-left: 75rpx;
|
||||
}
|
||||
.mt-40.data-v-1d20d48c {
|
||||
margin-top: 75rpx;
|
||||
}
|
||||
.ml-42.data-v-1d20d48c {
|
||||
margin-left: 78.75rpx;
|
||||
}
|
||||
.mt-42.data-v-1d20d48c {
|
||||
margin-top: 78.75rpx;
|
||||
}
|
||||
.ml-44.data-v-1d20d48c {
|
||||
margin-left: 82.5rpx;
|
||||
}
|
||||
.mt-44.data-v-1d20d48c {
|
||||
margin-top: 82.5rpx;
|
||||
}
|
||||
.ml-46.data-v-1d20d48c {
|
||||
margin-left: 86.25rpx;
|
||||
}
|
||||
.mt-46.data-v-1d20d48c {
|
||||
margin-top: 86.25rpx;
|
||||
}
|
||||
.ml-48.data-v-1d20d48c {
|
||||
margin-left: 90rpx;
|
||||
}
|
||||
.mt-48.data-v-1d20d48c {
|
||||
margin-top: 90rpx;
|
||||
}
|
||||
.ml-50.data-v-1d20d48c {
|
||||
margin-left: 93.75rpx;
|
||||
}
|
||||
.mt-50.data-v-1d20d48c {
|
||||
margin-top: 93.75rpx;
|
||||
}
|
||||
.ml-52.data-v-1d20d48c {
|
||||
margin-left: 97.5rpx;
|
||||
}
|
||||
.mt-52.data-v-1d20d48c {
|
||||
margin-top: 97.5rpx;
|
||||
}
|
||||
.ml-54.data-v-1d20d48c {
|
||||
margin-left: 101.25rpx;
|
||||
}
|
||||
.mt-54.data-v-1d20d48c {
|
||||
margin-top: 101.25rpx;
|
||||
}
|
||||
.ml-56.data-v-1d20d48c {
|
||||
margin-left: 105rpx;
|
||||
}
|
||||
.mt-56.data-v-1d20d48c {
|
||||
margin-top: 105rpx;
|
||||
}
|
||||
.ml-58.data-v-1d20d48c {
|
||||
margin-left: 108.75rpx;
|
||||
}
|
||||
.mt-58.data-v-1d20d48c {
|
||||
margin-top: 108.75rpx;
|
||||
}
|
||||
.ml-60.data-v-1d20d48c {
|
||||
margin-left: 112.5rpx;
|
||||
}
|
||||
.mt-60.data-v-1d20d48c {
|
||||
margin-top: 112.5rpx;
|
||||
}
|
||||
.ml-62.data-v-1d20d48c {
|
||||
margin-left: 116.25rpx;
|
||||
}
|
||||
.mt-62.data-v-1d20d48c {
|
||||
margin-top: 116.25rpx;
|
||||
}
|
||||
.ml-64.data-v-1d20d48c {
|
||||
margin-left: 120rpx;
|
||||
}
|
||||
.mt-64.data-v-1d20d48c {
|
||||
margin-top: 120rpx;
|
||||
}
|
||||
.ml-66.data-v-1d20d48c {
|
||||
margin-left: 123.75rpx;
|
||||
}
|
||||
.mt-66.data-v-1d20d48c {
|
||||
margin-top: 123.75rpx;
|
||||
}
|
||||
.ml-68.data-v-1d20d48c {
|
||||
margin-left: 127.5rpx;
|
||||
}
|
||||
.mt-68.data-v-1d20d48c {
|
||||
margin-top: 127.5rpx;
|
||||
}
|
||||
.ml-70.data-v-1d20d48c {
|
||||
margin-left: 131.25rpx;
|
||||
}
|
||||
.mt-70.data-v-1d20d48c {
|
||||
margin-top: 131.25rpx;
|
||||
}
|
||||
.ml-72.data-v-1d20d48c {
|
||||
margin-left: 135rpx;
|
||||
}
|
||||
.mt-72.data-v-1d20d48c {
|
||||
margin-top: 135rpx;
|
||||
}
|
||||
.ml-74.data-v-1d20d48c {
|
||||
margin-left: 138.75rpx;
|
||||
}
|
||||
.mt-74.data-v-1d20d48c {
|
||||
margin-top: 138.75rpx;
|
||||
}
|
||||
.ml-76.data-v-1d20d48c {
|
||||
margin-left: 142.5rpx;
|
||||
}
|
||||
.mt-76.data-v-1d20d48c {
|
||||
margin-top: 142.5rpx;
|
||||
}
|
||||
.ml-78.data-v-1d20d48c {
|
||||
margin-left: 146.25rpx;
|
||||
}
|
||||
.mt-78.data-v-1d20d48c {
|
||||
margin-top: 146.25rpx;
|
||||
}
|
||||
.ml-80.data-v-1d20d48c {
|
||||
margin-left: 150rpx;
|
||||
}
|
||||
.mt-80.data-v-1d20d48c {
|
||||
margin-top: 150rpx;
|
||||
}
|
||||
.ml-82.data-v-1d20d48c {
|
||||
margin-left: 153.75rpx;
|
||||
}
|
||||
.mt-82.data-v-1d20d48c {
|
||||
margin-top: 153.75rpx;
|
||||
}
|
||||
.ml-84.data-v-1d20d48c {
|
||||
margin-left: 157.5rpx;
|
||||
}
|
||||
.mt-84.data-v-1d20d48c {
|
||||
margin-top: 157.5rpx;
|
||||
}
|
||||
.ml-86.data-v-1d20d48c {
|
||||
margin-left: 161.25rpx;
|
||||
}
|
||||
.mt-86.data-v-1d20d48c {
|
||||
margin-top: 161.25rpx;
|
||||
}
|
||||
.ml-88.data-v-1d20d48c {
|
||||
margin-left: 165rpx;
|
||||
}
|
||||
.mt-88.data-v-1d20d48c {
|
||||
margin-top: 165rpx;
|
||||
}
|
||||
.ml-90.data-v-1d20d48c {
|
||||
margin-left: 168.75rpx;
|
||||
}
|
||||
.mt-90.data-v-1d20d48c {
|
||||
margin-top: 168.75rpx;
|
||||
}
|
||||
.ml-92.data-v-1d20d48c {
|
||||
margin-left: 172.5rpx;
|
||||
}
|
||||
.mt-92.data-v-1d20d48c {
|
||||
margin-top: 172.5rpx;
|
||||
}
|
||||
.ml-94.data-v-1d20d48c {
|
||||
margin-left: 176.25rpx;
|
||||
}
|
||||
.mt-94.data-v-1d20d48c {
|
||||
margin-top: 176.25rpx;
|
||||
}
|
||||
.ml-96.data-v-1d20d48c {
|
||||
margin-left: 180rpx;
|
||||
}
|
||||
.mt-96.data-v-1d20d48c {
|
||||
margin-top: 180rpx;
|
||||
}
|
||||
.ml-98.data-v-1d20d48c {
|
||||
margin-left: 183.75rpx;
|
||||
}
|
||||
.mt-98.data-v-1d20d48c {
|
||||
margin-top: 183.75rpx;
|
||||
}
|
||||
.ml-100.data-v-1d20d48c {
|
||||
margin-left: 187.5rpx;
|
||||
}
|
||||
.mt-100.data-v-1d20d48c {
|
||||
margin-top: 187.5rpx;
|
||||
}
|
||||
.ml-7.data-v-1d20d48c {
|
||||
margin-left: 13.13rpx;
|
||||
}
|
||||
.ml-9.data-v-1d20d48c {
|
||||
margin-left: 16.88rpx;
|
||||
}
|
||||
.mt-11.data-v-1d20d48c {
|
||||
margin-top: 20.63rpx;
|
||||
}
|
||||
.ml-23.data-v-1d20d48c {
|
||||
margin-left: 43.13rpx;
|
||||
}
|
||||
.mt-23.data-v-1d20d48c {
|
||||
margin-top: 43.13rpx;
|
||||
}
|
||||
.ml-51.data-v-1d20d48c {
|
||||
margin-left: 95.63rpx;
|
||||
}
|
||||
.ml-3.data-v-1d20d48c {
|
||||
margin-left: 5.63rpx;
|
||||
}
|
||||
.page.data-v-1d20d48c {
|
||||
background-color: #ffffff;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.section.data-v-1d20d48c {
|
||||
padding-top: 45rpx;
|
||||
background-color: #f5f5dc;
|
||||
}
|
||||
.group.data-v-1d20d48c {
|
||||
padding-top: 11.25rpx;
|
||||
}
|
||||
.section_2.data-v-1d20d48c {
|
||||
margin-left: 71.25rpx;
|
||||
background-color: #ffffff00;
|
||||
border-radius: 18.75rpx;
|
||||
width: 281.25rpx;
|
||||
height: 281.25rpx;
|
||||
}
|
||||
.font.data-v-1d20d48c {
|
||||
font-size: 30rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 26.25rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.text.data-v-1d20d48c {
|
||||
line-height: 27.96rpx;
|
||||
}
|
||||
.pos.data-v-1d20d48c {
|
||||
position: absolute;
|
||||
left: 21.62rpx;
|
||||
top: 0;
|
||||
}
|
||||
.section_3.data-v-1d20d48c {
|
||||
padding-left: 33.75rpx;
|
||||
padding-right: 28.13rpx;
|
||||
background-color: #fffef8;
|
||||
border-radius: 18.75rpx;
|
||||
}
|
||||
.pos_2.data-v-1d20d48c {
|
||||
position: absolute;
|
||||
left: 20.63rpx;
|
||||
right: 20.63rpx;
|
||||
top: 53.63rpx;
|
||||
}
|
||||
.group_2.data-v-1d20d48c {
|
||||
padding: 31.88rpx 0 15rpx;
|
||||
border-bottom: solid 1.88rpx #e2e0e0;
|
||||
}
|
||||
.image.data-v-1d20d48c {
|
||||
width: 43.13rpx;
|
||||
height: 43.13rpx;
|
||||
}
|
||||
.font_2.data-v-1d20d48c {
|
||||
font-size: 26.25rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 24rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.image_2.data-v-1d20d48c {
|
||||
width: 33.75rpx;
|
||||
height: 33.75rpx;
|
||||
}
|
||||
.group_3.data-v-1d20d48c {
|
||||
padding: 22.5rpx 0 37.5rpx;
|
||||
}
|
||||
.font_3.data-v-1d20d48c {
|
||||
font-size: 26.25rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 31.88rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.group_4.data-v-1d20d48c {
|
||||
margin-top: 26.25rpx;
|
||||
padding: 0 30rpx;
|
||||
}
|
||||
.text_2.data-v-1d20d48c {
|
||||
line-height: 27.69rpx;
|
||||
}
|
||||
.section_4.data-v-1d20d48c {
|
||||
padding: 31.88rpx 0;
|
||||
background-color: #fffef8;
|
||||
border-radius: 18.75rpx;
|
||||
}
|
||||
.equal-division.data-v-1d20d48c {
|
||||
margin: 0 41.25rpx;
|
||||
}
|
||||
.section_5.data-v-1d20d48c {
|
||||
flex: 1 1 281.25rpx;
|
||||
}
|
||||
.image_3.data-v-1d20d48c {
|
||||
width: 159.99rpx;
|
||||
height: 159.99rpx;
|
||||
}
|
||||
.font_4.data-v-1d20d48c {
|
||||
font-size: 30rpx;
|
||||
font-family: Inter;
|
||||
line-height: 26.25rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.text_3.data-v-1d20d48c {
|
||||
line-height: 27.75rpx;
|
||||
}
|
||||
.section_6.data-v-1d20d48c {
|
||||
position: relative;
|
||||
flex: 1 1 281.25rpx;
|
||||
}
|
||||
.equal-division-item.data-v-1d20d48c {
|
||||
padding: 30rpx 0 41.25rpx;
|
||||
background-color: #fff291;
|
||||
border-radius: 18.75rpx;
|
||||
height: 281.25rpx;
|
||||
}
|
||||
.text_4.data-v-1d20d48c {
|
||||
margin-top: 18.75rpx;
|
||||
}
|
||||
.section_7.data-v-1d20d48c {
|
||||
background-color: #ffffff99;
|
||||
border-radius: 18.75rpx;
|
||||
width: 281.25rpx;
|
||||
height: 281.25rpx;
|
||||
}
|
||||
.pos_3.data-v-1d20d48c {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
.text_5.data-v-1d20d48c {
|
||||
line-height: 27.79rpx;
|
||||
}
|
||||
.section_8.data-v-1d20d48c {
|
||||
margin: 26.25rpx 0 100rpx 0;
|
||||
padding: 28.13rpx 24.38rpx 0;
|
||||
background-color: #fff3c3;
|
||||
}
|
||||
.section_9.data-v-1d20d48c {
|
||||
margin: 0 7.5rpx;
|
||||
padding: 33.75rpx 30rpx 26.25rpx;
|
||||
background-color: #fffef8;
|
||||
border-radius: 18.75rpx;
|
||||
}
|
||||
.image_4.data-v-1d20d48c {
|
||||
border-radius: 9.38rpx;
|
||||
width: 129.38rpx;
|
||||
height: 166.88rpx;
|
||||
}
|
||||
.text_6.data-v-1d20d48c {
|
||||
line-height: 24.3rpx;
|
||||
}
|
||||
.section_10.data-v-1d20d48c {
|
||||
margin: 18.75rpx 7.5rpx 0;
|
||||
padding: 30rpx;
|
||||
background-color: #fffef8;
|
||||
border-radius: 18.75rpx;
|
||||
}
|
||||
.text_7.data-v-1d20d48c {
|
||||
line-height: 24.23rpx;
|
||||
}
|
||||
.divider.data-v-1d20d48c {
|
||||
margin-top: 39.38rpx;
|
||||
background-color: #e3e3e3;
|
||||
height: 1.88rpx;
|
||||
}
|
||||
.section_11.data-v-1d20d48c {
|
||||
margin: 31.88rpx 7.5rpx 0;
|
||||
padding: 15rpx 26.25rpx;
|
||||
background-color: #fffef8;
|
||||
border-radius: 18.75rpx;
|
||||
}
|
||||
.image_5.data-v-1d20d48c {
|
||||
border-radius: 9.38rpx;
|
||||
width: 93.75rpx;
|
||||
height: 118.13rpx;
|
||||
}
|
||||
.group_5.data-v-1d20d48c {
|
||||
margin-left: 22.5rpx;
|
||||
margin-top: 15rpx;
|
||||
width: 405rpx;
|
||||
}
|
||||
.text_8.data-v-1d20d48c {
|
||||
line-height: 24.36rpx;
|
||||
}
|
||||
.image_6.data-v-1d20d48c {
|
||||
margin-left: 48.75rpx;
|
||||
}
|
||||
.group_6.data-v-1d20d48c {
|
||||
margin-top: 37.5rpx;
|
||||
padding: 22.5rpx 0;
|
||||
}
|
||||
.image_7.data-v-1d20d48c {
|
||||
width: 28.13rpx;
|
||||
height: 28.13rpx;
|
||||
}
|
||||
.font_5.data-v-1d20d48c {
|
||||
font-size: 22.5rpx;
|
||||
font-family: Open Sans;
|
||||
line-height: 26.25rpx;
|
||||
color: #898989;
|
||||
}
|
||||
.text_9.data-v-1d20d48c {
|
||||
color: #000000;
|
||||
line-height: 20.77rpx;
|
||||
}
|
||||
.section_12.data-v-1d20d48c {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 15rpx 22.5rpx;
|
||||
background-color: #fffef8;
|
||||
}
|
||||
.group_7.data-v-1d20d48c {
|
||||
width: 236.23rpx;
|
||||
}
|
||||
.text_10.data-v-1d20d48c {
|
||||
color: #000000;
|
||||
font-size: 26.25rpx;
|
||||
font-family: Inter;
|
||||
line-height: 24.28rpx;
|
||||
}
|
||||
.pos_4.data-v-1d20d48c {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
.text_11.data-v-1d20d48c {
|
||||
color: #fbb612;
|
||||
font-size: 33.75rpx;
|
||||
font-family: Open Sans;
|
||||
font-weight: 700;
|
||||
line-height: 24.84rpx;
|
||||
}
|
||||
.text_13.data-v-1d20d48c {
|
||||
color: #fbb612;
|
||||
font-size: 26.25rpx;
|
||||
font-family: Open Sans;
|
||||
font-weight: 700;
|
||||
line-height: 19.29rpx;
|
||||
}
|
||||
.section_13.data-v-1d20d48c {
|
||||
padding: 9.38rpx 11.25rpx;
|
||||
background-color: #d9d9d9;
|
||||
border-radius: 9.38rpx;
|
||||
height: 37.5rpx;
|
||||
}
|
||||
.text_14.data-v-1d20d48c {
|
||||
color: #323232;
|
||||
font-size: 18.75rpx;
|
||||
font-family: Inter;
|
||||
line-height: 17.36rpx;
|
||||
}
|
||||
.image_8.data-v-1d20d48c {
|
||||
width: 18.75rpx;
|
||||
height: 18.75rpx;
|
||||
}
|
||||
.text-wrapper.data-v-1d20d48c {
|
||||
padding: 26.25rpx 0;
|
||||
background-color: #fbb612;
|
||||
border-radius: 75rpx;
|
||||
height: 82.5rpx;
|
||||
}
|
||||
.text_12.data-v-1d20d48c {
|
||||
color: #ffffff;
|
||||
line-height: 27.75rpx;
|
||||
}
|
1
unpackage/dist/dev/mp-alipay/pages/booking/bookingpay/bookingpay.axml
vendored
Normal file
8
unpackage/dist/dev/mp-alipay/pages/booking/bookingpay/bookingpay.js
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
"use strict";
|
||||
const common_vendor = require("../../../common/vendor.js");
|
||||
const _sfc_main = {};
|
||||
function _sfc_render(_ctx, _cache) {
|
||||
return {};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-1d20d48c"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/bookingpay/bookingpay.vue"]]);
|
||||
my.createPage(MiniProgramPage);
|
4
unpackage/dist/dev/mp-alipay/pages/booking/bookingpay/bookingpay.json
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"defaultTitle": "",
|
||||
"usingComponents": {}
|
||||
}
|