Commit 56611069 authored by 徐乐's avatar 徐乐

perf: 修改大足登录页备案号问题

parent 15916b72
Pipeline #93635 waiting for manual action with stages
...@@ -241,6 +241,7 @@ const Login = forwardRef((props, _ref) => { ...@@ -241,6 +241,7 @@ const Login = forwardRef((props, _ref) => {
</div> </div>
</QueueAnim> </QueueAnim>
</div> </div>
<div className={styles['copyright']}>Copyright ©重庆泽足水务投资建设有限公司All Rights Reserved <a target="_blank" id="IndexCaseNumber" href="https://beian.miit.gov.cn">ICP20000008-2</a></div>
</div> </div>
) : null} ) : null}
{videoShow ? ( {videoShow ? (
......
.dazulogin { .dazulogin {
width: 100%; width: 100%;
height: 100%; height: 100%;
...@@ -201,14 +200,15 @@ ...@@ -201,14 +200,15 @@
.copyright { .copyright {
position: absolute; position: absolute;
bottom: 7%; bottom: 1%;
width: 100%;
margin: 0 auto; margin: 0 auto;
font-size: 12px; font-size: 14px;
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
font-weight: 400; font-weight: 400;
color: #F1F6FD; color: #9d9d9d;
text-align: center; text-align: center;
transform: translateX(-50%);
left: 50%;
} }
.qrcode-box { .qrcode-box {
...@@ -227,13 +227,14 @@ ...@@ -227,13 +227,14 @@
& :global { & :global {
.popover-style{ .popover-style {
.@{ant-prefix}-popover-inner-content{ .@{ant-prefix}-popover-inner-content {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
.@{ant-prefix}-popover-title{
.@{ant-prefix}-popover-title {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
...@@ -241,14 +242,15 @@ ...@@ -241,14 +242,15 @@
} }
} }
:global{ :global {
.popover-style{ .popover-style {
.@{ant-prefix}-popover-inner-content{ .@{ant-prefix}-popover-inner-content {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
.@{ant-prefix}-popover-title{
.@{ant-prefix}-popover-title {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment