diff --git a/src/pages/deviceAuth/deviceAuth.vue b/src/pages/deviceAuth/deviceAuth.vue index 4d60f9e..7edaa72 100644 --- a/src/pages/deviceAuth/deviceAuth.vue +++ b/src/pages/deviceAuth/deviceAuth.vue @@ -15,13 +15,13 @@ - - + - + + + @@ -426,6 +426,7 @@ const handleSubmit=()=>{ border-bottom: 1px solid #E7E7E7; } + :deep(.uni-forms-item__label){ color:#239FDF; font-weight: bold; @@ -481,6 +482,17 @@ const handleSubmit=()=>{ height: 30px !important; } +.container .login-form .code-con.code-device :deep(.uni-easyinput__content .uniui-person){ + background: url('@/static/images/login-biaoshi.png') 15rpx no-repeat; + background-size:25rpx 30rpx; + width: 25rpx; + height: 30rpx; + margin-right:10rpx; +} +.container .login-form .code-con.code-device :deep(.uniui-person:before){ + display: none; +} + .btn-submit{ width:496rpx; height:88rpx; diff --git a/src/pages/home/home.vue b/src/pages/home/home.vue index 7b89d59..d779879 100644 --- a/src/pages/home/home.vue +++ b/src/pages/home/home.vue @@ -14,9 +14,9 @@ > - +