system-copyright-react/src/route/TrademarkMall/components/EditOne/EditOne.css

44 lines
641 B
CSS
Raw Normal View History

2025-06-04 09:25:40 +08:00
.topLine {
width: 100%;
height: 10px;
background: #F3F3F3;
}
.editFormBox {
/* padding: 10px;
box-sizing: border-box; */
}
.editFormTitle {
font-size: 18px;
margin-bottom: 20px;
/* height: 46px; */
}
.editFormItem {
display: flex;
/* align-items: center; */
height: 46px;
/* background-color: pink; */
line-height: 46px;
/* width: 200px; */
}
.firstItem {
/* background: skyblue; */
align-items: center;
}
.editFormItemTitle {
font-size: 16px;
/* width: 120px; */
}
.redTitle {
color: red;
2025-06-04 17:50:49 +08:00
}
.pointerBlue{
color: var(--color-blue);
cursor: pointer;
2025-06-04 09:25:40 +08:00
}