Commit 398f2051 by yanglang123

xiugai

parent 6ac39054
......@@ -92,7 +92,7 @@ class IndexBtnScroll extends Component {
right: "0",
}}
>
<img style={{ width: "180px" }} src={MessageIcon} alt="" />
<img style={{ width: "90%" }} src={MessageIcon} alt="" />
</div>
</div>
</div>
......
......@@ -316,7 +316,7 @@
}
.index-module-news-item-container .index-module-news-item-content-container .index-module-news-info-container .index-module-news-item-info-name {
width: 100%;
font-size: 32px;
font-size: 0.32rem;
font-weight: 400;
color: #333333;
line-height: 40px;
......
......@@ -332,7 +332,7 @@
.index-module-news-item-info-name {
width: 100%;
font-size: 32px;
font-size: .32rem;
font-weight: 400;
color: #333333;
line-height: 40px;
......
......@@ -57,9 +57,9 @@
align-items: center;
}
.login .login-container .login-form .login-form-item .login-form-top-logo .login-input-top-icon {
width: 150px;
height: 150px;
margin-bottom: 60px;
width: 1.5rem;
height: 1.5rem;
margin-bottom: 0.6rem;
}
.login .login-container .login-form .login-form-item .login-form-top-logo .login-input-top-font {
color: #f5222d;
......
......@@ -48,9 +48,9 @@
justify-content: center;
align-items: center;
.login-input-top-icon {
width: 150px;
height: 150px;
margin-bottom: 60px;
width: 1.5rem;
height: 1.5rem;
margin-bottom: .6rem;
}
.login-input-top-font {
color: #f5222d;
......
......@@ -452,10 +452,10 @@ class LoginForm extends Component {
<div className="login-form-item">
<div className="login-form-top-logo">
<img src={loginTopLogoImg} alt="" className="login-input-top-icon" />
<div className="login-input-top-font" style={{ fontSize: "56px" }}>
<div className="login-input-top-font" style={{ fontSize: "0.56rem" }}>
机电e先锋
</div>
<div className="login-input-top-font" style={{ fontSize: "34px" }}>
<div className="login-input-top-font" style={{ fontSize: "0.34rem" }}>
智慧党建平台
</div>
</div>
......
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