You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xgd_system/src/pages/InitialSystem/DeviceInstall/index.less

32 lines
506 B

.con_warp {
width: calc(100% - 40px);
height: calc(100% - 40px);
background-color: #fff;
font-size: 14px;
margin: 20px;
.title1 {
font-size: 18px;
font-weight: 600;
color: #191919;
}
.title2 {
font-size: 14px;
font-weight: 600;
color: #333333;
margin: 20px 0 30px 0;
}
.flex {
display: flex;
align-items: center;
margin-bottom: 20px;
div:nth-child(1) {
width: 80px;
text-align: right;
margin-right: 16px;
}
}
}