移动
This commit is contained in:
60
src/views/index/css/comment.css
Normal file
60
src/views/index/css/comment.css
Normal file
@@ -0,0 +1,60 @@
|
||||
/**
|
||||
* @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;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user