Commit 922c788c authored by 王万里's avatar 王万里

perf: 普兰店登录页修改

parent 77d5fb8b
Pipeline #89891 passed with stages
This diff was suppressed by a .gitattributes entry.
......@@ -23,6 +23,7 @@ import styles from './index.less';
import Account from '../../../js/useAccount';
import { defaultApp } from '../../../../../../micro';
import bg from './images/4.jpg';
import download from './images/下载.png';
const PopOvercontent = () => {
const qrcodes = window.globalConfig && window.globalConfig.qrcode;
......@@ -205,7 +206,10 @@ const Login = forwardRef((props, _ref) => {
<div className={classnames(styles['inner-bg'], styles['login-part'])} ref={loginFormRef}>
{renderPlatform()}
<div className={styles['download-link']}>
<a href='https://gis.panda-water.cn/codedownpage/index.html' target={"_blank"}>点击下载APP</a>
<a href='https://gis.panda-water.cn/codedownpage/index.html' target={"_blank"}>
<img src={download} style={{width: '14px', marginRight: '4px'}}/>
点击下载APP
</a>
</div>
</div>
</div>
......
......@@ -33,6 +33,12 @@
text-align: center;
color: rgb(0, 135, 247);
margin-top: -10px;
a {
display: flex;
justify-content: center;
align-items: center;
}
}
&>div {
......@@ -55,7 +61,7 @@
flex-direction: column;
justify-content: center;
align-items: center;
top: 220px;
top: 190px;
// left: calc(50% - 268.5px);
z-index: 50;
......@@ -86,7 +92,8 @@
border-radius: 15px;
z-index: 2;
backdrop-filter: blur(6px);
margin-top: 50px;
margin-top: 80px;
background: hsla(0, 0%, 100%, .5);
}
.welcome-title {
......@@ -148,7 +155,7 @@
font-weight: 400;
color: #fff;
line-height: 55px;
text-shadow: 0px 1px 10px #A3AFC7;
text-shadow: 0px 1px 10px #080808;
line-height: 1;
margin-left: 10px;
}
......
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