|
@@ -1,24 +1,20 @@
|
|
|
<template>
|
|
|
- <!-- <view class="content">
|
|
|
- <view class="btn-row">
|
|
|
- <button type="default" @tap="bindLogout">退出登录</button>
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
<view class="page-fill">
|
|
|
+ <view class="headimg"></view>
|
|
|
<view class="header">
|
|
|
- <image src="../../static/icons/CpoxxFw_-5-AFyVyAABLIH8xBTw233.png" class="face"></image>
|
|
|
+ <image src="../../static/img/userimg.png" class="face"></image>
|
|
|
|
|
|
<view class="info-wapper">
|
|
|
<view class="nickname">
|
|
|
- 用户名:{{name}}
|
|
|
+ {{name}}
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view>
|
|
|
- <button type="default" @tap="bindLogout" class="settings">退出</button>
|
|
|
+ <view class="tuichu">
|
|
|
+ <button @tap="bindLogout" class="settings"><p class="p3">退出</p></button>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view v-if="show">
|
|
|
- <view class="">
|
|
|
+ <view class="xiugai">
|
|
|
修改设备名称
|
|
|
</view>
|
|
|
<view v-for="(list,index) in listName" :key="index" class="body">
|
|
@@ -149,37 +145,48 @@
|
|
|
.page-fill {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
+ background: #FFFFFF;
|
|
|
+ }
|
|
|
+ .headimg{
|
|
|
+ height: 148upx;
|
|
|
+ background: #206DC3;
|
|
|
+ width: 750upx;
|
|
|
}
|
|
|
-
|
|
|
.header {
|
|
|
- padding: 60upx 30upx 40upx 30upx;
|
|
|
- background-color: #ffd655;
|
|
|
- background: url(../../static/icons/CpoxxFwu_1OAYFAIAAAzO_Q1tPg693.png) repeat;
|
|
|
-
|
|
|
+ height:160upx;
|
|
|
+ width: 690upx;
|
|
|
+ background:#FFFFFF;
|
|
|
+ margin: auto;
|
|
|
+ padding-top: 50upx;
|
|
|
+ box-shadow:0upx -1upx 20upx #D3D3D3;
|
|
|
+ border-radius: 15upx;
|
|
|
+ transform: translateY(-80upx);
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
|
|
|
.face {
|
|
|
- width: 120upx;
|
|
|
- height: 120upx;
|
|
|
+ width: 116upx;
|
|
|
+ height: 116upx;
|
|
|
+ padding-left: 30upx;
|
|
|
border-radius: 50%;
|
|
|
flex-shrink: 0;
|
|
|
}
|
|
|
|
|
|
.info-wapper {
|
|
|
- width: 60%;
|
|
|
- margin-left: 40upx;
|
|
|
+ width: 50%;
|
|
|
+ margin-left: 30upx;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
|
|
|
.nickname {
|
|
|
- color: #6a5018;
|
|
|
- font-size: 12px;
|
|
|
- font-weight: bold;
|
|
|
+ color: #363D44;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: 600;
|
|
|
padding: 30upx 0upx 0upx 0upx;
|
|
|
+ font-family: "PingFang-SC-Bold";
|
|
|
}
|
|
|
|
|
|
.set-wapper {
|
|
@@ -190,8 +197,11 @@
|
|
|
}
|
|
|
|
|
|
.settings {
|
|
|
- width: 160upx;
|
|
|
- height: 110upx;
|
|
|
+ width: 140upx;
|
|
|
+ height: 70upx;
|
|
|
+ border-radius: 10upx;
|
|
|
+ background: #D6101F;
|
|
|
+ padding-top: 5upx;
|
|
|
}
|
|
|
|
|
|
.button {
|
|
@@ -201,14 +211,33 @@
|
|
|
}
|
|
|
|
|
|
.input {
|
|
|
- padding: 10upx 10upx 10upx 0upx;
|
|
|
- background-color: #EEEEEE;
|
|
|
- width: 550upx;
|
|
|
+ /* padding: 10upx 20upx 10upx 0upx; */
|
|
|
+ padding-left: 20upx;
|
|
|
+ padding-top: 10upx;
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ width: 500upx;
|
|
|
height: 50upx;
|
|
|
+ box-shadow:0upx 0upx 20upx #D3D3D3;
|
|
|
+ border-radius: 5upx;
|
|
|
+ }
|
|
|
+ .tuichu{
|
|
|
+ padding-top: 35upx;
|
|
|
+ padding-right: 30upx;
|
|
|
+ }
|
|
|
+ .xiugai{
|
|
|
+ border-left: 30upx solid #0ea391;
|
|
|
+ padding-top: 20upx;
|
|
|
+ /* border-left: 20upx; */
|
|
|
+ padding-left: 10upx;
|
|
|
+ height: 85upx;
|
|
|
+ font-family: "PingFang-SC-Bold";
|
|
|
+ font-weight: bold;
|
|
|
+ margin: auto;
|
|
|
+ font-size: 32upx;
|
|
|
+ color: #363D44;
|
|
|
}
|
|
|
-
|
|
|
.body {
|
|
|
- background-color: #D9D9D9;
|
|
|
+ background-color: #FFFFFF;
|
|
|
padding: 10upx 10upx 10upx 10upx;
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
@@ -218,6 +247,7 @@
|
|
|
.input-two {
|
|
|
width: 600upx;
|
|
|
height: 100upx;
|
|
|
+ padding-left: 30upx;
|
|
|
}
|
|
|
|
|
|
.p {
|
|
@@ -232,4 +262,12 @@
|
|
|
height: 50upx;
|
|
|
border: 1px;
|
|
|
}
|
|
|
+ .p3{
|
|
|
+ font-size: 32upx;
|
|
|
+ padding-left: 5upx;
|
|
|
+ color: #FFFFFF;
|
|
|
+ font-weight: bold;
|
|
|
+ width: 64upx;
|
|
|
+ height: 33upx;
|
|
|
+ }
|
|
|
</style>
|