submit
This commit is contained in:
parent
d0710a75ee
commit
e86437e493
@ -77,6 +77,13 @@
|
|||||||
"navigationBarTitleText": "",
|
"navigationBarTitleText": "",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/mine/set-up",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
|
203
pages/mine/set-up.vue
Normal file
203
pages/mine/set-up.vue
Normal file
@ -0,0 +1,203 @@
|
|||||||
|
<template>
|
||||||
|
<div class="set-up" :style="{background:'url('+'../../static/bbj1@3x.png'+')'}">
|
||||||
|
<div class="content1">
|
||||||
|
<div class="wrap1">
|
||||||
|
<image src="../../static/zu506@3x.png"></image>
|
||||||
|
</div>
|
||||||
|
<div class="wrap2">设置</div>
|
||||||
|
<div class="wrap3"></div>
|
||||||
|
</div>
|
||||||
|
<div class="content2">
|
||||||
|
<div class="wrap1">
|
||||||
|
<image src="../../static/06@3x.png"></image>
|
||||||
|
</div>
|
||||||
|
<div class="wrap2">
|
||||||
|
<div class="wrap2_1">恢复默认头像</div>
|
||||||
|
<div class="wrap2_2">更换头像</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content3">
|
||||||
|
<div class="wrap1">
|
||||||
|
<div class="wrap1_1">
|
||||||
|
<div class="wrap1_1_1">画作编号</div>
|
||||||
|
<div class="wrap1_1_2"></div>
|
||||||
|
<div class="wrap1_1_3">
|
||||||
|
<input placeholder-style="color: #939393;font-size: 24rpx;" placeholder="画作编号" />
|
||||||
|
</div>
|
||||||
|
<div class="wrap1_1_4"></div>
|
||||||
|
</div>
|
||||||
|
<div class="wrap1_1">
|
||||||
|
<div class="wrap1_1_1">画作名称</div>
|
||||||
|
<div class="wrap1_1_2"></div>
|
||||||
|
<div class="wrap1_1_3">
|
||||||
|
<input placeholder-style="color: #939393;font-size: 24rpx;" placeholder="画作名称" />
|
||||||
|
</div>
|
||||||
|
<div class="wrap1_1_4"></div>
|
||||||
|
</div>
|
||||||
|
<div class="wrap1_1">
|
||||||
|
<div class="wrap1_1_1">画家名称</div>
|
||||||
|
<div class="wrap1_1_2"></div>
|
||||||
|
<div class="wrap1_1_3">
|
||||||
|
<input placeholder-style="color: #939393;font-size: 24rpx;" placeholder="画家名称" />
|
||||||
|
</div>
|
||||||
|
<div class="wrap1_1_4">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="wrap1_1">
|
||||||
|
<div class="wrap1_1_1">画作平尺数</div>
|
||||||
|
<div class="wrap1_1_2"></div>
|
||||||
|
<div class="wrap1_1_3">
|
||||||
|
<input placeholder-style="color: #939393;font-size: 24rpx;" placeholder="画作平尺数" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="wrap2"></div>
|
||||||
|
</div>
|
||||||
|
<div class="content4">
|
||||||
|
<div class="wrap1">注销账号</div>
|
||||||
|
<div class="wrap2">退出登录</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "set-up"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<style scoped lang="scss">
|
||||||
|
.set-up{
|
||||||
|
position: relative;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding-top: 46rpx;
|
||||||
|
padding-left: 30rpx;
|
||||||
|
padding-right: 30rpx;
|
||||||
|
background-size: cover;
|
||||||
|
width: 100vw;
|
||||||
|
height: 100vh;
|
||||||
|
.content4{
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
bottom: 104rpx;
|
||||||
|
position: absolute;
|
||||||
|
display: flex;
|
||||||
|
.wrap2{
|
||||||
|
margin-left: 38rpx;
|
||||||
|
color: #fff;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
font-size: 32rpx;
|
||||||
|
border-radius: 40rpx;
|
||||||
|
width: 292rpx;
|
||||||
|
height: 56rpx;
|
||||||
|
background: #3E3E3E;
|
||||||
|
}
|
||||||
|
.wrap1{
|
||||||
|
color: #fff;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
font-size: 32rpx;
|
||||||
|
border-radius: 40rpx;
|
||||||
|
width: 292rpx;
|
||||||
|
height: 56rpx;
|
||||||
|
background: #ED6666;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.content2{
|
||||||
|
margin-top: 60rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
.wrap1{
|
||||||
|
image{
|
||||||
|
height: 154rpx;
|
||||||
|
width: 154rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.wrap2{
|
||||||
|
margin-left: 42rpx;
|
||||||
|
|
||||||
|
.wrap2_2{
|
||||||
|
margin-top: 20rpx;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
width: 348rpx;
|
||||||
|
height: 56rpx;
|
||||||
|
color: #fff;
|
||||||
|
font-size: 32rpx;
|
||||||
|
background: #76C458;
|
||||||
|
border-radius: 40rpx;
|
||||||
|
}
|
||||||
|
.wrap2_1{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
width: 348rpx;
|
||||||
|
height: 56rpx;
|
||||||
|
color: #fff;
|
||||||
|
font-size: 32rpx;
|
||||||
|
background: #000;
|
||||||
|
border-radius: 40rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.content1{
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
.wrap3{
|
||||||
|
width: 130rpx;
|
||||||
|
}
|
||||||
|
.wrap2{
|
||||||
|
color:#4E964D ;
|
||||||
|
font-size: 32rpx;
|
||||||
|
}
|
||||||
|
.wrap1{
|
||||||
|
image{
|
||||||
|
width: 112rpx;
|
||||||
|
height: 52rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.content3{
|
||||||
|
margin-top: 60rpx;
|
||||||
|
.wrap1{
|
||||||
|
border: 1rpx dashed #DFE9F0;
|
||||||
|
background-color: #fff;
|
||||||
|
.wrap1_1{
|
||||||
|
position: relative;
|
||||||
|
height: 114rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
.wrap1_1_4{
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
bottom: 0;
|
||||||
|
position: absolute;
|
||||||
|
height: 0;
|
||||||
|
width: 636rpx;
|
||||||
|
border-bottom: 0.5px solid #626262;
|
||||||
|
}
|
||||||
|
.wrap1_1_2{
|
||||||
|
margin-right: 36rpx;
|
||||||
|
width: 0;
|
||||||
|
height: 66rpx;
|
||||||
|
border-left: 0.5px solid #626262;
|
||||||
|
|
||||||
|
}
|
||||||
|
.wrap1_1_1{
|
||||||
|
width: 210rpx;
|
||||||
|
padding-left: 32rpx;
|
||||||
|
|
||||||
|
color: #626262;
|
||||||
|
font-size: 24rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
3
unpackage/dist/dev/mp-weixin/app.json
vendored
3
unpackage/dist/dev/mp-weixin/app.json
vendored
@ -8,7 +8,8 @@
|
|||||||
"pages/contract/index",
|
"pages/contract/index",
|
||||||
"pages/order-goods/index",
|
"pages/order-goods/index",
|
||||||
"pages/order-goods/order-details",
|
"pages/order-goods/order-details",
|
||||||
"pages/mine/index"
|
"pages/mine/index",
|
||||||
|
"pages/mine/set-up"
|
||||||
],
|
],
|
||||||
"subPackages": [],
|
"subPackages": [],
|
||||||
"window": {
|
"window": {
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
"name": "",
|
"name": "",
|
||||||
"pathName": "pages/order-goods/order-details",
|
"pathName": "pages/mine/set-up",
|
||||||
"query": "",
|
"query": "",
|
||||||
"launchMode": "default",
|
"launchMode": "default",
|
||||||
"scene": null
|
"scene": null
|
||||||
|
Loading…
Reference in New Issue
Block a user