45 lines
770 B
CSS
45 lines
770 B
CSS
|
.appEdit {
|
||
|
margin-top: 18px;
|
||
|
background-color: rgb(255, 255, 255);
|
||
|
padding: 0px 19px 0px 19px;
|
||
|
box-sizing: border-box;
|
||
|
padding:30px 45px 0 45px;
|
||
|
box-sizing: border-box;
|
||
|
|
||
|
}
|
||
|
|
||
|
.editProcessBox {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
margin-bottom: 30px;
|
||
|
}
|
||
|
|
||
|
.editProcess {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
/* cursor: pointer; */
|
||
|
}
|
||
|
|
||
|
.editProcessNum {
|
||
|
width: 30px;
|
||
|
height: 30px;
|
||
|
/* background: #3B60E8; */
|
||
|
border-radius: 50%;
|
||
|
line-height: 28px;
|
||
|
text-align: center;
|
||
|
font-size: 18px;
|
||
|
border: 1px solid transparent;
|
||
|
margin-right: 16px;
|
||
|
}
|
||
|
|
||
|
.editProcessTitle {
|
||
|
/* font-weight: bold; */
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
.editright{
|
||
|
color:#CBCBCB
|
||
|
}
|
||
|
.editFormBox{
|
||
|
|
||
|
}
|