|
|
|
@ -1,5 +1,17 @@ |
|
|
|
|
<template> |
|
|
|
|
<div :class="prefixCls" class="login-background-img"> |
|
|
|
|
|
|
|
|
|
<div class="fixed"> |
|
|
|
|
<!-- <div style="width: 100px;height: 100px;cursor: pointer;"> |
|
|
|
|
<img style="width: 100%;height: 100%;" src="../../../assets/images/mainHome/div(1).png" alt=""> |
|
|
|
|
</div>--> |
|
|
|
|
<!-- <div class="bas"></div>--> |
|
|
|
|
<div class="card bot"> |
|
|
|
|
<div class="img-box" onclick="window.location.href='http://10.20.15.171:3200/main-home'"><img src="../../../assets/images/mainHome/Frame.png" alt=""></div> |
|
|
|
|
<div class="text">新闻首页</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<AppLocalePicker class="absolute top-4 right-4 enter-x xl:text-gray-600" :showText="false"/> |
|
|
|
|
<AppDarkModeToggle class="absolute top-3 right-7 enter-x" /> |
|
|
|
|
<div class="aui-logo" v-if="!getIsMobile"> |
|
|
|
@ -425,6 +437,62 @@ |
|
|
|
|
@import '/@/assets/loginmini/style/home.less'; |
|
|
|
|
@import '/@/assets/loginmini/style/base.less'; |
|
|
|
|
|
|
|
|
|
.fixed { |
|
|
|
|
position: fixed; |
|
|
|
|
width: 100px; |
|
|
|
|
height: 202px; |
|
|
|
|
top: calc(80px + 20px); |
|
|
|
|
right: 0px; |
|
|
|
|
z-index: 9; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.card { |
|
|
|
|
width: 100px; |
|
|
|
|
height: 100px; |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
justify-content: center; |
|
|
|
|
align-items: center; |
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
|
|
.img-box { |
|
|
|
|
width: 40px; |
|
|
|
|
height: 40px; |
|
|
|
|
margin-bottom: 4px; |
|
|
|
|
|
|
|
|
|
img { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.text { |
|
|
|
|
height: 18px; |
|
|
|
|
font-family: Microsoft YaHei, Microsoft YaHei; |
|
|
|
|
font-weight: 400; |
|
|
|
|
font-size: 13px; |
|
|
|
|
color: #FFFFFF; |
|
|
|
|
line-height: 17px; |
|
|
|
|
text-align: center; |
|
|
|
|
font-style: normal; |
|
|
|
|
text-transform: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bas { |
|
|
|
|
height: 2px; |
|
|
|
|
width: 100%; |
|
|
|
|
background-color: #fff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bot { |
|
|
|
|
background: #A7B2C6; |
|
|
|
|
border-bottom-left-radius: 20px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
:deep(.ant-input:focus) { |
|
|
|
|
box-shadow: none; |
|
|
|
|
} |
|
|
|
|