baorui/src/components/PageHeaderInfo/PageHeaderInfo.less

24 lines
400 B
Plaintext

.root {
background: #ffffff;
opacity: 0.96;
padding: 0 10%;
position: absolute;
top: 0;
left: 0;
right: 0;
.gywmBox {
padding: 40px 0;
position: relative;
.imgText {
position: absolute;
right: 10%;
bottom: -45px;
font-family: Source Han Sans SC;
font-weight: 500;
font-size: 117px;
color: #000000;
opacity: 0.1;
}
}
}