30 lines
473 B
CSS
30 lines
473 B
CSS
/**
|
||
* @author: Clay
|
||
* @date: 2022/1/2 17:16
|
||
* @description:comment
|
||
* @email: clay@hchyun.com
|
||
*/
|
||
.headline > .title {
|
||
margin: 0 auto;
|
||
width: 23rem;
|
||
height: 6rem;
|
||
background: #1956BC;
|
||
border-radius: 2.95rem;
|
||
text-align: center;
|
||
line-height: 6rem;
|
||
font-size: 2.6rem;
|
||
font-weight: 500;
|
||
color: #FFFFFF;
|
||
text-align: center;
|
||
}
|
||
.divider div{
|
||
float: left;
|
||
}
|
||
.divider_text{
|
||
font-size: 2rem;
|
||
color: #1956BC;
|
||
text-align: center;
|
||
line-height: 5rem;
|
||
}
|
||
|