diff --git a/src/components/LiveCount.vue b/src/components/LiveCount.vue index 375661e..a6b9f48 100644 --- a/src/components/LiveCount.vue +++ b/src/components/LiveCount.vue @@ -1,8 +1,8 @@ -
-
请完成以下认证
-
请输入{{ userinfo.mobile }}收到的验证短信码
+
+
+ {{ lan.$t("wanchengrenzheng") }} +
+
+ {{ lan.$t("shuru") }} {{ userinfo.mobile }} + {{ lan.$t("shoudaodeyzm") }} +
- - -
获取验证码({{ remainTime }}s)
+ + +
+ {{ lan.$t("huoquyanzhengma") + }}({{ remainTime }}s) +
-
下一步
+
+ {{ lan.$t("xiayibu") }} +
-
-
完成以下操作,绑定新号码
+
+
+ {{ lan.$t("bangdingxinhaoma") }} +
- + - - - {{i.name}}+{{i.code}} + + + {{ i.name }}+{{ i.code }}
- +
- - -
获取验证码({{ remainTime }}s)
+ + +
+ {{ lan.$t("huoquyanzhengma") + }}({{ remainTime }}s) +
-
绑定手机
+
+ {{ lan.$t("bangdingshouji") }} +
@@ -276,154 +437,205 @@
-
完成以下操作,修改账号密码
+
+ {{ lan.$t("xiugaizhanghaomima") }} +
- - + +
- - + +
- - + +
-
修改密码
+
+ {{ lan.$t("xiugaimima") }} +
-
保存信息
+
+ {{ lan.$t("baocun") }} +
@@ -715,13 +936,13 @@ export default defineComponent({ padding: 46px; border-radius: 17px; position: relative; - .telbox{ - margin-left:15px; + .telbox { + margin-left: 15px; font-size: 12px; } .update-btn { font-size: 11px; - color: #08AE98; + color: #08ae98; font-weight: 500; cursor: pointer; user-select: none; @@ -774,13 +995,13 @@ export default defineComponent({ width: 171px; padding: 6px 11px; border-radius: 3px; - border: 1px solid #DCDFE0; + border: 1px solid #dcdfe0; font-size: 11px; - color: #3F3F3F; + color: #3f3f3f; } .ant-select { font-size: 12px; - color: #3F3F3F; + color: #3f3f3f; } .ant-select-dropdown { .ant-select-dropdown-menu-item { @@ -808,9 +1029,9 @@ export default defineComponent({ color: #808080; margin-right: 14px; } - .value{ + .value { display: flex; - >img{ + > img { width: 15px; height: 15px; margin-right: 6px; @@ -828,7 +1049,7 @@ export default defineComponent({ .upload-image { width: 171px; height: 96px; - border: 1px solid #DCDFE0; + border: 1px solid #dcdfe0; border-radius: 3px; display: flex; align-items: center; @@ -880,7 +1101,7 @@ export default defineComponent({ box-sizing: border-box; padding: 25px 30px; width: 569px; - background: #FFFFFF; + background: #ffffff; box-shadow: 0px 4px 6px 0px rgba(102, 102, 102, 0.07); border-radius: 28px; .public-class { @@ -896,17 +1117,17 @@ export default defineComponent({ .label { font-size: 11px; font-weight: 500; - color: #7F7F7F; + color: #7f7f7f; } } } .confirm-btn { display: inline-block; - background: #07AD97; + background: #07ad97; border-radius: 2px; font-size: 9px; font-weight: 500; - color: #FFFFFF; + color: #ffffff; text-align: center; cursor: pointer; user-select: none; @@ -915,8 +1136,8 @@ export default defineComponent({ padding: 0 17px; } - .confirm-btn:hover{ - background:#ccc; + .confirm-btn:hover { + background: #ccc; } } .password-container { @@ -936,7 +1157,7 @@ export default defineComponent({ .ant-input-password { width: 170px; font-size: 11px; - color: #3F3F3F; + color: #3f3f3f; // .ant-input { // letter-spacing: 0; // } @@ -958,7 +1179,7 @@ export default defineComponent({ .ant-input { width: 170px; font-size: 11px; - color: #3F3F3F; + color: #3f3f3f; margin-right: 28px; } } @@ -981,42 +1202,41 @@ export default defineComponent({ .submit-btn { width: 63px; height: 23px; - background: #08AE98; + background: #08ae98; border-radius: 3px; font-size: 10px; font-weight: 500; - color: #FFFFFF; + color: #ffffff; text-align: center; line-height: 23px; cursor: pointer; user-select: none; } - .submit-btn:hover{ + .submit-btn:hover { background: #ccc; } } ::v-deep(.ant-upload-list) { display: none; } - .avatar-uploader{ + .avatar-uploader { width: unset; padding: 0; border: none; background-color: none; position: relative; - &::v-deep(.ant-upload){ + &::v-deep(.ant-upload) { padding: 0; border: none; background-color: #fff; width: unset; height: unset; } - .mengceng{ - + .mengceng { position: absolute; left: 0; top: 0; - opacity:0; + opacity: 0; font-size: 10px; display: flex; align-items: center; @@ -1025,11 +1245,10 @@ export default defineComponent({ background-color: #000; border-radius: 50%; line-height: 1; - &:hover{ + &:hover { opacity: 0.5; } } - } } \ No newline at end of file diff --git a/src/views/mine/ReleaseVideo.vue b/src/views/mine/ReleaseVideo.vue index c0480fa..918ac1e 100644 --- a/src/views/mine/ReleaseVideo.vue +++ b/src/views/mine/ReleaseVideo.vue @@ -1,15 +1,15 @@