anxiao_web/pages/newIndex/css/popUpdateSystemName.css

11 lines
189 B
CSS
Raw Normal View History

2024-07-24 09:22:32 +08:00
.popUpdateSystem{
width:100%;
height:100%;
background:#033276;
text-align: center;
}
.popUpdateSystem>input {
float:left;
width:calc(100% - 20px);
margin:10px;
}