This commit is contained in:
sa_10_0 2024-10-18 14:01:05 +08:00
commit 62d2a6dcc3
25 changed files with 2155 additions and 129 deletions

View File

@ -343,11 +343,17 @@
}
.text-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
padding: 26.25rpx 0;
background-color: #f5f5dc;
}
.section {
position: fixed;
top: 75rpx;
right: 0;
left: 0;
padding: 0 121.88rpx;
background-color: #fffef8;
}
@ -360,6 +366,7 @@
height: 5.63rpx;
}
.list {
margin-top: 134rpx;
margin-bottom: 125rpx;
padding: 18.75rpx 13.13rpx 0;
}

View File

@ -1,4 +1,5 @@
<template>
<<<<<<< HEAD
<view class="flex-col page">
@ -24,9 +25,19 @@
<image class="shrink-0 image_2"
src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=bf3dfe8c3d572943e00870d83c40b20c.png" />
=======
<view class="flex-row relative page">
<view class="flex-row items-center section pos_8">
<text class="text">商品</text>
<view class="flex-row items-center section_2 ml-15">
<image class="image"
src="https://ide.code.fun/api/image?token=671134c30a3d780012a6a0cb&name=9be8d37ecdad5a4ae97f3017b8b13575.png" />
<input class="text-wrapper ml-3" placeholder="请输入内容" />
>>>>>>> d61915696c41b2c7ea2ed249616fab862ccfe43a
</view>
</view>
<<<<<<< HEAD
<view class="flex-row relative group">
@ -41,9 +52,22 @@
<text class="font_3 text_5 mt-3">{{ item.name }}</text>
=======
<view class="flex-col justify-start items-center image-wrapper pos_1">
<image class="shrink-0 image_2"
src="" />
</view>
<view class="flex-col justify-start section_3 pos_9">
<view class="flex-col group">
<view class="flex-col items-center list-item mt-5" v-for="(item, index) in sort" :key="index">
<image class="image_3"
:src="item.imgurl" />
<text class="font_4 mt-3">{{ item.name }}</text>
>>>>>>> d61915696c41b2c7ea2ed249616fab862ccfe43a
</view>
</view>
<<<<<<< HEAD
<view class="flex-col justify-start flex-1 relative section_4">
@ -84,19 +108,26 @@
</view>
<!-- </scroll-view> -->
</view>
=======
</view>
<view class="flex-col justify-start section_4 pos_4">
<view class="flex-col items-start section_5">
<text class="font_2">材料包</text>
<text class="font_3 text_3 mt-6">提供材料自行DIY</text>
>>>>>>> d61915696c41b2c7ea2ed249616fab862ccfe43a
</view>
<!-- <view class="flex-col shrink-0 pos">
<scroll-view style="height: 1000rpx;" scroll-y="true">
<view class="flex-row list-item mt-5" v-for="(item, index) in product_list" :key="index">
<image class="self-center image_4" :src="item.imgurl" />
<view class="flex-col items-start self-center group_5">
<text class="font_2">{{ item.product_name }}</text>
<text class="font mt-13">{{ item.detail }}</text>
<text class="font_4 text_7 mt-13">{{ item.value }}</text>
</view>
<image class="self-start image_5"
src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=806f54ff88b61d172a611e704c80a85c.png" />
</view>
<view class="flex-col pos_5">
<scroll-view scroll-y class="scrollable-content">
<view class="flex-row section_9 list-item_2 mt-5" v-for="(item, index) in product_list" :key="index" @click="tap">
<image class="self-center image_4"
:src="item.imgurl" />
<view class="flex-col items-start self-center group_3">
<text class="font_2 text_5">{{ item.product_name }}</text>
<text class="font_3 mt-13">{{ item.detail }}</text>
<text class="font mt-13">{{ item.value }}</text>
</view>
<<<<<<< HEAD
<!-- </scroll-view> -->
@ -136,6 +167,14 @@ src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=806f54ff
<!--
</view> -->
=======
<image class="self-start image_5"
:src="add_img" />
</view>
</scroll-view>
</view>
</view>
>>>>>>> d61915696c41b2c7ea2ed249616fab862ccfe43a
</template>
@ -144,13 +183,17 @@ src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=806f54ff
import {
ref
} from 'vue';
<<<<<<< HEAD
=======
>>>>>>> d61915696c41b2c7ea2ed249616fab862ccfe43a
import img1 from '@/pages/store-home/main/img/cailiaobao.png';
import img2 from '@/pages/store-home/main/img/shouchiwu.png';
import img3 from '@/pages/store-home/main/img/toushi.png';
import img4 from '@/pages/store-home/main/img/dingzhi.png';
import img5 from '@/pages/store-home/main/img/jifenduihuan.png';
import product_img from '@/pages/store-home/main/img/shangpingtupian.png';
import add_img from '@/pages/store-home/main/img/tianjia.png';
const sort = ref([{
name: "材料包",
imgurl: img1
@ -225,31 +268,47 @@ src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=806f54ff
type: "材料包",
detail: "提供材料自行DIY"
}]
const tap =()=> {
uni.navigateTo({
url: '../../../pages/order/product-close/product-close'
})
}
</script>
<style lang="scss" scoped>
.scrollable-content {
height: 56vh;
/* 100px 是头部和底部的高度之和 */
}
.ml-15 {
margin-left: 28.13rpx;
}
.ml-3 {
margin-left: 5.63rpx;
}
.mt-3 {
margin-top: 5.63rpx;
}
.mt-5 {
margin-top: 9.38rpx;
}
.mt-13 {
margin-top: 24.38rpx;
}
.mt-5 {
margin-top: 9.38rpx;
}
.page {
background-color: #f5f5dc;
// height: 1413.75rpx;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
height: 100vh;
overflow: hidden;
}
.section {
@ -257,6 +316,13 @@ src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=806f54ff
background-color: #f7de98;
}
.pos_8 {
position: absolute;
left: 0;
right: 0;
top: 0;
}
.text {
color: #c1651a;
font-size: 37.5rpx;
@ -265,35 +331,49 @@ src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=806f54ff
}
.section_2 {
padding: 7.5rpx 30.43rpx;
padding: 5.63rpx 15rpx 8.44rpx;
background-color: #ffffff;
border-radius: 28.13rpx;
height: 63.75rpx;
width: 500.69rpx;
}
.image {
width: 48.75rpx;
height: 48.75rpx;
width: 50.63rpx;
height: 50.63rpx;
}
.text-wrapper {
margin-right: 5.31rpx;
margin-right: 17.42rpx;
}
.font {
font-size: 26.25rpx;
font-family: STFangsong;
line-height: 18rpx;
color: #ff0000;
}
.image-wrapper {
margin-left: 22.5rpx;
margin-right: 24.38rpx;
background-color: #ffffff;
border-radius: 28.13rpx;
overflow: hidden;
border: solid 9.38rpx #ffffff;
}
.pos_1 {
position: absolute;
left: 22.5rpx;
right: 24.38rpx;
top: 118.13rpx;
}
.image_2 {
width: 91.25vw;
height: 37.5vw;
}
<<<<<<< HEAD
.group {
position: relative;
@ -302,29 +382,32 @@ src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=806f54ff
// height: 1000rpx;
}
=======
>>>>>>> d61915696c41b2c7ea2ed249616fab862ccfe43a
.section_3 {
background-color: #FFFEF8;
padding: 8.44rpx 5.63rpx 750rpx;
background-color: #f7de98;
width: 151.88rpx;
// height: 1156.88rpx;
}
.group_1 {
width: 142.5rpx;
}
.pos_5 {
.pos_9 {
position: absolute;
left: 5.63rpx;
top: 5.63rpx;
left: 0;
top: 440.63rpx;
}
.section_6 {
.group {
margin: auto;
width: 137.81rpx;
}
.list-item {
padding: 11.25rpx 0 9.94rpx;
background-color: #fffef8;
border-radius: 9.38rpx;
}
.list-item_1:first-child {
.list-item:first-child {
margin-top: 0;
}
@ -334,70 +417,69 @@ src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=806f54ff
height: 48.75rpx;
}
.font_3 {
.font_4 {
font-size: 30rpx;
font-family: STFangsong;
line-height: 28.65rpx;
line-height: 28.26rpx;
color: #c1651a;
}
.text_5 {
line-height: 28.26rpx;
}
.section_4 {
border: 3px solid blue;
overflow: auto;
margin-right: 7.5rpx;
padding-bottom: 790.13rpx;
padding-bottom: 879.38rpx;
background-color: #f8e8c1;
border-radius: 0rpx 18.75rpx 0rpx 0rpx;
// height: 760.88rpx;
width: 600.13rpx;
}
.pos_4 {
position: absolute;
right: 0;
top: 440.63rpx;
}
.section_5 {
padding: 18.06rpx 16.24rpx 14.94rpx;
<<<<<<< HEAD
background-color: #C1651A;
=======
background-color: #fffef8;
>>>>>>> d61915696c41b2c7ea2ed249616fab862ccfe43a
border-radius: 0rpx 18.75rpx 0rpx 0rpx;
width: 598.13rpx;
}
.font_2 {
font-size: 30rpx;
font-family: STFangsong;
line-height: 28.65rpx;
line-height: 28.26rpx;
color: #000000;
}
.text_3 {
line-height: 28.26rpx;
}
.font {
.font_3 {
font-size: 22.5rpx;
font-family: STFangsong;
line-height: 21.56rpx;
color: #727272;
}
.text_4 {
.text_3 {
line-height: 21.15rpx;
}
.pos {
.pos_5 {
position: absolute;
border: 3px solid red;
// height: 500rpx;
right: 15rpx;
top: 99.38rpx;
top: 543.75rpx;
}
.list-item {
padding: 20.63rpx 27.88rpx 22.5rpx;
.section_9 {
padding: 20.63rpx 22.88rpx 22.5rpx;
background-color: #fffef8;
border-radius: 9.38rpx;
right: 13.13rpx;
}
.list-item:first-child {
.list-item_2:first-child {
margin-top: 0;
}
@ -407,27 +489,21 @@ src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=806f54ff
height: 131.25rpx;
}
.group_5 {
.group_3 {
margin-left: 24.84rpx;
}
.font_4 {
font-size: 26.25rpx;
font-family: STFangsong;
line-height: 18rpx;
color: #ff0000;
}
.text_7 {
-webkit-text-stroke: 1.88rpx #ff000040;
.text_5 {
line-height: 28.65rpx;
}
.image_5 {
margin: 75rpx 3.77rpx 0 96.71rpx;
margin: 75rpx 5.63rpx 0 107.96rpx;
border-radius: 9.38rpx;
width: 56.25rpx;
height: 56.25rpx;
}
@import url(../../../common/css/global.css);
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -5,6 +5,8 @@ const img3 = "/assets/toushi.6558cc23.png";
const img4 = "/assets/dingzhi.d6614f9f.png";
const img5 = "/assets/jifenduihuan.a1c23524.png";
const product_img = "/assets/shangpingtupian.ec8c0440.png";
const add_img = "/assets/tianjia.187834c9.png";
exports.add_img = add_img;
exports.img1 = img1;
exports.img2 = img2;
exports.img3 = img3;

View File

@ -6578,6 +6578,95 @@ function getCreateApp() {
return my[method];
}
}
function vOn(value, key) {
const instance = getCurrentInstance();
const ctx = instance.ctx;
const extraKey = typeof key !== "undefined" && (ctx.$mpPlatform === "mp-weixin" || ctx.$mpPlatform === "mp-qq" || ctx.$mpPlatform === "mp-xhs") && (isString(key) || typeof key === "number") ? "_" + key : "";
const name = "e" + instance.$ei++ + extraKey;
const mpInstance = ctx.$scope;
if (!value) {
delete mpInstance[name];
return name;
}
const existingInvoker = mpInstance[name];
if (existingInvoker) {
existingInvoker.value = value;
} else {
mpInstance[name] = createInvoker(value, instance);
}
return name;
}
function createInvoker(initialValue, instance) {
const invoker = (e2) => {
patchMPEvent(e2);
let args = [e2];
if (e2.detail && e2.detail.__args__) {
args = e2.detail.__args__;
}
const eventValue = invoker.value;
const invoke = () => callWithAsyncErrorHandling(patchStopImmediatePropagation(e2, eventValue), instance, 5, args);
const eventTarget = e2.target;
const eventSync = eventTarget ? eventTarget.dataset ? String(eventTarget.dataset.eventsync) === "true" : false : false;
if (bubbles.includes(e2.type) && !eventSync) {
setTimeout(invoke);
} else {
const res = invoke();
if (e2.type === "input" && (isArray(res) || isPromise(res))) {
return;
}
return res;
}
};
invoker.value = initialValue;
return invoker;
}
const bubbles = [
// touch事件暂不做延迟否则在 Android 上会影响性能,比如一些拖拽跟手手势等
// 'touchstart',
// 'touchmove',
// 'touchcancel',
// 'touchend',
"tap",
"longpress",
"longtap",
"transitionend",
"animationstart",
"animationiteration",
"animationend",
"touchforcechange"
];
function patchMPEvent(event) {
if (event.type && event.target) {
event.preventDefault = NOOP;
event.stopPropagation = NOOP;
event.stopImmediatePropagation = NOOP;
if (!hasOwn(event, "detail")) {
event.detail = {};
}
if (hasOwn(event, "markerId")) {
event.detail = typeof event.detail === "object" ? event.detail : {};
event.detail.markerId = event.markerId;
}
if (isPlainObject(event.detail) && hasOwn(event.detail, "checked") && !hasOwn(event.detail, "value")) {
event.detail.value = event.detail.checked;
}
if (isPlainObject(event.detail)) {
event.target = extend({}, event.target, event.detail);
}
}
}
function patchStopImmediatePropagation(e2, value) {
if (isArray(value)) {
const originalStop = e2.stopImmediatePropagation;
e2.stopImmediatePropagation = () => {
originalStop && originalStop.call(e2);
e2._stopped = true;
};
return value.map((fn) => (e3) => !e3._stopped && fn(e3));
} else {
return value;
}
}
function vFor(source, renderItem) {
let ret;
if (isArray(source) || isString(source)) {
@ -6610,6 +6699,7 @@ function vFor(source, renderItem) {
}
return ret;
}
const o = (value, key) => vOn(value, key);
const f = (source, renderItem) => vFor(source, renderItem);
const t = (val) => toDisplayString(val);
function createApp$1(rootComponent, rootProps = null) {
@ -7447,5 +7537,8 @@ exports._export_sfc = _export_sfc;
exports.createSSRApp = createSSRApp;
exports.defineComponent = defineComponent;
exports.f = f;
exports.index = index;
exports.o = o;
exports.ref = ref;
exports.t = t;
exports.unref = unref;

View 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], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/Contact/Contact.vue"]]);
wx.createPage(MiniProgramPage);

View File

@ -0,0 +1,4 @@
{
"navigationBarTitleText": "",
"usingComponents": {}
}

View File

@ -0,0 +1 @@
<view class="flex-col page"><text class="self-start font text">联系人信息</text><view class="flex-col self-stretch section"><view class="flex-row items-center"><text class="font_2 text_2">收货人</text><view class="flex-col justify-start items-start flex-1 text-wrapper ml-27"><text class="font_2 text_3">请输入姓名</text></view></view><view class="flex-row items-center mt-17"><text class="font_2 text_4">手机号码</text><view class="flex-col justify-start items-start flex-1 text-wrapper_2 ml-13"><text class="font_2 text_5">15888610253</text></view></view><view class="flex-row justify-between items-center mt-17"><text class="font_2 text_6">设为默认联系人</text><image class="image" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=897e9b02383f7821fc2538de47d78c1c.png"/></view></view><view class="flex-col justify-start items-center self-stretch section_2"><view class="flex-col justify-start items-center text-wrapper_3"><text class="font text_7">保存并使用</text></view></view></view>

View File

@ -0,0 +1,88 @@
.ml-27 {
margin-left: 51.53rpx;
}
.mt-17 {
margin-top: 32.44rpx;
}
.ml-13 {
margin-left: 24.81rpx;
}
.page {
padding-top: 26.72rpx;
background-color: #fffaf0;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.font {
font-size: 30.53rpx;
font-family: Open Sans;
line-height: 28.4rpx;
}
.text {
margin-left: 22.9rpx;
color: #323232;
line-height: 28.66rpx;
}
.section {
margin: 57.25rpx 11.45rpx 0 40.08rpx;
padding: 22.9rpx 15.27rpx;
background-color: #ffffff;
border-radius: 9.54rpx;
}
.font_2 {
font-size: 26.72rpx;
font-family: Open Sans;
line-height: 24.71rpx;
color: #323232;
}
.text_2 {
line-height: 24.77rpx;
}
.text-wrapper {
margin-right: 38.17rpx;
padding: 11.45rpx 0;
background-color: #fffef8;
height: 45.8rpx;
}
.text_3 {
margin-left: 15.27rpx;
color: #acacac;
}
.text_4 {
line-height: 24.6rpx;
}
.text-wrapper_2 {
margin-right: 38.17rpx;
padding: 15.27rpx 0;
background-color: #fffef8;
height: 45.8rpx;
}
.text_5 {
margin-left: 19.08rpx;
line-height: 19.64rpx;
}
.text_6 {
line-height: 24.79rpx;
}
.image {
margin-right: 41.98rpx;
width: 34.35rpx;
height: 34.35rpx;
}
.section_2 {
margin-top: 1047.71rpx;
padding: 17.18rpx 0;
background-color: #ffffff;
}
.text-wrapper_3 {
padding: 26.72rpx 0;
background-color: #ffa948;
border-radius: 47.71rpx;
width: 629.77rpx;
}
.text_7 {
color: #ffffff;
}

View 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-b64d6a4c"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/ProductDetails/ProductDetails.vue"]]);
wx.createPage(MiniProgramPage);

View File

@ -0,0 +1,4 @@
{
"navigationBarTitleText": "",
"usingComponents": {}
}

View File

@ -0,0 +1 @@
<view class="flex-col page data-v-b64d6a4c"><view class="flex-col data-v-b64d6a4c"><view class="flex-col data-v-b64d6a4c"><view class="flex-col section data-v-b64d6a4c"><view class="flex-row justify-between self-stretch group data-v-b64d6a4c"><text class="font text data-v-b64d6a4c">商品</text><text class="font data-v-b64d6a4c">详情</text><text class="font text_2 data-v-b64d6a4c">推荐</text></view><view class="self-start section_2 data-v-b64d6a4c"></view></view><image class="image data-v-b64d6a4c" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=c347f0e53bdcde04fa14098a49db40d4.png"/></view><view class="mt-6 flex-row items-center group_2 data-v-b64d6a4c"><view class="flex-col items-center data-v-b64d6a4c"><text class="font_2 data-v-b64d6a4c">图片</text><text class="mt-4 font_2 data-v-b64d6a4c">展示</text></view><view class="ml-2 flex-row justify-between equal-division data-v-b64d6a4c"><image class="equal-division-item data-v-b64d6a4c" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=f58b5193e3ce117f4350960139d86a6d.png"/><image class="equal-division-item data-v-b64d6a4c" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=619af00ec54a5600292e36875c6bebd6.png"/><image class="equal-division-item data-v-b64d6a4c" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=a88729ff992f68cff6c5aaab9da3b652.png"/><image class="equal-division-item data-v-b64d6a4c" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=7a368aca7d0b74c3f87b5a9cd6185201.png"/><image class="equal-division-item data-v-b64d6a4c" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=a88729ff992f68cff6c5aaab9da3b652.png"/></view></view><view class="mt-6 flex-col section_3 data-v-b64d6a4c"><view class="flex-row justify-between self-start group_3 data-v-b64d6a4c"><view class="flex-col items-start self-center data-v-b64d6a4c"><image class="image_2 data-v-b64d6a4c" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=c3b21ef686b053bea12b883694c5a954.png"/><text class="text_3 text_5 mt-5 data-v-b64d6a4c">琉璃发簪新手体验包</text></view><view class="flex-row items-center self-start group_4 data-v-b64d6a4c"><image class="shrink-0 image_3 data-v-b64d6a4c" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=b3cfc36dad1bb0c8277322ca9543babb.png"/><text class="ml-4 font_3 text_3 text_4 data-v-b64d6a4c">中秋节限定</text></view></view><view class="self-stretch divider data-v-b64d6a4c"></view><view class="flex-col self-start group_5 data-v-b64d6a4c"><text class="self-stretch font_4 text_3 data-v-b64d6a4c"> 商品简介:琉璃发簪便是汉代美人常常佩戴的发饰之一。琉璃 <view class="data-v-b64d6a4c"/></text><text class="mt-2 self-stretch font_4 text_3 data-v-b64d6a4c">发簪不仅美观大方,还有 着深厚的文化底蕴。购买体验包,</text><text class="mt-2 self-start font_4 text_3 data-v-b64d6a4c">即可体验古代文化。</text></view><view class="self-stretch divider data-v-b64d6a4c"></view><view class="flex-row items-center self-start group_6 data-v-b64d6a4c"><text class="font_4 text_3 text_6 data-v-b64d6a4c">商品标签:</text><view class="flex-col justify-start items-center text-wrapper ml-7 data-v-b64d6a4c"><text class="font_5 text_7 data-v-b64d6a4c">#发簪</text></view><view class="flex-col justify-start text-wrapper_2 ml-7 data-v-b64d6a4c"><text class="font_5 text_8 data-v-b64d6a4c">#送亲友</text></view><view class="flex-col justify-start text-wrapper_2 ml-7 data-v-b64d6a4c"><text class="font_5 text_8 text_9 data-v-b64d6a4c">#体验包</text></view><view class="flex-col justify-start items-center text-wrapper_3 ml-7 data-v-b64d6a4c"><text class="font_5 data-v-b64d6a4c">#友情</text></view></view></view></view><view class="flex-col mt-268 data-v-b64d6a4c"><text class="self-start font_3 text_10 data-v-b64d6a4c">商品详情</text><view class="flex-col justify-start self-stretch section_4 mt-15 data-v-b64d6a4c"><view class="flex-row items-center section_5 data-v-b64d6a4c"><view class="flex-col items-center shrink-0 data-v-b64d6a4c"><image class="image_4 data-v-b64d6a4c" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=9139c9f83913be1d1e83cf86dd7a40b2.png"/><text class="font_5 mt-3 data-v-b64d6a4c">客服</text></view><view class="ml-34 flex-row flex-1 data-v-b64d6a4c"><view class="flex-col justify-start items-center text-wrapper_4 data-v-b64d6a4c"><text class="font_6 text_11 data-v-b64d6a4c">加入购物车</text></view><view class="flex-col justify-start items-center text-wrapper_5 ml-9 data-v-b64d6a4c"><text class="font_6 data-v-b64d6a4c">立即购买</text></view></view></view></view></view></view>

View File

@ -0,0 +1,636 @@
/* 水平间距 */
/* 水平间距 */
/************************************************************
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
** 否则页面将无法正常显示 **
************************************************************/
html.data-v-b64d6a4c {
font-size: 16px;
}
body.data-v-b64d6a4c {
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-b64d6a4c,
image.data-v-b64d6a4c,
text.data-v-b64d6a4c {
box-sizing: border-box;
flex-shrink: 0;
}
#app.data-v-b64d6a4c {
width: 100vw;
height: 100vh;
}
.flex-row.data-v-b64d6a4c {
display: flex;
flex-direction: row;
}
.flex-col.data-v-b64d6a4c {
display: flex;
flex-direction: column;
}
.justify-start.data-v-b64d6a4c {
justify-content: flex-start;
}
.justify-end.data-v-b64d6a4c {
justify-content: flex-end;
}
.justify-center.data-v-b64d6a4c {
justify-content: center;
}
.justify-between.data-v-b64d6a4c {
justify-content: space-between;
}
.justify-around.data-v-b64d6a4c {
justify-content: space-around;
}
.justify-evenly.data-v-b64d6a4c {
justify-content: space-evenly;
}
.items-start.data-v-b64d6a4c {
align-items: flex-start;
}
.items-end.data-v-b64d6a4c {
align-items: flex-end;
}
.items-center.data-v-b64d6a4c {
align-items: center;
}
.items-baseline.data-v-b64d6a4c {
align-items: baseline;
}
.items-stretch.data-v-b64d6a4c {
align-items: stretch;
}
.self-start.data-v-b64d6a4c {
align-self: flex-start;
}
.self-end.data-v-b64d6a4c {
align-self: flex-end;
}
.self-center.data-v-b64d6a4c {
align-self: center;
}
.self-baseline.data-v-b64d6a4c {
align-self: baseline;
}
.self-stretch.data-v-b64d6a4c {
align-self: stretch;
}
.flex-1.data-v-b64d6a4c {
flex: 1 1 0%;
}
.flex-auto.data-v-b64d6a4c {
flex: 1 1 auto;
}
.grow.data-v-b64d6a4c {
flex-grow: 1;
}
.grow-0.data-v-b64d6a4c {
flex-grow: 0;
}
.shrink.data-v-b64d6a4c {
flex-shrink: 1;
}
.shrink-0.data-v-b64d6a4c {
flex-shrink: 0;
}
.relative.data-v-b64d6a4c {
position: relative;
}
.ml-2.data-v-b64d6a4c {
margin-left: 3.75rpx;
}
.mt-2.data-v-b64d6a4c {
margin-top: 3.75rpx;
}
.ml-4.data-v-b64d6a4c {
margin-left: 7.5rpx;
}
.mt-4.data-v-b64d6a4c {
margin-top: 7.5rpx;
}
.ml-6.data-v-b64d6a4c {
margin-left: 11.25rpx;
}
.mt-6.data-v-b64d6a4c {
margin-top: 11.25rpx;
}
.ml-8.data-v-b64d6a4c {
margin-left: 15rpx;
}
.mt-8.data-v-b64d6a4c {
margin-top: 15rpx;
}
.ml-10.data-v-b64d6a4c {
margin-left: 18.75rpx;
}
.mt-10.data-v-b64d6a4c {
margin-top: 18.75rpx;
}
.ml-12.data-v-b64d6a4c {
margin-left: 22.5rpx;
}
.mt-12.data-v-b64d6a4c {
margin-top: 22.5rpx;
}
.ml-14.data-v-b64d6a4c {
margin-left: 26.25rpx;
}
.mt-14.data-v-b64d6a4c {
margin-top: 26.25rpx;
}
.ml-16.data-v-b64d6a4c {
margin-left: 30rpx;
}
.mt-16.data-v-b64d6a4c {
margin-top: 30rpx;
}
.ml-18.data-v-b64d6a4c {
margin-left: 33.75rpx;
}
.mt-18.data-v-b64d6a4c {
margin-top: 33.75rpx;
}
.ml-20.data-v-b64d6a4c {
margin-left: 37.5rpx;
}
.mt-20.data-v-b64d6a4c {
margin-top: 37.5rpx;
}
.ml-22.data-v-b64d6a4c {
margin-left: 41.25rpx;
}
.mt-22.data-v-b64d6a4c {
margin-top: 41.25rpx;
}
.ml-24.data-v-b64d6a4c {
margin-left: 45rpx;
}
.mt-24.data-v-b64d6a4c {
margin-top: 45rpx;
}
.ml-26.data-v-b64d6a4c {
margin-left: 48.75rpx;
}
.mt-26.data-v-b64d6a4c {
margin-top: 48.75rpx;
}
.ml-28.data-v-b64d6a4c {
margin-left: 52.5rpx;
}
.mt-28.data-v-b64d6a4c {
margin-top: 52.5rpx;
}
.ml-30.data-v-b64d6a4c {
margin-left: 56.25rpx;
}
.mt-30.data-v-b64d6a4c {
margin-top: 56.25rpx;
}
.ml-32.data-v-b64d6a4c {
margin-left: 60rpx;
}
.mt-32.data-v-b64d6a4c {
margin-top: 60rpx;
}
.ml-34.data-v-b64d6a4c {
margin-left: 63.75rpx;
}
.mt-34.data-v-b64d6a4c {
margin-top: 63.75rpx;
}
.ml-36.data-v-b64d6a4c {
margin-left: 67.5rpx;
}
.mt-36.data-v-b64d6a4c {
margin-top: 67.5rpx;
}
.ml-38.data-v-b64d6a4c {
margin-left: 71.25rpx;
}
.mt-38.data-v-b64d6a4c {
margin-top: 71.25rpx;
}
.ml-40.data-v-b64d6a4c {
margin-left: 75rpx;
}
.mt-40.data-v-b64d6a4c {
margin-top: 75rpx;
}
.ml-42.data-v-b64d6a4c {
margin-left: 78.75rpx;
}
.mt-42.data-v-b64d6a4c {
margin-top: 78.75rpx;
}
.ml-44.data-v-b64d6a4c {
margin-left: 82.5rpx;
}
.mt-44.data-v-b64d6a4c {
margin-top: 82.5rpx;
}
.ml-46.data-v-b64d6a4c {
margin-left: 86.25rpx;
}
.mt-46.data-v-b64d6a4c {
margin-top: 86.25rpx;
}
.ml-48.data-v-b64d6a4c {
margin-left: 90rpx;
}
.mt-48.data-v-b64d6a4c {
margin-top: 90rpx;
}
.ml-50.data-v-b64d6a4c {
margin-left: 93.75rpx;
}
.mt-50.data-v-b64d6a4c {
margin-top: 93.75rpx;
}
.ml-52.data-v-b64d6a4c {
margin-left: 97.5rpx;
}
.mt-52.data-v-b64d6a4c {
margin-top: 97.5rpx;
}
.ml-54.data-v-b64d6a4c {
margin-left: 101.25rpx;
}
.mt-54.data-v-b64d6a4c {
margin-top: 101.25rpx;
}
.ml-56.data-v-b64d6a4c {
margin-left: 105rpx;
}
.mt-56.data-v-b64d6a4c {
margin-top: 105rpx;
}
.ml-58.data-v-b64d6a4c {
margin-left: 108.75rpx;
}
.mt-58.data-v-b64d6a4c {
margin-top: 108.75rpx;
}
.ml-60.data-v-b64d6a4c {
margin-left: 112.5rpx;
}
.mt-60.data-v-b64d6a4c {
margin-top: 112.5rpx;
}
.ml-62.data-v-b64d6a4c {
margin-left: 116.25rpx;
}
.mt-62.data-v-b64d6a4c {
margin-top: 116.25rpx;
}
.ml-64.data-v-b64d6a4c {
margin-left: 120rpx;
}
.mt-64.data-v-b64d6a4c {
margin-top: 120rpx;
}
.ml-66.data-v-b64d6a4c {
margin-left: 123.75rpx;
}
.mt-66.data-v-b64d6a4c {
margin-top: 123.75rpx;
}
.ml-68.data-v-b64d6a4c {
margin-left: 127.5rpx;
}
.mt-68.data-v-b64d6a4c {
margin-top: 127.5rpx;
}
.ml-70.data-v-b64d6a4c {
margin-left: 131.25rpx;
}
.mt-70.data-v-b64d6a4c {
margin-top: 131.25rpx;
}
.ml-72.data-v-b64d6a4c {
margin-left: 135rpx;
}
.mt-72.data-v-b64d6a4c {
margin-top: 135rpx;
}
.ml-74.data-v-b64d6a4c {
margin-left: 138.75rpx;
}
.mt-74.data-v-b64d6a4c {
margin-top: 138.75rpx;
}
.ml-76.data-v-b64d6a4c {
margin-left: 142.5rpx;
}
.mt-76.data-v-b64d6a4c {
margin-top: 142.5rpx;
}
.ml-78.data-v-b64d6a4c {
margin-left: 146.25rpx;
}
.mt-78.data-v-b64d6a4c {
margin-top: 146.25rpx;
}
.ml-80.data-v-b64d6a4c {
margin-left: 150rpx;
}
.mt-80.data-v-b64d6a4c {
margin-top: 150rpx;
}
.ml-82.data-v-b64d6a4c {
margin-left: 153.75rpx;
}
.mt-82.data-v-b64d6a4c {
margin-top: 153.75rpx;
}
.ml-84.data-v-b64d6a4c {
margin-left: 157.5rpx;
}
.mt-84.data-v-b64d6a4c {
margin-top: 157.5rpx;
}
.ml-86.data-v-b64d6a4c {
margin-left: 161.25rpx;
}
.mt-86.data-v-b64d6a4c {
margin-top: 161.25rpx;
}
.ml-88.data-v-b64d6a4c {
margin-left: 165rpx;
}
.mt-88.data-v-b64d6a4c {
margin-top: 165rpx;
}
.ml-90.data-v-b64d6a4c {
margin-left: 168.75rpx;
}
.mt-90.data-v-b64d6a4c {
margin-top: 168.75rpx;
}
.ml-92.data-v-b64d6a4c {
margin-left: 172.5rpx;
}
.mt-92.data-v-b64d6a4c {
margin-top: 172.5rpx;
}
.ml-94.data-v-b64d6a4c {
margin-left: 176.25rpx;
}
.mt-94.data-v-b64d6a4c {
margin-top: 176.25rpx;
}
.ml-96.data-v-b64d6a4c {
margin-left: 180rpx;
}
.mt-96.data-v-b64d6a4c {
margin-top: 180rpx;
}
.ml-98.data-v-b64d6a4c {
margin-left: 183.75rpx;
}
.mt-98.data-v-b64d6a4c {
margin-top: 183.75rpx;
}
.ml-100.data-v-b64d6a4c {
margin-left: 187.5rpx;
}
.mt-100.data-v-b64d6a4c {
margin-top: 187.5rpx;
}
.mt-5.data-v-b64d6a4c {
margin-top: 9.38rpx;
}
.ml-7.data-v-b64d6a4c {
margin-left: 13.13rpx;
}
.mt-268.data-v-b64d6a4c {
margin-top: 502.5rpx;
}
.mt-15.data-v-b64d6a4c {
margin-top: 28.13rpx;
}
.mt-3.data-v-b64d6a4c {
margin-top: 5.63rpx;
}
.ml-9.data-v-b64d6a4c {
margin-left: 16.88rpx;
}
.page.data-v-b64d6a4c {
padding-bottom: 331.88rpx;
background-color: #fffef8;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.section.data-v-b64d6a4c {
padding: 0 82.5rpx 15rpx;
background-color: #a0522d;
position: fixed;
width: 100%;
top: 0;
}
.group.data-v-b64d6a4c {
padding: 30rpx 0 11.25rpx 3.75rpx;
}
.font.data-v-b64d6a4c {
font-size: 30rpx;
font-family: Open Sans;
line-height: 27.66rpx;
color: #fffef8;
}
.text.data-v-b64d6a4c {
line-height: 27.6rpx;
}
.text_2.data-v-b64d6a4c {
line-height: 27.64rpx;
}
.section_2.data-v-b64d6a4c {
background-color: #ffa700;
width: 69.38rpx;
height: 5.63rpx;
}
.image.data-v-b64d6a4c {
width: 100vw;
height: 48vw;
}
.group_2.data-v-b64d6a4c {
padding: 0 22.5rpx;
}
.font_2.data-v-b64d6a4c {
font-size: 30rpx;
font-family: Open Sans;
line-height: 35.63rpx;
color: #000000;
}
.equal-division.data-v-b64d6a4c {
flex: 1 1 0;
margin-right: 11.25rpx;
}
.equal-division-item.data-v-b64d6a4c {
border-radius: 18.75rpx;
width: 105rpx;
height: 91.88rpx;
}
.section_3.data-v-b64d6a4c {
padding-left: 20.63rpx;
background-color: #fffaf0;
border-radius: 18.75rpx;
border-left: solid 1.88rpx #00000033;
border-right: solid 1.88rpx #00000033;
border-top: solid 1.88rpx #00000033;
border-bottom: solid 1.88rpx #00000033;
}
.group_3.data-v-b64d6a4c {
padding: 15rpx 0;
width: 731.38rpx;
}
.image_2.data-v-b64d6a4c {
margin-left: 7.5rpx;
width: 93.75rpx;
height: 58.13rpx;
}
.group_4.data-v-b64d6a4c {
margin-right: 22.5rpx;
margin-top: 60rpx;
}
.image_3.data-v-b64d6a4c {
width: 33.75rpx;
height: 33.75rpx;
}
.font_3.data-v-b64d6a4c {
font-size: 30rpx;
font-family: Open Sans;
line-height: 27.66rpx;
color: #323232;
}
.divider.data-v-b64d6a4c {
margin-right: 35.63rpx;
background-color: #00000033;
height: 1.88rpx;
}
.group_5.data-v-b64d6a4c {
padding: 15rpx 0 11.25rpx;
width: 734.01rpx;
}
.font_4.data-v-b64d6a4c {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 31.88rpx;
color: #323232;
}
.text_3.data-v-b64d6a4c {
text-shadow: 0 1.88rpx #fffaf0, 0 -1.88rpx #fffaf0, 1.88rpx 0 #fffaf0, -1.88rpx 0 #fffaf0;
}
.text_4.data-v-b64d6a4c {
font-size: 28.13rpx;
line-height: 26.03rpx;
}
.text_5.data-v-b64d6a4c {
color: #323232;
font-size: 33.75rpx;
font-family: Open Sans;
line-height: 31.46rpx;
}
.group_6.data-v-b64d6a4c {
padding: 16.88rpx 0 22.5rpx;
}
.text_6.data-v-b64d6a4c {
color: #000000;
line-height: 24.28rpx;
}
.text-wrapper.data-v-b64d6a4c {
padding: 7.5rpx 0;
background-color: #ffb35a;
border-radius: 9.38rpx;
width: 90rpx;
height: 39.38rpx;
border-left: solid 1.88rpx #00000033;
border-right: solid 1.88rpx #00000033;
border-top: solid 1.88rpx #00000033;
border-bottom: solid 1.88rpx #00000033;
}
.font_5.data-v-b64d6a4c {
font-size: 22.5rpx;
font-family: Open Sans;
line-height: 20.72rpx;
color: #323232;
}
.text_7.data-v-b64d6a4c {
line-height: 20.85rpx;
}
.text-wrapper_2.data-v-b64d6a4c {
padding: 7.5rpx 0;
background-color: #ffb35a;
border-radius: 9.38rpx;
height: 39.38rpx;
border-left: solid 1.88rpx #00000033;
border-right: solid 1.88rpx #00000033;
border-top: solid 1.88rpx #00000033;
border-bottom: solid 1.88rpx #00000033;
}
.text_8.data-v-b64d6a4c {
margin: 0 7.5rpx;
}
.text_9.data-v-b64d6a4c {
line-height: 20.83rpx;
}
.text-wrapper_3.data-v-b64d6a4c {
padding: 7.5rpx 0;
background-color: #ffb35a;
border-radius: 9.38rpx;
width: 105rpx;
height: 39.38rpx;
border-left: solid 1.88rpx #00000033;
border-right: solid 1.88rpx #00000033;
border-top: solid 1.88rpx #00000033;
border-bottom: solid 1.88rpx #00000033;
}
.text_10.data-v-b64d6a4c {
margin-left: 15rpx;
line-height: 27.69rpx;
}
.section_4.data-v-b64d6a4c {
padding: 45rpx 0 3838.13rpx;
background-image: url("https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=23b7db846e029260305e0604be9e8e8a.png");
background-size: 100% 100%;
background-repeat: no-repeat;
}
.section_5.data-v-b64d6a4c {
padding: 15rpx 26.25rpx;
background-color: #f8e8c1;
position: fixed;
bottom: 0;
width: 100%;
}
.image_4.data-v-b64d6a4c {
width: 46.88rpx;
height: 46.88rpx;
}
.text-wrapper_4.data-v-b64d6a4c {
padding: 22.5rpx 0;
flex: 1 1 283.13rpx;
background-color: #ffcd46;
border-radius: 93.75rpx;
height: 71.25rpx;
}
.font_6.data-v-b64d6a4c {
font-size: 30rpx;
font-family: Open Sans;
line-height: 27.66rpx;
color: #ffffff;
}
.text_11.data-v-b64d6a4c {
line-height: 27.79rpx;
}
.text-wrapper_5.data-v-b64d6a4c {
padding: 22.5rpx 0;
flex: 1 1 283.13rpx;
background-color: #ff2d3d;
border-radius: 93.75rpx;
height: 71.25rpx;
}

View 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-d09999e9"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/ReceivingInformation/ReceivingInformation.vue"]]);
wx.createPage(MiniProgramPage);

View File

@ -0,0 +1,4 @@
{
"navigationBarTitleText": "",
"usingComponents": {}
}

View File

@ -0,0 +1 @@
<view class="flex-col page data-v-d09999e9"><view class="flex-col group data-v-d09999e9"><text class="self-start font text data-v-d09999e9">收货信息</text><view class="flex-col self-stretch section mt-15 data-v-d09999e9"><view class="flex-row items-center group_2 data-v-d09999e9"><text class="font data-v-d09999e9">收货人</text><view class="flex-col justify-start items-start flex-1 text-wrapper ml-27 data-v-d09999e9"><text class="font text_2 data-v-d09999e9">请输入姓名</text></view></view><view class="flex-row items-center group_3 data-v-d09999e9"><text class="font text_3 data-v-d09999e9">手机号码</text><view class="ml-12 flex-col justify-start items-start flex-1 text-wrapper_2 data-v-d09999e9"><text class="font text_4 data-v-d09999e9">15888610253</text></view></view><view class="flex-row items-center group_4 data-v-d09999e9"><text class="font text_5 data-v-d09999e9">所在地区</text><view class="flex-col justify-start flex-1 relative group_5 ml-13 data-v-d09999e9"><view class="flex-col justify-start items-start text-wrapper_3 data-v-d09999e9"><text class="font text_6 data-v-d09999e9">黑龙江/哈尔滨/呼兰区</text></view><image class="image pos data-v-d09999e9" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=3e2a31d894d6e2dc87b84024e8b30588.png"/></view></view><view class="flex-row items-center group_6 data-v-d09999e9"><text class="font text_7 data-v-d09999e9">详细地址</text><view class="flex-col items-start flex-1 section_2 ml-13 data-v-d09999e9"><text class="font_2 data-v-d09999e9">利民开发区学院路288号哈尔滨华德</text><text class="mt-2 font_2 data-v-d09999e9">学院</text></view></view><view class="flex-row justify-between items-center group_7 data-v-d09999e9"><text class="font data-v-d09999e9">设为默认收货地址</text><image class="image_2 data-v-d09999e9" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=897e9b02383f7821fc2538de47d78c1c.png"/></view></view></view><view class="flex-col justify-start items-center section_3 mt-462 data-v-d09999e9"><view class="flex-col justify-start items-center text-wrapper_4 data-v-d09999e9"><text class="text_8 data-v-d09999e9">保存并使用</text></view></view></view>

View File

@ -0,0 +1,549 @@
/* 水平间距 */
/* 水平间距 */
/************************************************************
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
** 否则页面将无法正常显示 **
************************************************************/
html.data-v-d09999e9 {
font-size: 16px;
}
body.data-v-d09999e9 {
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-d09999e9,
image.data-v-d09999e9,
text.data-v-d09999e9 {
box-sizing: border-box;
flex-shrink: 0;
}
#app.data-v-d09999e9 {
width: 100vw;
height: 100vh;
}
.flex-row.data-v-d09999e9 {
display: flex;
flex-direction: row;
}
.flex-col.data-v-d09999e9 {
display: flex;
flex-direction: column;
}
.justify-start.data-v-d09999e9 {
justify-content: flex-start;
}
.justify-end.data-v-d09999e9 {
justify-content: flex-end;
}
.justify-center.data-v-d09999e9 {
justify-content: center;
}
.justify-between.data-v-d09999e9 {
justify-content: space-between;
}
.justify-around.data-v-d09999e9 {
justify-content: space-around;
}
.justify-evenly.data-v-d09999e9 {
justify-content: space-evenly;
}
.items-start.data-v-d09999e9 {
align-items: flex-start;
}
.items-end.data-v-d09999e9 {
align-items: flex-end;
}
.items-center.data-v-d09999e9 {
align-items: center;
}
.items-baseline.data-v-d09999e9 {
align-items: baseline;
}
.items-stretch.data-v-d09999e9 {
align-items: stretch;
}
.self-start.data-v-d09999e9 {
align-self: flex-start;
}
.self-end.data-v-d09999e9 {
align-self: flex-end;
}
.self-center.data-v-d09999e9 {
align-self: center;
}
.self-baseline.data-v-d09999e9 {
align-self: baseline;
}
.self-stretch.data-v-d09999e9 {
align-self: stretch;
}
.flex-1.data-v-d09999e9 {
flex: 1 1 0%;
}
.flex-auto.data-v-d09999e9 {
flex: 1 1 auto;
}
.grow.data-v-d09999e9 {
flex-grow: 1;
}
.grow-0.data-v-d09999e9 {
flex-grow: 0;
}
.shrink.data-v-d09999e9 {
flex-shrink: 1;
}
.shrink-0.data-v-d09999e9 {
flex-shrink: 0;
}
.relative.data-v-d09999e9 {
position: relative;
}
.ml-2.data-v-d09999e9 {
margin-left: 3.75rpx;
}
.mt-2.data-v-d09999e9 {
margin-top: 3.75rpx;
}
.ml-4.data-v-d09999e9 {
margin-left: 7.5rpx;
}
.mt-4.data-v-d09999e9 {
margin-top: 7.5rpx;
}
.ml-6.data-v-d09999e9 {
margin-left: 11.25rpx;
}
.mt-6.data-v-d09999e9 {
margin-top: 11.25rpx;
}
.ml-8.data-v-d09999e9 {
margin-left: 15rpx;
}
.mt-8.data-v-d09999e9 {
margin-top: 15rpx;
}
.ml-10.data-v-d09999e9 {
margin-left: 18.75rpx;
}
.mt-10.data-v-d09999e9 {
margin-top: 18.75rpx;
}
.ml-12.data-v-d09999e9 {
margin-left: 22.5rpx;
}
.mt-12.data-v-d09999e9 {
margin-top: 22.5rpx;
}
.ml-14.data-v-d09999e9 {
margin-left: 26.25rpx;
}
.mt-14.data-v-d09999e9 {
margin-top: 26.25rpx;
}
.ml-16.data-v-d09999e9 {
margin-left: 30rpx;
}
.mt-16.data-v-d09999e9 {
margin-top: 30rpx;
}
.ml-18.data-v-d09999e9 {
margin-left: 33.75rpx;
}
.mt-18.data-v-d09999e9 {
margin-top: 33.75rpx;
}
.ml-20.data-v-d09999e9 {
margin-left: 37.5rpx;
}
.mt-20.data-v-d09999e9 {
margin-top: 37.5rpx;
}
.ml-22.data-v-d09999e9 {
margin-left: 41.25rpx;
}
.mt-22.data-v-d09999e9 {
margin-top: 41.25rpx;
}
.ml-24.data-v-d09999e9 {
margin-left: 45rpx;
}
.mt-24.data-v-d09999e9 {
margin-top: 45rpx;
}
.ml-26.data-v-d09999e9 {
margin-left: 48.75rpx;
}
.mt-26.data-v-d09999e9 {
margin-top: 48.75rpx;
}
.ml-28.data-v-d09999e9 {
margin-left: 52.5rpx;
}
.mt-28.data-v-d09999e9 {
margin-top: 52.5rpx;
}
.ml-30.data-v-d09999e9 {
margin-left: 56.25rpx;
}
.mt-30.data-v-d09999e9 {
margin-top: 56.25rpx;
}
.ml-32.data-v-d09999e9 {
margin-left: 60rpx;
}
.mt-32.data-v-d09999e9 {
margin-top: 60rpx;
}
.ml-34.data-v-d09999e9 {
margin-left: 63.75rpx;
}
.mt-34.data-v-d09999e9 {
margin-top: 63.75rpx;
}
.ml-36.data-v-d09999e9 {
margin-left: 67.5rpx;
}
.mt-36.data-v-d09999e9 {
margin-top: 67.5rpx;
}
.ml-38.data-v-d09999e9 {
margin-left: 71.25rpx;
}
.mt-38.data-v-d09999e9 {
margin-top: 71.25rpx;
}
.ml-40.data-v-d09999e9 {
margin-left: 75rpx;
}
.mt-40.data-v-d09999e9 {
margin-top: 75rpx;
}
.ml-42.data-v-d09999e9 {
margin-left: 78.75rpx;
}
.mt-42.data-v-d09999e9 {
margin-top: 78.75rpx;
}
.ml-44.data-v-d09999e9 {
margin-left: 82.5rpx;
}
.mt-44.data-v-d09999e9 {
margin-top: 82.5rpx;
}
.ml-46.data-v-d09999e9 {
margin-left: 86.25rpx;
}
.mt-46.data-v-d09999e9 {
margin-top: 86.25rpx;
}
.ml-48.data-v-d09999e9 {
margin-left: 90rpx;
}
.mt-48.data-v-d09999e9 {
margin-top: 90rpx;
}
.ml-50.data-v-d09999e9 {
margin-left: 93.75rpx;
}
.mt-50.data-v-d09999e9 {
margin-top: 93.75rpx;
}
.ml-52.data-v-d09999e9 {
margin-left: 97.5rpx;
}
.mt-52.data-v-d09999e9 {
margin-top: 97.5rpx;
}
.ml-54.data-v-d09999e9 {
margin-left: 101.25rpx;
}
.mt-54.data-v-d09999e9 {
margin-top: 101.25rpx;
}
.ml-56.data-v-d09999e9 {
margin-left: 105rpx;
}
.mt-56.data-v-d09999e9 {
margin-top: 105rpx;
}
.ml-58.data-v-d09999e9 {
margin-left: 108.75rpx;
}
.mt-58.data-v-d09999e9 {
margin-top: 108.75rpx;
}
.ml-60.data-v-d09999e9 {
margin-left: 112.5rpx;
}
.mt-60.data-v-d09999e9 {
margin-top: 112.5rpx;
}
.ml-62.data-v-d09999e9 {
margin-left: 116.25rpx;
}
.mt-62.data-v-d09999e9 {
margin-top: 116.25rpx;
}
.ml-64.data-v-d09999e9 {
margin-left: 120rpx;
}
.mt-64.data-v-d09999e9 {
margin-top: 120rpx;
}
.ml-66.data-v-d09999e9 {
margin-left: 123.75rpx;
}
.mt-66.data-v-d09999e9 {
margin-top: 123.75rpx;
}
.ml-68.data-v-d09999e9 {
margin-left: 127.5rpx;
}
.mt-68.data-v-d09999e9 {
margin-top: 127.5rpx;
}
.ml-70.data-v-d09999e9 {
margin-left: 131.25rpx;
}
.mt-70.data-v-d09999e9 {
margin-top: 131.25rpx;
}
.ml-72.data-v-d09999e9 {
margin-left: 135rpx;
}
.mt-72.data-v-d09999e9 {
margin-top: 135rpx;
}
.ml-74.data-v-d09999e9 {
margin-left: 138.75rpx;
}
.mt-74.data-v-d09999e9 {
margin-top: 138.75rpx;
}
.ml-76.data-v-d09999e9 {
margin-left: 142.5rpx;
}
.mt-76.data-v-d09999e9 {
margin-top: 142.5rpx;
}
.ml-78.data-v-d09999e9 {
margin-left: 146.25rpx;
}
.mt-78.data-v-d09999e9 {
margin-top: 146.25rpx;
}
.ml-80.data-v-d09999e9 {
margin-left: 150rpx;
}
.mt-80.data-v-d09999e9 {
margin-top: 150rpx;
}
.ml-82.data-v-d09999e9 {
margin-left: 153.75rpx;
}
.mt-82.data-v-d09999e9 {
margin-top: 153.75rpx;
}
.ml-84.data-v-d09999e9 {
margin-left: 157.5rpx;
}
.mt-84.data-v-d09999e9 {
margin-top: 157.5rpx;
}
.ml-86.data-v-d09999e9 {
margin-left: 161.25rpx;
}
.mt-86.data-v-d09999e9 {
margin-top: 161.25rpx;
}
.ml-88.data-v-d09999e9 {
margin-left: 165rpx;
}
.mt-88.data-v-d09999e9 {
margin-top: 165rpx;
}
.ml-90.data-v-d09999e9 {
margin-left: 168.75rpx;
}
.mt-90.data-v-d09999e9 {
margin-top: 168.75rpx;
}
.ml-92.data-v-d09999e9 {
margin-left: 172.5rpx;
}
.mt-92.data-v-d09999e9 {
margin-top: 172.5rpx;
}
.ml-94.data-v-d09999e9 {
margin-left: 176.25rpx;
}
.mt-94.data-v-d09999e9 {
margin-top: 176.25rpx;
}
.ml-96.data-v-d09999e9 {
margin-left: 180rpx;
}
.mt-96.data-v-d09999e9 {
margin-top: 180rpx;
}
.ml-98.data-v-d09999e9 {
margin-left: 183.75rpx;
}
.mt-98.data-v-d09999e9 {
margin-top: 183.75rpx;
}
.ml-100.data-v-d09999e9 {
margin-left: 187.5rpx;
}
.mt-100.data-v-d09999e9 {
margin-top: 187.5rpx;
}
.mt-15.data-v-d09999e9 {
margin-top: 28.63rpx;
}
.ml-27.data-v-d09999e9 {
margin-left: 51.53rpx;
}
.ml-13.data-v-d09999e9 {
margin-left: 24.81rpx;
}
.mt-462.data-v-d09999e9 {
margin-top: 881.68rpx;
}
.page.data-v-d09999e9 {
padding-top: 26.72rpx;
background-color: #fffaf0;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.group.data-v-d09999e9 {
padding: 0 20.99rpx;
}
.font.data-v-d09999e9 {
font-size: 26.72rpx;
font-family: Open Sans;
line-height: 24.77rpx;
color: #323232;
}
.text.data-v-d09999e9 {
line-height: 24.92rpx;
}
.section.data-v-d09999e9 {
margin-right: 9.54rpx;
padding-left: 26.72rpx;
padding-right: 11.45rpx;
background-color: #fffef8;
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;
}
.group_2.data-v-d09999e9 {
padding: 22.9rpx 3.82rpx 11.45rpx;
border-bottom: solid 1.91rpx #efefef;
}
.text-wrapper.data-v-d09999e9 {
margin-right: 30.53rpx;
padding: 11.45rpx 0;
background-color: #fffef8;
height: 45.8rpx;
}
.text_2.data-v-d09999e9 {
margin-left: 15.27rpx;
color: #acacac;
line-height: 24.71rpx;
}
.group_3.data-v-d09999e9 {
padding: 15.27rpx 3.82rpx;
border-bottom: solid 1.91rpx #efefef;
}
.text_3.data-v-d09999e9 {
line-height: 24.6rpx;
}
.text-wrapper_2.data-v-d09999e9 {
margin-right: 30.53rpx;
padding: 15.27rpx 0;
background-color: #fffef8;
height: 45.8rpx;
}
.text_4.data-v-d09999e9 {
margin-left: 19.08rpx;
line-height: 19.64rpx;
}
.group_4.data-v-d09999e9 {
padding: 11.45rpx 3.82rpx;
border-bottom: solid 1.91rpx #efefef;
}
.text_5.data-v-d09999e9 {
line-height: 24.64rpx;
}
.group_5.data-v-d09999e9 {
margin-right: 11.45rpx;
}
.text-wrapper_3.data-v-d09999e9 {
margin-right: 17.18rpx;
padding: 11.45rpx 0;
background-color: #fffef8;
}
.text_6.data-v-d09999e9 {
margin-left: 15.27rpx;
line-height: 24.83rpx;
}
.image.data-v-d09999e9 {
width: 49.62rpx;
height: 49.62rpx;
}
.pos.data-v-d09999e9 {
position: absolute;
right: 0;
bottom: 0;
}
.group_6.data-v-d09999e9 {
padding: 15.27rpx 3.82rpx 7.63rpx;
border-bottom: solid 1.91rpx #efefef;
}
.text_7.data-v-d09999e9 {
line-height: 24.69rpx;
}
.section_2.data-v-d09999e9 {
margin-right: 19.08rpx;
padding: 7.63rpx 15.27rpx;
background-color: #fffef8;
height: 83.97rpx;
}
.font_2.data-v-d09999e9 {
font-size: 26.72rpx;
font-family: Open Sans;
line-height: 32.44rpx;
color: #323232;
}
.group_7.data-v-d09999e9 {
padding: 26.72rpx 3.82rpx 34.35rpx;
}
.image_2.data-v-d09999e9 {
margin-right: 19.08rpx;
width: 34.35rpx;
height: 34.35rpx;
}
.section_3.data-v-d09999e9 {
padding: 17.18rpx 0;
background-color: #fffef8;
}
.text-wrapper_4.data-v-d09999e9 {
padding: 26.72rpx 0;
background-color: #ffa948;
border-radius: 47.71rpx;
width: 629.77rpx;
}
.text_8.data-v-d09999e9 {
color: #ffffff;
font-size: 30.53rpx;
font-family: Open Sans;
line-height: 28.4rpx;
}

View 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-fdeeb5e5"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/address/address.vue"]]);
wx.createPage(MiniProgramPage);

View File

@ -0,0 +1,4 @@
{
"navigationBarTitleText": "",
"usingComponents": {}
}

View File

@ -0,0 +1 @@
<view class="flex-col page data-v-fdeeb5e5"><view class="flex-col list data-v-fdeeb5e5"><view wx:for="{{a}}" wx:for-item="item" wx:key="a" class="flex-col list-item mt-9 data-v-fdeeb5e5"><view class="flex-row justify-between items-center data-v-fdeeb5e5"><view class="flex-row items-center data-v-fdeeb5e5"><text class="font data-v-fdeeb5e5">张三</text><text class="font_2 ml-9 data-v-fdeeb5e5">15888610253</text><view class="flex-col justify-start items-center shrink-0 text-wrapper ml-9 data-v-fdeeb5e5"><text class="text data-v-fdeeb5e5">默认</text></view></view><view class="flex-row data-v-fdeeb5e5"><image class="image data-v-fdeeb5e5" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=6ff8502391df0676ffa6f9a4c72cf204.png"/><image class="ml-12 image data-v-fdeeb5e5" src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=33bb1d0b853cc38a598105b3dab0d494.png"/></view></view><view class="mt-10 flex-col items-start data-v-fdeeb5e5"><text class="font_3 data-v-fdeeb5e5">黑龙江省哈尔滨市呼兰区 学院路街道288号哈</text><text class="mt-2 font_3 data-v-fdeeb5e5">尔华德学院</text></view></view></view><view class="flex-col justify-start items-center section mt-455 data-v-fdeeb5e5"><view class="flex-col justify-start items-center text-wrapper_2 data-v-fdeeb5e5"><text class="font text_2 data-v-fdeeb5e5">新增地址</text></view></view></view>

View File

@ -0,0 +1,484 @@
/* 水平间距 */
/* 水平间距 */
/************************************************************
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
** 否则页面将无法正常显示 **
************************************************************/
html.data-v-fdeeb5e5 {
font-size: 16px;
}
body.data-v-fdeeb5e5 {
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-fdeeb5e5,
image.data-v-fdeeb5e5,
text.data-v-fdeeb5e5 {
box-sizing: border-box;
flex-shrink: 0;
}
#app.data-v-fdeeb5e5 {
width: 100vw;
height: 100vh;
}
.flex-row.data-v-fdeeb5e5 {
display: flex;
flex-direction: row;
}
.flex-col.data-v-fdeeb5e5 {
display: flex;
flex-direction: column;
}
.justify-start.data-v-fdeeb5e5 {
justify-content: flex-start;
}
.justify-end.data-v-fdeeb5e5 {
justify-content: flex-end;
}
.justify-center.data-v-fdeeb5e5 {
justify-content: center;
}
.justify-between.data-v-fdeeb5e5 {
justify-content: space-between;
}
.justify-around.data-v-fdeeb5e5 {
justify-content: space-around;
}
.justify-evenly.data-v-fdeeb5e5 {
justify-content: space-evenly;
}
.items-start.data-v-fdeeb5e5 {
align-items: flex-start;
}
.items-end.data-v-fdeeb5e5 {
align-items: flex-end;
}
.items-center.data-v-fdeeb5e5 {
align-items: center;
}
.items-baseline.data-v-fdeeb5e5 {
align-items: baseline;
}
.items-stretch.data-v-fdeeb5e5 {
align-items: stretch;
}
.self-start.data-v-fdeeb5e5 {
align-self: flex-start;
}
.self-end.data-v-fdeeb5e5 {
align-self: flex-end;
}
.self-center.data-v-fdeeb5e5 {
align-self: center;
}
.self-baseline.data-v-fdeeb5e5 {
align-self: baseline;
}
.self-stretch.data-v-fdeeb5e5 {
align-self: stretch;
}
.flex-1.data-v-fdeeb5e5 {
flex: 1 1 0%;
}
.flex-auto.data-v-fdeeb5e5 {
flex: 1 1 auto;
}
.grow.data-v-fdeeb5e5 {
flex-grow: 1;
}
.grow-0.data-v-fdeeb5e5 {
flex-grow: 0;
}
.shrink.data-v-fdeeb5e5 {
flex-shrink: 1;
}
.shrink-0.data-v-fdeeb5e5 {
flex-shrink: 0;
}
.relative.data-v-fdeeb5e5 {
position: relative;
}
.ml-2.data-v-fdeeb5e5 {
margin-left: 3.75rpx;
}
.mt-2.data-v-fdeeb5e5 {
margin-top: 3.75rpx;
}
.ml-4.data-v-fdeeb5e5 {
margin-left: 7.5rpx;
}
.mt-4.data-v-fdeeb5e5 {
margin-top: 7.5rpx;
}
.ml-6.data-v-fdeeb5e5 {
margin-left: 11.25rpx;
}
.mt-6.data-v-fdeeb5e5 {
margin-top: 11.25rpx;
}
.ml-8.data-v-fdeeb5e5 {
margin-left: 15rpx;
}
.mt-8.data-v-fdeeb5e5 {
margin-top: 15rpx;
}
.ml-10.data-v-fdeeb5e5 {
margin-left: 18.75rpx;
}
.mt-10.data-v-fdeeb5e5 {
margin-top: 18.75rpx;
}
.ml-12.data-v-fdeeb5e5 {
margin-left: 22.5rpx;
}
.mt-12.data-v-fdeeb5e5 {
margin-top: 22.5rpx;
}
.ml-14.data-v-fdeeb5e5 {
margin-left: 26.25rpx;
}
.mt-14.data-v-fdeeb5e5 {
margin-top: 26.25rpx;
}
.ml-16.data-v-fdeeb5e5 {
margin-left: 30rpx;
}
.mt-16.data-v-fdeeb5e5 {
margin-top: 30rpx;
}
.ml-18.data-v-fdeeb5e5 {
margin-left: 33.75rpx;
}
.mt-18.data-v-fdeeb5e5 {
margin-top: 33.75rpx;
}
.ml-20.data-v-fdeeb5e5 {
margin-left: 37.5rpx;
}
.mt-20.data-v-fdeeb5e5 {
margin-top: 37.5rpx;
}
.ml-22.data-v-fdeeb5e5 {
margin-left: 41.25rpx;
}
.mt-22.data-v-fdeeb5e5 {
margin-top: 41.25rpx;
}
.ml-24.data-v-fdeeb5e5 {
margin-left: 45rpx;
}
.mt-24.data-v-fdeeb5e5 {
margin-top: 45rpx;
}
.ml-26.data-v-fdeeb5e5 {
margin-left: 48.75rpx;
}
.mt-26.data-v-fdeeb5e5 {
margin-top: 48.75rpx;
}
.ml-28.data-v-fdeeb5e5 {
margin-left: 52.5rpx;
}
.mt-28.data-v-fdeeb5e5 {
margin-top: 52.5rpx;
}
.ml-30.data-v-fdeeb5e5 {
margin-left: 56.25rpx;
}
.mt-30.data-v-fdeeb5e5 {
margin-top: 56.25rpx;
}
.ml-32.data-v-fdeeb5e5 {
margin-left: 60rpx;
}
.mt-32.data-v-fdeeb5e5 {
margin-top: 60rpx;
}
.ml-34.data-v-fdeeb5e5 {
margin-left: 63.75rpx;
}
.mt-34.data-v-fdeeb5e5 {
margin-top: 63.75rpx;
}
.ml-36.data-v-fdeeb5e5 {
margin-left: 67.5rpx;
}
.mt-36.data-v-fdeeb5e5 {
margin-top: 67.5rpx;
}
.ml-38.data-v-fdeeb5e5 {
margin-left: 71.25rpx;
}
.mt-38.data-v-fdeeb5e5 {
margin-top: 71.25rpx;
}
.ml-40.data-v-fdeeb5e5 {
margin-left: 75rpx;
}
.mt-40.data-v-fdeeb5e5 {
margin-top: 75rpx;
}
.ml-42.data-v-fdeeb5e5 {
margin-left: 78.75rpx;
}
.mt-42.data-v-fdeeb5e5 {
margin-top: 78.75rpx;
}
.ml-44.data-v-fdeeb5e5 {
margin-left: 82.5rpx;
}
.mt-44.data-v-fdeeb5e5 {
margin-top: 82.5rpx;
}
.ml-46.data-v-fdeeb5e5 {
margin-left: 86.25rpx;
}
.mt-46.data-v-fdeeb5e5 {
margin-top: 86.25rpx;
}
.ml-48.data-v-fdeeb5e5 {
margin-left: 90rpx;
}
.mt-48.data-v-fdeeb5e5 {
margin-top: 90rpx;
}
.ml-50.data-v-fdeeb5e5 {
margin-left: 93.75rpx;
}
.mt-50.data-v-fdeeb5e5 {
margin-top: 93.75rpx;
}
.ml-52.data-v-fdeeb5e5 {
margin-left: 97.5rpx;
}
.mt-52.data-v-fdeeb5e5 {
margin-top: 97.5rpx;
}
.ml-54.data-v-fdeeb5e5 {
margin-left: 101.25rpx;
}
.mt-54.data-v-fdeeb5e5 {
margin-top: 101.25rpx;
}
.ml-56.data-v-fdeeb5e5 {
margin-left: 105rpx;
}
.mt-56.data-v-fdeeb5e5 {
margin-top: 105rpx;
}
.ml-58.data-v-fdeeb5e5 {
margin-left: 108.75rpx;
}
.mt-58.data-v-fdeeb5e5 {
margin-top: 108.75rpx;
}
.ml-60.data-v-fdeeb5e5 {
margin-left: 112.5rpx;
}
.mt-60.data-v-fdeeb5e5 {
margin-top: 112.5rpx;
}
.ml-62.data-v-fdeeb5e5 {
margin-left: 116.25rpx;
}
.mt-62.data-v-fdeeb5e5 {
margin-top: 116.25rpx;
}
.ml-64.data-v-fdeeb5e5 {
margin-left: 120rpx;
}
.mt-64.data-v-fdeeb5e5 {
margin-top: 120rpx;
}
.ml-66.data-v-fdeeb5e5 {
margin-left: 123.75rpx;
}
.mt-66.data-v-fdeeb5e5 {
margin-top: 123.75rpx;
}
.ml-68.data-v-fdeeb5e5 {
margin-left: 127.5rpx;
}
.mt-68.data-v-fdeeb5e5 {
margin-top: 127.5rpx;
}
.ml-70.data-v-fdeeb5e5 {
margin-left: 131.25rpx;
}
.mt-70.data-v-fdeeb5e5 {
margin-top: 131.25rpx;
}
.ml-72.data-v-fdeeb5e5 {
margin-left: 135rpx;
}
.mt-72.data-v-fdeeb5e5 {
margin-top: 135rpx;
}
.ml-74.data-v-fdeeb5e5 {
margin-left: 138.75rpx;
}
.mt-74.data-v-fdeeb5e5 {
margin-top: 138.75rpx;
}
.ml-76.data-v-fdeeb5e5 {
margin-left: 142.5rpx;
}
.mt-76.data-v-fdeeb5e5 {
margin-top: 142.5rpx;
}
.ml-78.data-v-fdeeb5e5 {
margin-left: 146.25rpx;
}
.mt-78.data-v-fdeeb5e5 {
margin-top: 146.25rpx;
}
.ml-80.data-v-fdeeb5e5 {
margin-left: 150rpx;
}
.mt-80.data-v-fdeeb5e5 {
margin-top: 150rpx;
}
.ml-82.data-v-fdeeb5e5 {
margin-left: 153.75rpx;
}
.mt-82.data-v-fdeeb5e5 {
margin-top: 153.75rpx;
}
.ml-84.data-v-fdeeb5e5 {
margin-left: 157.5rpx;
}
.mt-84.data-v-fdeeb5e5 {
margin-top: 157.5rpx;
}
.ml-86.data-v-fdeeb5e5 {
margin-left: 161.25rpx;
}
.mt-86.data-v-fdeeb5e5 {
margin-top: 161.25rpx;
}
.ml-88.data-v-fdeeb5e5 {
margin-left: 165rpx;
}
.mt-88.data-v-fdeeb5e5 {
margin-top: 165rpx;
}
.ml-90.data-v-fdeeb5e5 {
margin-left: 168.75rpx;
}
.mt-90.data-v-fdeeb5e5 {
margin-top: 168.75rpx;
}
.ml-92.data-v-fdeeb5e5 {
margin-left: 172.5rpx;
}
.mt-92.data-v-fdeeb5e5 {
margin-top: 172.5rpx;
}
.ml-94.data-v-fdeeb5e5 {
margin-left: 176.25rpx;
}
.mt-94.data-v-fdeeb5e5 {
margin-top: 176.25rpx;
}
.ml-96.data-v-fdeeb5e5 {
margin-left: 180rpx;
}
.mt-96.data-v-fdeeb5e5 {
margin-top: 180rpx;
}
.ml-98.data-v-fdeeb5e5 {
margin-left: 183.75rpx;
}
.mt-98.data-v-fdeeb5e5 {
margin-top: 183.75rpx;
}
.ml-100.data-v-fdeeb5e5 {
margin-left: 187.5rpx;
}
.mt-100.data-v-fdeeb5e5 {
margin-top: 187.5rpx;
}
.mt-9.data-v-fdeeb5e5 {
margin-top: 17.18rpx;
}
.ml-9.data-v-fdeeb5e5 {
margin-left: 17.18rpx;
}
.mt-455.data-v-fdeeb5e5 {
margin-top: 868.32rpx;
}
.page.data-v-fdeeb5e5 {
padding-top: 20.99rpx;
background-color: #fffaf0;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.list.data-v-fdeeb5e5 {
padding: 0 20.99rpx;
}
.list-item.data-v-fdeeb5e5 {
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-fdeeb5e5:first-child {
margin-top: 0;
}
.font.data-v-fdeeb5e5 {
font-size: 30.53rpx;
font-family: Open Sans;
line-height: 27.67rpx;
color: #323232;
}
.font_2.data-v-fdeeb5e5 {
font-size: 30.53rpx;
font-family: Open Sans;
line-height: 22.44rpx;
color: #323232;
}
.text-wrapper.data-v-fdeeb5e5 {
background-color: #ffbe55;
border-radius: 9.54rpx;
width: 70.61rpx;
height: 32.44rpx;
}
.text.data-v-fdeeb5e5 {
color: #ffffff;
font-size: 22.9rpx;
font-family: Open Sans;
line-height: 21.07rpx;
}
.image.data-v-fdeeb5e5 {
border-radius: 9.54rpx;
width: 40.08rpx;
height: 40.08rpx;
}
.font_3.data-v-fdeeb5e5 {
font-size: 26.72rpx;
font-family: Open Sans;
line-height: 32.44rpx;
color: #818181;
}
.section.data-v-fdeeb5e5 {
padding: 17.18rpx 0;
background-color: #ffffff;
}
.text-wrapper_2.data-v-fdeeb5e5 {
padding: 26.72rpx 0;
background-color: #ffa948;
border-radius: 47.71rpx;
width: 629.77rpx;
}
.text_2.data-v-fdeeb5e5 {
color: #ffffff;
line-height: 28.24rpx;
}

View File

@ -605,10 +605,17 @@ text.data-v-641af6de {
}
.text-wrapper.data-v-641af6de {
position: fixed;
top: 0;
left: 0;
right: 0;
padding: 26.25rpx 0;
background-color: #f5f5dc;
}
.section.data-v-641af6de {
position: fixed;
top: 75rpx;
right: 0;
left: 0;
padding: 0 121.88rpx;
background-color: #fffef8;
}
@ -621,6 +628,7 @@ text.data-v-641af6de {
height: 5.63rpx;
}
.list.data-v-641af6de {
margin-top: 134rpx;
margin-bottom: 125rpx;
padding: 18.75rpx 13.13rpx 0;
}

View File

@ -76,6 +76,11 @@ const _sfc_main = {
imgurl: common_assets.product_img
}
]);
const tap = () => {
common_vendor.index.navigateTo({
url: "../../../pages/order/product-close/product-close"
});
};
return (_ctx, _cache) => {
return {
a: common_vendor.f(sort.value, (item, index, i0) => {
@ -91,9 +96,11 @@ const _sfc_main = {
b: common_vendor.t(item.product_name),
c: common_vendor.t(item.detail),
d: common_vendor.t(item.value),
e: index
e: index,
f: common_vendor.o(tap, index)
};
})
}),
c: common_vendor.unref(common_assets.add_img)
};
};
}

View File

@ -1 +1,5 @@
<view class="flex-col page data-v-7e3c386d"><view class="flex-col data-v-7e3c386d"><view class="flex-row items-center section data-v-7e3c386d"><text class="text data-v-7e3c386d">商品</text><view class="flex-row section_2 ml-15 data-v-7e3c386d"><image class="image data-v-7e3c386d" src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=348b14e68c9ce02a3b9fe870f131c4c7.png"/><input class="text-wrapper ml-2 data-v-7e3c386d" placeholder="请输入想要搜索的商品"/></view></view><view class="flex-col justify-start items-center image-wrapper mt-3 data-v-7e3c386d"><image class="shrink-0 image_2 data-v-7e3c386d" src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=bf3dfe8c3d572943e00870d83c40b20c.png"/></view></view><view class="flex-row relative group data-v-7e3c386d"><view class="shrink-0 section_3 data-v-7e3c386d"></view><view class="flex-col shrink-0 group_1 pos_5 data-v-7e3c386d"><view wx:for="{{a}}" wx:for-item="item" wx:key="c" class="flex-col items-center section_6 list-item_1 mt-4 data-v-7e3c386d"><image class="image_3 data-v-7e3c386d" src="{{item.a}}"/><text class="font_3 text_5 mt-3 data-v-7e3c386d">{{item.b}}</text></view></view><view class="flex-col justify-start flex-1 relative section_4 data-v-7e3c386d"><view class="flex-col items-start section_5 data-v-7e3c386d"><text class="font_2 text_3 data-v-7e3c386d">材料包</text><text class="font text_4 mt-6 data-v-7e3c386d">提供材料自行DIY</text></view><view class="flex-col shrink-0 pos data-v-7e3c386d"><view wx:for="{{b}}" wx:for-item="item" wx:key="e" class="flex-row list-item mt-5 data-v-7e3c386d"><navigator class="data-v-7e3c386d" url="../../booking/ContactInformation"><image class="self-center image_4 data-v-7e3c386d" src="{{item.a}}"/><view class="flex-col items-start self-center group_5 data-v-7e3c386d"><text class="font_2 data-v-7e3c386d">{{item.b}}</text><text class="font mt-13 data-v-7e3c386d">{{item.c}}</text><text class="font_4 text_7 mt-13 data-v-7e3c386d">¥{{item.d}}</text></view><image class="self-start image_5 data-v-7e3c386d" src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=806f54ff88b61d172a611e704c80a85c.png"/></navigator></view></view></view></view></view>
<<<<<<< HEAD
<view class="flex-col page data-v-7e3c386d"><view class="flex-col data-v-7e3c386d"><view class="flex-row items-center section data-v-7e3c386d"><text class="text data-v-7e3c386d">商品</text><view class="flex-row section_2 ml-15 data-v-7e3c386d"><image class="image data-v-7e3c386d" src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=348b14e68c9ce02a3b9fe870f131c4c7.png"/><input class="text-wrapper ml-2 data-v-7e3c386d" placeholder="请输入想要搜索的商品"/></view></view><view class="flex-col justify-start items-center image-wrapper mt-3 data-v-7e3c386d"><image class="shrink-0 image_2 data-v-7e3c386d" src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=bf3dfe8c3d572943e00870d83c40b20c.png"/></view></view><view class="flex-row relative group data-v-7e3c386d"><view class="shrink-0 section_3 data-v-7e3c386d"></view><view class="flex-col shrink-0 group_1 pos_5 data-v-7e3c386d"><view wx:for="{{a}}" wx:for-item="item" wx:key="c" class="flex-col items-center section_6 list-item_1 mt-4 data-v-7e3c386d"><image class="image_3 data-v-7e3c386d" src="{{item.a}}"/><text class="font_3 text_5 mt-3 data-v-7e3c386d">{{item.b}}</text></view></view><view class="flex-col justify-start flex-1 relative section_4 data-v-7e3c386d"><view class="flex-col items-start section_5 data-v-7e3c386d"><text class="font_2 text_3 data-v-7e3c386d">材料包</text><text class="font text_4 mt-6 data-v-7e3c386d">提供材料自行DIY</text></view><view class="flex-col shrink-0 pos data-v-7e3c386d"><view wx:for="{{b}}" wx:for-item="item" wx:key="e" class="flex-row list-item mt-5 data-v-7e3c386d"><navigator class="data-v-7e3c386d" url="../../booking/ContactInformation"><image class="self-center image_4 data-v-7e3c386d" src="{{item.a}}"/><view class="flex-col items-start self-center group_5 data-v-7e3c386d"><text class="font_2 data-v-7e3c386d">{{item.b}}</text><text class="font mt-13 data-v-7e3c386d">{{item.c}}</text><text class="font_4 text_7 mt-13 data-v-7e3c386d">¥{{item.d}}</text></view><image class="self-start image_5 data-v-7e3c386d" src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=806f54ff88b61d172a611e704c80a85c.png"/></navigator></view></view></view></view></view>
=======
<view class="flex-row relative page data-v-7e3c386d"><view class="flex-row items-center section pos_8 data-v-7e3c386d"><text class="text data-v-7e3c386d">商品</text><view class="flex-row items-center section_2 ml-15 data-v-7e3c386d"><image class="image data-v-7e3c386d" src="https://ide.code.fun/api/image?token=671134c30a3d780012a6a0cb&name=9be8d37ecdad5a4ae97f3017b8b13575.png"/><input class="text-wrapper ml-3 data-v-7e3c386d" placeholder="请输入内容"/></view></view><view class="flex-col justify-start items-center image-wrapper pos_1 data-v-7e3c386d"><image class="shrink-0 image_2 data-v-7e3c386d" src="{{''}}"/></view><view class="flex-col justify-start section_3 pos_9 data-v-7e3c386d"><view class="flex-col group data-v-7e3c386d"><view wx:for="{{a}}" wx:for-item="item" wx:key="c" class="flex-col items-center list-item mt-5 data-v-7e3c386d"><image class="image_3 data-v-7e3c386d" src="{{item.a}}"/><text class="font_4 mt-3 data-v-7e3c386d">{{item.b}}</text></view></view></view><view class="flex-col justify-start section_4 pos_4 data-v-7e3c386d"><view class="flex-col items-start section_5 data-v-7e3c386d"><text class="font_2 data-v-7e3c386d">材料包</text><text class="font_3 text_3 mt-6 data-v-7e3c386d">提供材料自行DIY</text></view></view><view class="flex-col pos_5 data-v-7e3c386d"><scroll-view scroll-y class="scrollable-content data-v-7e3c386d"><view wx:for="{{b}}" wx:for-item="item" wx:key="e" class="flex-row section_9 list-item_2 mt-5 data-v-7e3c386d" bindtap="{{item.f}}"><image class="self-center image_4 data-v-7e3c386d" src="{{item.a}}"/><view class="flex-col items-start self-center group_3 data-v-7e3c386d"><text class="font_2 text_5 data-v-7e3c386d">{{item.b}}</text><text class="font_3 mt-13 data-v-7e3c386d">{{item.c}}</text><text class="font mt-13 data-v-7e3c386d">¥{{item.d}}</text></view><image class="self-start image_5 data-v-7e3c386d" src="{{c}}"/></view></scroll-view></view></view>
>>>>>>> d61915696c41b2c7ea2ed249616fab862ccfe43a

