110 lines
1.8 KiB
CSS
110 lines
1.8 KiB
CSS
/**
|
||
* @author: Clay
|
||
* @date: 2022/1/2 17:16
|
||
* @description:comment
|
||
* @email: clay@hchyun.com
|
||
*/
|
||
/*.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;*/
|
||
/* font-size: 2.6rem;*/
|
||
/* font-weight: 500;*/
|
||
/* color: #FFFFFF;*/
|
||
/*}*/
|
||
|
||
.divider div {
|
||
float: left;
|
||
}
|
||
|
||
.divider_text {
|
||
font-size: 2rem;
|
||
color: #1956BC;
|
||
text-align: center;
|
||
line-height: 5rem;
|
||
}
|
||
|
||
/*.more {*/
|
||
/* cursor: pointer !important;*/
|
||
/* width: 12.8rem;*/
|
||
/* height: 3.6rem;*/
|
||
/* background: #1956BC;*/
|
||
/* border-radius: 1.8rem;*/
|
||
/* font-size: 1.4rem;*/
|
||
/* font-family: "微软雅黑";*/
|
||
/* font-weight: 400;*/
|
||
/* text-align: center;*/
|
||
/* margin: 2rem auto;*/
|
||
/* line-height: 3.6rem;*/
|
||
/* color: #FFFFFF;*/
|
||
/*}*/
|
||
|
||
/*.more_img {*/
|
||
/* text-align: center;*/
|
||
/* margin-top: 2rem;*/
|
||
/* font-size: 2rem;*/
|
||
/*}*/
|
||
|
||
/*.more_img img {*/
|
||
/* font-size: small;*/
|
||
/*}*/
|
||
|
||
.hr {
|
||
border: 0.1rem solid #E6E6E6;
|
||
margin-top: 2.4rem;
|
||
}
|
||
|