luyisha 3 years ago
parent
commit
9d40370db9
  1. 2
      src/components/CommonFooter.vue
  2. 22
      src/components/CommonHeader.vue
  3. 3
      src/views/home/index.vue
  4. 34
      src/views/profile/certification.vue
  5. 21
      src/views/profile/index.vue
  6. 3
      src/views/signUp/index.vue

2
src/components/CommonFooter.vue

@ -394,7 +394,7 @@ export default {
height: 57px; height: 57px;
background-color: rgba(0, 0, 0, 1); background-color: rgba(0, 0, 0, 1);
text-align: center; text-align: center;
border: 1px solid rgba(46, 46, 46, 1); border: 1px solid #0C0C0C;
.container { .container {
width: 100%; width: 100%;
height: 57px; height: 57px;

22
src/components/CommonHeader.vue

@ -700,4 +700,26 @@ color: #000 !important;
.dropdown-item{ .dropdown-item{
color: #666; color: #666;
} }
.dark-app{
header {
background-color: #000 !important;
border-bottom: 1px solid #171A1E !important;
color: #fff !important;
}
.dropdown-menu{
background-color: #212121;;
}
.dropdown-header{
border-bottom: 1px solid #2a2e39;
}
.dropdown-item{
color: rgba(242,242,242,0.85);
}
.navbar-nav {
.nav-link {
color: #fff;
}
}
}
</style> </style>

3
src/views/home/index.vue

@ -2421,7 +2421,8 @@ path {
<style lang="scss" scoped> <style lang="scss" scoped>
.section-block{ .section-block{
width: 1100px; width: 1100px;
margin: 0 auto 20px; margin: 0 auto;
padding-bottom: 20px;
h1{ h1{
font-size: 36px; font-size: 36px;

34
src/views/profile/certification.vue

@ -143,10 +143,16 @@
</div> --> </div> -->
</div> </div>
<div class="text-center"> <div class="text-center">
<button <!-- <button
type="button" type="button"
class="btn w-25 btn-primary rounded-pill" class="btn w-25 btn-primary rounded-pill"
@click="primaryAuth" @click="primaryAuth"
>{{$t('profile.nextStep')}}</button> -->
<button
type="button"
class="btn w-25 rounded-pill"
@click="primaryAuth"
style="background: #F7D558;"
>{{$t('profile.nextStep')}}</button> >{{$t('profile.nextStep')}}</button>
</div> </div>
</div> </div>
@ -211,7 +217,8 @@
</template> </template>
</upload-img> --> </upload-img> -->
<div class="text-center mt-3"> <div class="text-center mt-3">
<button type="button" class="btn w-25 btn-primary rounded-pill" @click="topAuth">{{$t('profile.nextStep')}}</button> <!-- <button type="button" class="btn w-25 btn-primary rounded-pill" @click="topAuth">{{$t('profile.nextStep')}}</button> -->
<button type="button" class="btn w-25 rounded-pill" style="background: #F7D558;" @click="topAuth">{{$t('profile.nextStep')}}</button>
</div> </div>
</div> </div>
<!-- 第三步 --> <!-- 第三步 -->
@ -221,10 +228,15 @@
<p class="mt-3 mb-4">{{$t('profile.inSubmit')}}</p> <p class="mt-3 mb-4">{{$t('profile.inSubmit')}}</p>
<i class="el-icon-s-order my-4 text-warning" style="font-size:70px"></i> <i class="el-icon-s-order my-4 text-warning" style="font-size:70px"></i>
<div class="text-center"> <div class="text-center">
<button <!-- <button
type="button" type="button"
class="btn w-25 btn-primary rounded-pill" class="btn w-25 btn-primary rounded-pill"
@click="$router.go(-1)" @click="$router.go(-1)"
>{{$t('profile.gotIt')}}</button> -->
<button
type="button"
class="btn w-25 rounded-pill"
@click="$router.go(-1)" style="background: #F7D558;"
>{{$t('profile.gotIt')}}</button> >{{$t('profile.gotIt')}}</button>
</div> </div>
</div> </div>
@ -234,8 +246,8 @@
<div class="text-center"> <div class="text-center">
<button <button
type="button" type="button"
class="btn w-25 btn-primary rounded-pill" class="btn w-25 rounded-pill"
@click="$router.go(-1)" @click="$router.go(-1)" style="background: #F7D558;"
>{{$t('profile.back')}}</button> >{{$t('profile.back')}}</button>
</div> </div>
</div> </div>
@ -416,4 +428,16 @@ export default {
background-color: #1e2834; background-color: #1e2834;
} }
} }
.profile-page{
background: #fff;
color: #000;
}
.bg-panel {
background: #fff;
}
.form-control, /deep/ .el-input__inner{
background-color: #fff;
color: #333;
border-color: #ececec;
}
</style> </style>

21
src/views/profile/index.vue

@ -1,5 +1,5 @@
<template> <template>
<div class="profile-page"> <div class="profile-page profile111-page">
<secondary-nav></secondary-nav> <secondary-nav></secondary-nav>
<div class="container"> <div class="container">
<div class="w-100 d-flex justify-content-between align-items-center mb-3 mt-4"> <div class="w-100 d-flex justify-content-between align-items-center mb-3 mt-4">
@ -60,8 +60,8 @@
</div> </div>
<div class="txt">{{$t('profile.max')}} 500K USDT</div> <div class="txt">{{$t('profile.max')}} 500K USDT</div>
<div class="btn"> <div class="btn">
<span v-if="detail.user_auth_level==2" class="btn btn-sm btn-primary rounded-pill">{{$t('profile.clickToVerify1')}}</span> <span v-if="detail.user_auth_level==2" class="btn btn-sm rounded-pill" style="background: #F7D558;">{{$t('profile.clickToVerify1')}}</span>
<button type="button" v-else @click="$router.push('/profile/certification')" class="btn btn-sm btn-primary rounded-pill">{{$t('profile.clickToVerify')}}</button> <button type="button" v-else @click="$router.push('/profile/certification')" class="btn btn-sm rounded-pill" style="background: #F7D558;">{{$t('profile.clickToVerify')}}</button>
</div> </div>
</div> </div>
<div class="next-icon mt-4"> <div class="next-icon mt-4">
@ -77,7 +77,7 @@
to="/contact-us" to="/contact-us"
tag="button" tag="button"
type="button" type="button"
class="btn btn-sm btn-primary rounded-pill" class="btn btn-sm rounded-pill" style="background: #F7D558;"
@click="$router.push('/contact-us')" @click="$router.push('/contact-us')"
>{{$t('profile.contactUs')}}</router-link> >{{$t('profile.contactUs')}}</router-link>
</div> </div>
@ -104,7 +104,7 @@
<div class="heading d-flex justify-content-between">{{$t('profile.resetPassword')}}</div> <div class="heading d-flex justify-content-between">{{$t('profile.resetPassword')}}</div>
<div class="tab-content"> <div class="tab-content">
<div class="min-height-50">{{$t('profile.forLoginAccount')}}</div> <div class="min-height-50">{{$t('profile.forLoginAccount')}}</div>
<button type="button" class="bottom-left-btn btn btn-sm btn-primary rounded-pill" @click="$router.push('/setting')">{{$t('profile.clickReset')}}</button> <button type="button" class="bottom-left-btn btn btn-sm rounded-pill" style="background: #F7D558;" @click="$router.push('/setting')">{{$t('profile.clickReset')}}</button>
</div> </div>
</div> </div>
</div> </div>
@ -151,5 +151,14 @@ export default {
}; };
</script> </script>
<style> <style lang="scss">
.profile111-page{
background: #fff!important;
color: #000;
min-height: 100vh;
}
.bg-panel{
background: #fff;
}
</style> </style>

3
src/views/signUp/index.vue

@ -679,4 +679,7 @@ div.verify-code {
background-color: #f8f8f8; background-color: #f8f8f8;
border-color: #f8f8f8; border-color: #f8f8f8;
} }
div.verify-code .my-codes .my-codes__controls .form-control[data-v-38f7ae56]{
color: #000;
}
</style> </style>

Loading…
Cancel
Save