View File

@ -401,29 +401,43 @@ text.data-v-7e3c386d {
.mt-100.data-v-7e3c386d {
margin-top: 187.5rpx;
}
.scrollable-content.data-v-7e3c386d {
height: 56vh;
/* 100px 是头部和底部的高度之和 */
}
.ml-15.data-v-7e3c386d {
margin-left: 28.13rpx;
}
.ml-3.data-v-7e3c386d {
margin-left: 5.63rpx;
}
.mt-3.data-v-7e3c386d {
margin-top: 5.63rpx;
}
.mt-5.data-v-7e3c386d {
margin-top: 9.38rpx;
}
.mt-13.data-v-7e3c386d {
margin-top: 24.38rpx;
}
.mt-5.data-v-7e3c386d {
margin-top: 9.38rpx;
}
.page.data-v-7e3c386d {
background-color: #f5f5dc;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
height: 100vh;
overflow: hidden;
}
.section.data-v-7e3c386d {
padding: 22.5rpx 39.28rpx 16.88rpx;
background-color: #f7de98;
}
.pos_8.data-v-7e3c386d {
position: absolute;
left: 0;
right: 0;
top: 0;
}
.text.data-v-7e3c386d {
color: #c1651a;
font-size: 37.5rpx;
@ -431,53 +445,61 @@ text.data-v-7e3c386d {
line-height: 36.19rpx;
}
.section_2.data-v-7e3c386d {
padding: 7.5rpx 30.43rpx;
padding: 5.63rpx 15rpx 8.44rpx;
background-color: #ffffff;
border-radius: 28.13rpx;
height: 63.75rpx;
width: 500.69rpx;
}
.image.data-v-7e3c386d {
width: 48.75rpx;
height: 48.75rpx;
width: 50.63rpx;
height: 50.63rpx;
}
.text-wrapper.data-v-7e3c386d {
margin-right: 5.31rpx;
margin-right: 17.42rpx;
}
.font.data-v-7e3c386d {
font-size: 26.25rpx;
font-family: STFangsong;
line-height: 18rpx;
color: #ff0000;
}
.image-wrapper.data-v-7e3c386d {
margin-left: 22.5rpx;
margin-right: 24.38rpx;
background-color: #ffffff;
border-radius: 28.13rpx;
overflow: hidden;
border: solid 9.38rpx #ffffff;
}
.pos_1.data-v-7e3c386d {
position: absolute;
left: 22.5rpx;
right: 24.38rpx;
top: 118.13rpx;
}
.image_2.data-v-7e3c386d {
width: 91.25vw;
height: 37.5vw;
}
.group.data-v-7e3c386d {
position: relative;
border: 3px solid brown;
margin-top: 22.5rpx;
}
.section_3.data-v-7e3c386d {
background-color: #FFFEF8;
padding: 8.44rpx 5.63rpx 750rpx;
background-color: #f7de98;
width: 151.88rpx;
}
.group_1.data-v-7e3c386d {
width: 142.5rpx;
}
.pos_5.data-v-7e3c386d {
.pos_9.data-v-7e3c386d {
position: absolute;
left: 5.63rpx;
top: 5.63rpx;
left: 0;
top: 440.63rpx;
}
.section_6.data-v-7e3c386d {
.group.data-v-7e3c386d {
margin: auto;
width: 137.81rpx;
}
.list-item.data-v-7e3c386d {
padding: 11.25rpx 0 9.94rpx;
background-color: #fffef8;
border-radius: 9.38rpx;
}
.list-item_1.data-v-7e3c386d:first-child {
.list-item.data-v-7e3c386d:first-child {
margin-top: 0;
}
.image_3.data-v-7e3c386d {
@ -485,58 +507,56 @@ text.data-v-7e3c386d {
width: 48.75rpx;
height: 48.75rpx;
}
.font_3.data-v-7e3c386d {
.font_4.data-v-7e3c386d {
font-size: 30rpx;
font-family: STFangsong;
line-height: 28.65rpx;
line-height: 28.26rpx;
color: #c1651a;
}
.text_5.data-v-7e3c386d {
line-height: 28.26rpx;
}
.section_4.data-v-7e3c386d {
border: 3px solid blue;
overflow: auto;
margin-right: 7.5rpx;
padding-bottom: 790.13rpx;
padding-bottom: 879.38rpx;
background-color: #f8e8c1;
border-radius: 0rpx 18.75rpx 0rpx 0rpx;
width: 600.13rpx;
}
.pos_4.data-v-7e3c386d {
position: absolute;
right: 0;
top: 440.63rpx;
}
.section_5.data-v-7e3c386d {
padding: 18.06rpx 16.24rpx 14.94rpx;
background-color: #C1651A;
background-color: #fffef8;
border-radius: 0rpx 18.75rpx 0rpx 0rpx;
width: 598.13rpx;
}
.font_2.data-v-7e3c386d {
font-size: 30rpx;
font-family: STFangsong;
line-height: 28.65rpx;
line-height: 28.26rpx;
color: #000000;
}
.text_3.data-v-7e3c386d {
line-height: 28.26rpx;
}
.font.data-v-7e3c386d {
.font_3.data-v-7e3c386d {
font-size: 22.5rpx;
font-family: STFangsong;
line-height: 21.56rpx;
color: #727272;
}
.text_4.data-v-7e3c386d {
.text_3.data-v-7e3c386d {
line-height: 21.15rpx;
}
.pos.data-v-7e3c386d {
.pos_5.data-v-7e3c386d {
position: absolute;
border: 3px solid red;
right: 15rpx;
top: 99.38rpx;
top: 543.75rpx;
}
.list-item.data-v-7e3c386d {
padding: 20.63rpx 27.88rpx 22.5rpx;
.section_9.data-v-7e3c386d {
padding: 20.63rpx 22.88rpx 22.5rpx;
background-color: #fffef8;
border-radius: 9.38rpx;
right: 13.13rpx;
}
.list-item.data-v-7e3c386d:first-child {
.list-item_2.data-v-7e3c386d:first-child {
margin-top: 0;
}
.image_4.data-v-7e3c386d {
@ -544,20 +564,14 @@ text.data-v-7e3c386d {
width: 131.25rpx;
height: 131.25rpx;
}
.group_5.data-v-7e3c386d {
.group_3.data-v-7e3c386d {
margin-left: 24.84rpx;
}
.font_4.data-v-7e3c386d {
font-size: 26.25rpx;
font-family: STFangsong;
line-height: 18rpx;
color: #ff0000;
}
.text_7.data-v-7e3c386d {
-webkit-text-stroke: 1.88rpx #ff000040;
.text_5.data-v-7e3c386d {
line-height: 28.65rpx;
}
.image_5.data-v-7e3c386d {
margin: 75rpx 3.77rpx 0 96.71rpx;
margin: 75rpx 5.63rpx 0 107.96rpx;
border-radius: 9.38rpx;
width: 56.25rpx;
height: 56.25rpx;