system-copyright-react/src/route/TrademarkMall/components/EditThree/edit-three.css

35 lines
642 B
CSS
Raw Normal View History

2025-06-18 21:03:36 +08:00
.addPeopleBox{
width: 300px;
height: 150px;
border: 1px solid #D9D9D9;
color:#979797;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
cursor: pointer;
margin-left: 100px;
margin-top: 20px;
}
.addPeopleBox:hover{
border: 1px solid #5892e9;
color: #5892e9;
}
.addPeopleTitle{
font-size: 18px;
font-weight: 700;
}
.addPeopleItem{
display: flex;
align-items: center;
}
.addPeopleItemTitle{
font-size: 16px;
/* background-color: skyblue; */
width: 120px;
text-align: left;
margin-right: 10px;
}
.redTips{
color: red;
}