Commit 549f87d8 authored by zhangyanni's avatar zhangyanni

样式

parent 85340ad4
......@@ -2797,6 +2797,11 @@ i, em {
:-ms-input-placeholder {
font-size: 0.28rem !important;
}
//手机修改密码form
.phoneEditPassword .el-form-item__label{
padding:0 !important;
line-height: .6rem !important;
}
}
.manySwiper {
.swiper-slide {
......
......@@ -1177,6 +1177,9 @@
border-bottom: 1px solid #F2F2F2;
display: flex;
align-items: center;
&:last-of-type{
border-bottom: unset;
}
> .el-col-18, > .el-col-16, > .el-col-24, > .el-col-22 {
display: flex;
align-items: center;
......
This diff is collapsed.
......@@ -206,12 +206,15 @@
handleToProtocol(type){
globalMsg.$emit('isProtocol',0);
if(type==1) {
var url = this.$router.resolve({path:"/termservice"});
window.open(url.href,"_blank")
// var url = this.$router.resolve({path:"/termservice"});
// window.open(url.href,"_blank")
this.$router.push("/termserviceed")
}
else {
var url =this.$router.resolve({path:"/privacypolicy"});
window.open(url.href,"_blank")
// var url =this.$router.resolve({path:"/privacypolicy"});
// window.open(url.href,"_blank")
this.$router.push("/privacypolicyed")
}
// this.protocolVisible = true;
......
......@@ -128,7 +128,7 @@
</el-row>
<el-row style="padding-top: .2rem" v-if="isShowAll">
<span><i class="iconfont icon-riqi1"></i>&nbsp;{{moreUserInfo.registerTime}}&nbsp;加入TB社区</span>
<span><i class="iconfont icon-riqi1"></i>&nbsp;{{moreUserInfo.registerTime}}&nbsp;加入TechBook社区</span>
</el-row>
<el-row class="lines" style="padding-top: .2rem" v-if="intersetedFlag.length>0">
<span><i class="iconfont icon-biaoqian1"></i>&nbsp;</span><span><span
......
......@@ -11,20 +11,20 @@
<!--<span>{{userInfo.empAccount}}</span>-->
<!--</el-form-item>-->
<el-form-item prop="oldPwd" :label="$t('personalAuth.oldPass')+':'">
<el-form-item prop="oldPwd" class="phoneEditPassword" :label="$t('personalAuth.oldPass')+':'">
<el-input type="password" v-model="ruleForm.oldPwd" :placeholder="$t('personalAuth.oldPass')"
maxlength="18"
autocomplete></el-input>
<input type="text" class="is-hidden">
</el-form-item>
<el-form-item prop="newPwd" :label="$t('personalAuth.newPass')+':'">
<el-form-item prop="newPwd" class="phoneEditPassword" :label="$t('personalAuth.newPass')+':'">
<el-input type="password" v-model="ruleForm.newPwd" :placeholder="$t('personalAuth.newPass')"
maxlength="18"
autocomplete></el-input>
<input type="text" class="is-hidden">
</el-form-item>
<el-form-item prop="confirmationPwd" :label="$t('personalAuth.confirmPass')+':'"
<el-form-item prop="confirmationPwd" class="phoneEditPassword" :label="$t('personalAuth.confirmPass')+':'"
style="margin-bottom: 40px;">
<el-input type="password" v-model="ruleForm.confirmationPwd"
:placeholder="$t('personalAuth.confirmPass')" maxlength="18"
......@@ -32,7 +32,7 @@
</el-form-item>
<el-form-item style="text-align: center;">
<el-button type="primary" @click="submitForm('ruleForm')" style="width: 100%;"
<el-button type="primary" @click="submitForm('ruleForm')" style="width: 100%;font-size: .30rem;"
:disabled="disabledFlag>0" v-loading.fullscreen.lock="fullscreenLoading">
{{$t("personalAuth.confirmModify")}}
</el-button>
......@@ -179,6 +179,7 @@
border-bottom: 1px solid #E8EAF3;
padding: .2rem;
font-size: .28rem;
margin-bottom: .2rem;
}
>div{
padding: 0 .2rem;
......
......@@ -3,20 +3,20 @@
<div class="formbody">
<h1>意见反馈</h1>
<el-form label-position="top" label-width="100px" :model="formData" :rules="rules" ref="formData" class="smallFocusForm">
<el-form-item :label="$t('Otherjson.Opinioncategory')+':'" prop="feedbackType">
<el-form-item :label="$t('Otherjson.Opinioncategory')+':'" class="phoneEditPassword" prop="feedbackType">
<el-select style="width: 100%;height: 40px" v-model="formData.feedbackType" :placeholder="$t('Otherjson.plOpinioncategory')">
<el-option v-for="item in feedType" :key="item.value" :label="item.name" :value="item.value">
</el-option>
</el-select>
</el-form-item>
<el-form-item :label="$t('Otherjson.Opinioncontent')" prop="feedbackContent">
<el-form-item :label="$t('Otherjson.Opinioncontent')" class="phoneEditPassword" prop="feedbackContent">
<el-input v-model="formData.feedbackContent" show-word-limit maxlength="500" :placeholder="$t('Otherjson.proposalstext')" style="width: 100%;" type="textarea" :rows="4"></el-input>
</el-form-item>
<el-form-item :label="$t('Otherjson.Contactinformation')" prop="feedbackContact">
<el-form-item :label="$t('Otherjson.Contactinformation')" class="phoneEditPassword" prop="feedbackContact">
<el-input v-model="formData.feedbackContact" :placeholder="$t('Otherjson.phoneoremail')" style="width: 100%" type="text"></el-input>
</el-form-item>
<el-form-item label="" prop="customerCase">
<el-button type="primary" @click="submitform" style="width: 100%;height: 42px;margin: 40px 0 100px 0">{{$t('Otherjson.Submitproposals')}}</el-button>
<el-button type="primary" @click="submitform" style="width: 100%;height: 42px;margin: 40px 0 100px 0;font-size: .3rem;">{{$t('Otherjson.Submitproposals')}}</el-button>
</el-form-item>
</el-form>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment