This commit is contained in:
clay
2022-01-19 19:24:02 +08:00
parent 74a0130727
commit d0b9848102
7 changed files with 269 additions and 155 deletions

View File

@@ -4,18 +4,66 @@
* @descriptioncomment
* @email: clay@hchyun.com
*/
.headline > .title {
margin: 0 auto;
width: 23rem;
height: 6rem;
.headline{
text-align:center;
margin-bottom: 3rem;
}
.hr_line_left{
float: left;
border: .1rem solid #E6E6E6;
margin-top: .3rem;
width: 24rem;
}
.hr_dot_left{
float: right;
width: .8rem;
height: .8rem;
background-color: #E6E6E6;
border-radius: .8rem;
}
.hr_line_right{
float: right;
border: .1rem solid #E6E6E6;
margin-top: .3rem;
width: 24rem;
}
.hr_dot_right{
float: left;
width: .8rem;
height: .8rem;
background-color: #E6E6E6;
border-radius: .8rem;
}
.hr_text{
display: inline-block;
font-size: 2rem;
color: #1956BC;
}
.headline>.hr_div{
padding: 0 2rem;
clear: left;
/*border: .1rem solid #E6E6E6;*/
display: inline-block;
}
.hr_test{
/*border: .1rem solid #E6E6E6;*/
}
.hr_div{
width: 25rem;
}
.hr_left{
display: inline-block;
width: 25rem;
}
.headline .title {
display: inline-block;
padding: 1rem 3.3rem;
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 {
@@ -30,6 +78,7 @@
}
.more {
cursor: pointer !important;
width: 12.8rem;
height: 3.6rem;
background: #1956BC;