forked from Gitlink/forgeplus-react
列表页:描述内容样式
This commit is contained in:
parent
5b60d92063
commit
4dc0f974df
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue