Commit 55bb3486 by zhangleyuan

feat:处理登录页样式

parent b139b9d4
...@@ -9,35 +9,39 @@ ...@@ -9,35 +9,39 @@
color: #999999; color: #999999;
line-height: 20px; line-height: 20px;
} }
.rwm { .rwm{
position: relative; position: relative;
width: 160px; width: 210px;
height: 160px; height: 210px;
text-align: center; text-align: center;
display: inline-block; display: inline-block;
margin-top: 24px; margin-top: 24px;
.error { border: 1px solid #e8e8e8;
position: absolute; border-radius: 2px;
width: 100%; padding:15px;
height: 100%; .error{
background: rgba(255, 255, 255, 0.95); position: absolute;
display: flex; width: 200px;
align-items: center; height: 200px;
justify-content: center; background: rgba(255, 255, 255, 0.95);
left: 0px; display: flex;
top: 0px; align-items:center;
div { justify-content:center;
margin: 0 10px; left:5px;
font-size: 14px; top:5px;
font-family: PingFangSC-Regular, PingFang SC; div{
font-weight: 400; margin: 0 10px;
color: #333333; font-size: 14px;
line-height: 20px; font-family: PingFangSC-Regular, PingFang SC;
} font-weight: 400;
.ope { color: #333333;
cursor: pointer; line-height: 20px;
color: rgba(82, 137, 250, 1);
} }
.ope{
cursor: pointer;
color:rgba(82, 137, 250, 1);
}
} }
} }
......
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