字号调整

cyl/dev
jscyl13849007907 1 year ago
parent 93fb21cef5
commit e0269e3250

@ -1,8 +1,8 @@
<template> <template>
<div class="boundwx-container"> <div class="boundwx-container">
<div class="contenttitle"> <div class="contenttitle">
<span v-if="!userinfo.openIdAppDTDL"></span> <span v-if="!userinfo.openIdAppDTDL" style="font-size: 14px;"></span>
<span v-else></span> <span v-else style="font-size: 14px;">已绑定微</span>
</div> </div>
<div class="contentbody" v-if="!userinfo.openIdAppDTDL"> <div class="contentbody" v-if="!userinfo.openIdAppDTDL">
<div> <div>
@ -10,7 +10,7 @@
<img src="../../../../../static/img/gyl.jpg" alt v-if="!isspinning" /> <img src="../../../../../static/img/gyl.jpg" alt v-if="!isspinning" />
</div> </div>
<div style="margin-top: 10px">微信扫一扫</div> <div style="margin-top: 10px;font-size: 14px;">微信扫一扫</div>
</div> </div>
<div class="contentbody" v-else> <div class="contentbody" v-else>
<div class="username" v-if="userinfo.userName">{{ userinfo.userName }}</div> <div class="username" v-if="userinfo.userName">{{ userinfo.userName }}</div>

@ -1,7 +1,7 @@
<template> <template>
<div class="loginpsw-container"> <div class="loginpsw-container">
<div class="contenttitle"> <div class="contenttitle">
<span>设置新的密码</span> <span style="font-size: 14px;">设置新的密码</span>
</div> </div>
<div class="contentbody"> <div class="contentbody">
<a-form :form="form" hideRequiredMark class="login-form" @submit="userhandleSubmit"> <a-form :form="form" hideRequiredMark class="login-form" @submit="userhandleSubmit">
@ -233,7 +233,7 @@ export default {
.ant-form-item-label { .ant-form-item-label {
// line-height:40px; // line-height:40px;
label { label {
font-size: 16px; font-size: 14px;
} }
.ant-form-item-children { .ant-form-item-children {
} }
@ -242,7 +242,7 @@ export default {
height: 40px; height: 40px;
width: 430px; width: 430px;
text-indent: 15px; text-indent: 15px;
font-size: 16px; font-size: 14px;
padding: 0 !important; padding: 0 !important;
border-radius: 6px; border-radius: 6px;
border: 1px solid #dddddd; border: 1px solid #dddddd;
@ -255,21 +255,21 @@ export default {
&::placeholder { &::placeholder {
opacity: 0.4; opacity: 0.4;
color: #4d575e; color: #4d575e;
font-size: 16px; font-size: 14px;
text-indent: 15px; text-indent: 15px;
} }
} }
} }
.forgetPsw { .forgetPsw {
height: 0px; height: 0px;
font-size: 16px; font-size: 14px;
color: #666666; color: #666666;
text-align: right; text-align: right;
text-decoration: underline; text-decoration: underline;
} }
.ant-btn-primary { .ant-btn-primary {
// width: 64px; // width: 64px;
padding: 0 16px; padding: 0 14px;
height: 32px; height: 32px;
// margin-top: 21px; // margin-top: 21px;
background: #1890ff; background: #1890ff;

@ -647,7 +647,7 @@ export default {
align-items: center; align-items: center;
i { i {
margin-right: 12px; margin-right: 12px;
font-size: 20px; font-size: 18px;
} }
} }
> span:last-child { > span:last-child {

Loading…
Cancel
Save