嗨森逛PC管理端
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.
 
 
 
 
high-web/src/app/common/separate/separate.component.scss

24 lines
424 B

.separate {
margin-top: 50px;
width: 100%;
height: 40px;
line-height: 40px;
.separate-left {
width: 2px;
height: 14px;
margin-top: 13px;
background-color: var(--blue);
}
.separate-text {
margin-left: 12px;
font-size: 18px;
font-weight: bold;
color: #333333;
span {
margin-left: 4px;
font-weight: lighter;
font-size: 14px;
color: #999999;
}
}
}