|
|
|
@ -1,5 +1,5 @@ |
|
|
|
<template> |
|
|
|
<v-page style="height:auto!important;min-height: 100%!important;"> |
|
|
|
<v-page style="height:auto!important;min-height: 100%!important;background: none;background-color: #121212 !important;"> |
|
|
|
<v-header :title="$t('auth.a1')"></v-header> |
|
|
|
<main class=" m-lg bg-panel-3 rounded-md p-x-md box-shadow"> |
|
|
|
<!-- 姓名 --> |
|
|
|
@ -227,7 +227,8 @@ export default { |
|
|
|
// color: grey; |
|
|
|
} |
|
|
|
/deep/.uni-select__selector{ |
|
|
|
background-color: $panel-3; |
|
|
|
// background-color: $panel-3; |
|
|
|
background-color: #242424; |
|
|
|
} |
|
|
|
/deep/.uni-select__input-text{ |
|
|
|
color: $plain; |
|
|
|
@ -273,4 +274,10 @@ export default { |
|
|
|
border-top: 1px solid #c9c9c9; |
|
|
|
border-bottom: 1px solid #c9c9c9; |
|
|
|
} |
|
|
|
.bg-panel-3{ |
|
|
|
background-color: #242424; |
|
|
|
} |
|
|
|
::v-deep uni-input{ |
|
|
|
border: 1px solid #e5e5e5; |
|
|
|
} |
|
|
|
</style> |