From d27e2cd02a4886d040da00b4bb54dd7bb6e1d335 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Mon, 26 Apr 2021 11:31:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=EF=BC=8C?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/PersonalCenter.vue | 48 ++++---- src/components/page/TeachingVideo.vue | 161 +++++++++++++++++-------- 2 files changed, 134 insertions(+), 75 deletions(-) diff --git a/src/components/page/PersonalCenter.vue b/src/components/page/PersonalCenter.vue index 3778d2b..7399be4 100644 --- a/src/components/page/PersonalCenter.vue +++ b/src/components/page/PersonalCenter.vue @@ -122,7 +122,7 @@
证件 - +
@@ -279,35 +279,35 @@
手机号 -
- {{personalInformation.phone}} - 更换 - 绑定 +
+ {{personalInformation.phone}} + 更换 + 绑定
邮箱 -
- {{personalInformation.email}} - 更换 - 绑定 +
+ {{personalInformation.email}} + 更换 + 绑定
-
+ +
+
+ 密码 +
+ 更换 +
+
-
@@ -1147,7 +1147,7 @@ input:focus { padding-left: 6px; margin: 20px 0 10px 0; line-height: 1; - border-left: 2px solid #9278ff; + border-left: 4px solid #9278ff; span{ font-size: 16px; color: #9278ff; @@ -1249,6 +1249,8 @@ input:focus { .btns{ display: inline-flex; align-items: center; + border-bottom: 1px solid #b5b5b5; + padding: 5px 0; } .selects{ display: inline-flex; @@ -1275,11 +1277,14 @@ input:focus { } /deep/.el-input__inner { color: #656565; - font-size: 16px; + font-size: 14px; border-radius: 0 !important; border: 0px; border-bottom: 1px solid #b5b5b5; } + /deep/.el-input--prefix .el-input__inner{ + padding-left: 15px; + } /deep/.el-input__icon { color: #9278ff; &.el-icon-date{ @@ -1331,15 +1336,12 @@ input:focus { border-color: #9278ff; } /deep/ input::-webkit-input-placeholder { - font-size: 14px; color: #c0c0c0; } /deep/ input::-moz-input-placeholder { - font-size: 14px; color: #c0c0c0; } /deep/ input::-ms-input-placeholder { - font-size: 14px; color: #c0c0c0; } } diff --git a/src/components/page/TeachingVideo.vue b/src/components/page/TeachingVideo.vue index 0171d1f..51fceae 100644 --- a/src/components/page/TeachingVideo.vue +++ b/src/components/page/TeachingVideo.vue @@ -69,6 +69,13 @@ +