列表页:描述内容样式

This commit is contained in:
caishi 2021-07-07 10:35:26 +08:00 committed by caishi
parent 5b60d92063
commit 4dc0f974df
1 changed files with 8 additions and 3 deletions

View File

@ -21,7 +21,7 @@
top: 0;
transform: translateX(-50%);
}
.subjectleft span:first-child{
.subjectleft>span:first-child{
width: 140px;
height: 30px;
font-size: 30px;
@ -30,14 +30,19 @@
line-height: 30px;
letter-spacing: 4px;
}
.subjectleft span:last-child{
.subjectleft>span:last-child{
height: 16px;
font-size: 16px;
color: #fff;
line-height: 16px;
letter-spacing: 4px;
margin-left: 16px;
}
.subjectleft>span:last-child .words{
letter-spacing: 3px;
display: block;
margin-top: -6px;
margin-bottom: 2px!important;
}
.bannerBox .ant-btn{
margin-top: 30px;
height: 40px;