Files
sist_web/src/views/shouye/css/comment.css
clay 97850048ed 01
2022-01-03 11:41:40 +08:00

30 lines
473 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* @author: Clay
* @date: 2022/1/2 17:16
* @descriptioncomment
* @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;
}