球星卡微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

386 lines
9.9 KiB

<template>
<view class="flex-col page">
<view class="flex-col group_4">
<view class="flex-col group_5">
<view class="flex-row equal-division">
<view class="equal-division-item flex-col items-center">
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893751612328.png"
class="image_6"
/>
<text class="text_2">填写信息</text>
</view>
<view class="equal-division-item flex-col items-center">
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893763969052.png"
class="image_6"
/>
<text class="text_2">藏品寄送</text>
</view>
<view class="equal-division-item flex-col items-center">
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893767537982.png"
class="image_6"
/>
<text class="text_2">评级</text>
</view>
</view>
<view class="justify-between group_9">
<view class="section_2"> </view>
<view class="section_3"> </view>
</view>
</view>
<view class="flex-col section_4">
<view class="justify-between">
<view class="flex-row">
<text class="text_6">李丽丽</text>
<text class="text_7">15273936409</text>
</view>
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png"
class="image_10 image_11"
/>
</view>
<text class="text_8">北京北京市海淀区钻石大厦C座</text>
</view>
<view class="flex-col section_5">
<view class="justify-between">
<text class="text_9">送评人信息</text>
<view class="flex-row group_13">
<text>编辑</text>
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png"
class="image_10"
/>
</view>
</view>
<view class="flex-row group_14">
<text class="text_11">送评人</text>
<text class="text_12">送评人</text>
</view>
<view class="flex-row group_15">
<text class="text_13">手机号</text>
<text class="text_14">18266785384</text>
</view>
<view class="flex-row group_16">
<text class="text_15">数量</text>
<text class="text_16">3</text>
</view>
<view class="justify-between group_17">
<view class="flex-row group_18">
<text class="text_17">是否快评</text>
<text class="text_18">(价格翻倍)</text>
</view>
<image
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893774083601.png"
class="switch"
/>
</view>
<view class="flex-col group_19">
<text>打包照片</text>
<view class="flex-row equal-division_1">
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497768828992333.png"
class="equal-division-item_1 image_13"
/>
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497768927244914.png"
class="equal-division-item_1"
/>
<image
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497768986098398.png"
class="equal-division-item_1"
/>
</view>
</view>
<view class="flex-col group_20">
<text class="text_20">备注</text>
<view class="flex-col items-start text-wrapper">
<text class="text_21">请输入您想要备注的信息</text>
</view>
</view>
<view class="flex-col group_21">
<view class="flex-col items-center button" @click="$url('/pages/write/distribution')">
<text>寄送藏品</text>
</view>
<view class="section_6"> </view>
</view>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {};
},
};
</script>
<style scoped lang="css">
.equal-division-item {
flex: 1 1 240rpx;
padding: 10rpx 0;
}
.image_10 {
width: 44rpx;
height: 44rpx;
}
.image_6 {
border-radius: 50%;
width: 80rpx;
height: 80rpx;
}
.equal-division-item_1 {
margin-left: 28rpx;
flex: 1 1 210rpx;
border-radius: 10rpx;
width: 210rpx;
height: 130rpx;
}
.text_2 {
margin-top: 20rpx;
}
.page {
background-color: #f6f6f6;
width: 100%;
overflow-y: auto;
height: 100%;
}
.group_4 {
flex: 1 1 auto;
overflow-y: auto;
}
.group_5 {
padding-top: 2rpx;
color: rgb(85, 85, 85);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
position: relative;
}
.section_4 {
margin-top: 30rpx;
padding: 40rpx 32rpx 40rpx 40rpx;
background-color: rgb(255, 255, 255);
}
.section_5 {
margin-top: 30rpx;
padding: 40rpx 32rpx 16rpx;
background-color: rgb(255, 255, 255);
}
.equal-division {
padding: 30rpx 14rpx;
background-color: rgb(255, 255, 255);
}
.group_9 {
width: 404rpx;
position: absolute;
right: 166rpx;
top: 81rpx;
}
.text_8 {
margin-top: 20rpx;
color: rgb(51, 51, 51);
font-size: 32rpx;
line-height: 44rpx;
white-space: nowrap;
}
.group_14 {
margin-top: 40rpx;
}
.group_15 {
margin-top: 50rpx;
}
.group_16 {
margin-top: 50rpx;
}
.group_17 {
margin-top: 44rpx;
}
.group_19 {
margin-top: 44rpx;
color: rgb(119, 119, 119);
font-size: 32rpx;
font-weight: 500;
line-height: 44rpx;
white-space: nowrap;
}
.group_20 {
margin-top: 50rpx;
}
.group_21 {
margin-top: 50rpx;
color: rgb(255, 255, 255);
font-size: 32rpx;
font-weight: 600;
line-height: 44rpx;
white-space: nowrap;
}
.section_2 {
background-image: repeating-linear-gradient(
90deg,
rgb(231, 162, 63),
rgb(231, 162, 63) 2.4691358024691357%,
transparent 2.4691358024691357%,
transparent 14.814814814814815%
);
width: 162rpx;
height: 2rpx;
}
.section_3 {
background-image: repeating-linear-gradient(
90deg,
rgb(195, 195, 195),
rgb(195, 195, 195) 2.4691358024691357%,
transparent 2.4691358024691357%,
transparent 14.814814814814815%
);
width: 162rpx;
height: 2rpx;
}
.image_11 {
margin-top: 4rpx;
}
.text_9 {
color: rgb(51, 51, 51);
font-size: 36rpx;
font-weight: 600;
line-height: 50rpx;
white-space: nowrap;
}
.group_13 {
margin-top: 4rpx;
color: rgb(119, 119, 119);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
}
.text_11 {
color: rgb(119, 119, 119);
font-size: 32rpx;
font-weight: 500;
line-height: 44rpx;
white-space: nowrap;
}
.text_12 {
margin-left: 20rpx;
color: rgb(51, 51, 51);
font-size: 32rpx;
font-weight: 500;
line-height: 44rpx;
white-space: nowrap;
}
.text_13 {
color: rgb(119, 119, 119);
font-size: 32rpx;
font-weight: 500;
line-height: 44rpx;
white-space: nowrap;
}
.text_14 {
margin-left: 20rpx;
color: rgb(51, 51, 51);
font-size: 32rpx;
font-weight: 500;
line-height: 44rpx;
white-space: nowrap;
}
.text_15 {
color: rgb(119, 119, 119);
font-size: 32rpx;
font-weight: 500;
line-height: 44rpx;
white-space: nowrap;
}
.text_16 {
margin-left: 52rpx;
color: rgb(51, 51, 51);
font-size: 32rpx;
font-weight: 500;
line-height: 44rpx;
white-space: nowrap;
}
.group_18 {
margin: 6rpx 0;
}
.switch {
border-radius: 104rpx;
width: 100rpx;
height: 56rpx;
}
.equal-division_1 {
margin-top: 20rpx;
}
.text_20 {
color: rgb(119, 119, 119);
font-size: 32rpx;
font-weight: 500;
line-height: 44rpx;
white-space: nowrap;
}
.text-wrapper {
margin-top: 20rpx;
padding: 30rpx 0 138rpx;
color: rgb(153, 153, 153);
font-size: 28rpx;
font-weight: 500;
line-height: 40rpx;
white-space: nowrap;
background-color: rgb(246, 246, 246);
border-radius: 10rpx;
}
.button {
padding: 26rpx 0;
background-color: rgb(231, 162, 63);
border-radius: 10rpx;
}
.section_6 {
margin-top: 22rpx;
align-self: center;
background-color: rgb(0, 0, 0);
border-radius: 4rpx;
width: 196rpx;
height: 8rpx;
}
.text_6 {
color: rgb(51, 51, 51);
font-size: 36rpx;
font-weight: 700;
line-height: 50rpx;
white-space: nowrap;
}
.text_7 {
margin-left: 40rpx;
margin-top: 4rpx;
color: rgb(51, 51, 51);
font-size: 32rpx;
font-weight: 700;
line-height: 44rpx;
white-space: nowrap;
}
.text_17 {
color: rgb(119, 119, 119);
font-size: 32rpx;
font-weight: 500;
line-height: 44rpx;
white-space: nowrap;
}
.text_18 {
margin: 6rpx 0 4rpx 10rpx;
color: rgb(231, 162, 63);
font-size: 24rpx;
font-weight: 500;
line-height: 34rpx;
white-space: nowrap;
}
.image_13 {
margin-left: 0;
}
.text_21 {
margin-left: 30rpx;
}
</style>