This commit is contained in:
clay
2022-01-03 16:06:29 +08:00
parent eaca9946be
commit 61fe34bb8a
11 changed files with 50 additions and 1563 deletions

View File

@@ -0,0 +1,60 @@
/**
* @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;
}
.more {
width: 12.8rem;
height: 3.6rem;
background: #1956BC;
border-radius: 1.8rem;
font-size: 1.4rem;
font-family: PingFangSC-Regular, PingFang SC;
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;
}