forked from Gitlink/forgeplus-react
Merge branch 'gitlink_competitions' of https://gitlink.org.cn/Gitlink/forgeplus-react into gitlink_competitions
This commit is contained in:
commit
1ad251f6a7
|
|
@ -7,7 +7,7 @@
|
|||
flex-direction: column;
|
||||
|
||||
.title {
|
||||
padding-top: 160px;
|
||||
// padding-top: 160px;
|
||||
}
|
||||
.titleDesc{
|
||||
margin-top: 20px;
|
||||
|
|
|
|||
|
|
@ -1,13 +1,11 @@
|
|||
.detail-page {
|
||||
padding-top: 60px;
|
||||
width: 1920px;
|
||||
margin-top: 60px;
|
||||
// width: 1920px;
|
||||
min-height: 1587px;
|
||||
background: url('../img/detail/header-bg.png'), #f7fbff;
|
||||
background-repeat: no-repeat;
|
||||
background-position-y: 64px;
|
||||
background-size: 100% 389px;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
padding-bottom: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
background-size: 100% auto;
|
||||
}
|
||||
.title {
|
||||
padding-top: 120px;
|
||||
// padding-top: 120px;
|
||||
}
|
||||
.title2 {
|
||||
padding-top: 42px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue