|
|
@@ -122,7 +122,7 @@
|
|
|
<div class="text1">
|
|
|
<img class="icon" src="../../assets/user/icon_zhanghao@3x.png" alt="" />
|
|
|
</div>
|
|
|
- <div class="text6">登录账号</div>
|
|
|
+ <div class="text2">登录账号</div>
|
|
|
<div class="text3">{{ Phone }}</div>
|
|
|
</div>
|
|
|
<div class="text4" @click="all('security')">修改</div>
|
|
|
@@ -132,7 +132,7 @@
|
|
|
<div class="text1">
|
|
|
<img class="icon" src="../../assets/user/icon_mima@3x (1).png" alt="" />
|
|
|
</div>
|
|
|
- <div class="text6">登录密码</div>
|
|
|
+ <div class="text2">登录密码</div>
|
|
|
<div class="text3">********</div>
|
|
|
</div>
|
|
|
<div class="text4" @click="all('modifypad')">修改</div>
|
|
|
@@ -142,7 +142,7 @@
|
|
|
<div class="text1">
|
|
|
<img class="icon" src="../../assets/user/icon_mima@3x (1).png" alt="" />
|
|
|
</div>
|
|
|
- <div class="text6">交易密码</div>
|
|
|
+ <div class="text2">交易密码</div>
|
|
|
<div class="text3">付款时用来认证身份信息</div>
|
|
|
</div>
|
|
|
<div class="text4" @click="all('/transaction')">修改</div>
|
|
|
@@ -487,8 +487,7 @@ export default {
|
|
|
.flex();
|
|
|
// margin-top: 5px;
|
|
|
.name1 {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
+ font-size: @menuFont2;
|
|
|
color: #ffffff;
|
|
|
line-height: 24px;
|
|
|
margin-right: 6px;
|
|
|
@@ -514,10 +513,10 @@ export default {
|
|
|
.box4 {
|
|
|
display: flex;
|
|
|
.text4 {
|
|
|
- font-size: 14px;
|
|
|
+ font-size: @menuFont1;
|
|
|
font-weight: 400;
|
|
|
color: #939599;
|
|
|
- line-height: 24px;
|
|
|
+ line-height: 26px;
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
span {
|
|
|
@@ -560,16 +559,16 @@ export default {
|
|
|
.content {
|
|
|
padding: 0 16px;
|
|
|
.name {
|
|
|
- font-size: 16px;
|
|
|
+ font-size: @menuFont;
|
|
|
font-weight: bold;
|
|
|
color: #ffffff;
|
|
|
line-height: 24px;
|
|
|
- margin: 30px 0 10px 0;
|
|
|
+ margin: 20px 0 10px 0;
|
|
|
}
|
|
|
.box {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
- padding: 16px 0;
|
|
|
+ padding: 17px 0;
|
|
|
.myClass {
|
|
|
background: linear-gradient(133deg, @prim 0%, @warn 100%) !important;
|
|
|
border-radius: 4px;
|
|
|
@@ -587,26 +586,19 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.text2 {
|
|
|
- font-size: 17px;
|
|
|
+ font-size: @menuFont2;
|
|
|
font-weight: 400;
|
|
|
color: #ffffff;
|
|
|
line-height: 24px;
|
|
|
width: 94px;
|
|
|
- margin: -1px 0 0 10px;
|
|
|
- }
|
|
|
- .text6 {
|
|
|
- font-size: 17px;
|
|
|
- font-weight: 400;
|
|
|
- color: #ffffff;
|
|
|
- line-height: 24px;
|
|
|
- width: 94px;
|
|
|
- margin: 1px 0 0 10px;
|
|
|
+ margin-left: 10px;
|
|
|
}
|
|
|
+
|
|
|
.text3 {
|
|
|
- font-size: 16px;
|
|
|
+ font-size: @menuFont2;
|
|
|
font-weight: 400;
|
|
|
color: #949699;
|
|
|
- line-height: 26px;
|
|
|
+ line-height: 24px;
|
|
|
&.text5 {
|
|
|
width: 745px;
|
|
|
min-height: 60px;
|
|
|
@@ -625,7 +617,7 @@ export default {
|
|
|
height: 1px;
|
|
|
background: #494a4d;
|
|
|
border-radius: 1px;
|
|
|
- margin-top: 30px;
|
|
|
+ margin-top: 10px;
|
|
|
}
|
|
|
}
|
|
|
}
|