mirror of https://github.com/ElemeFE/element
refactor(index): headless cms -> api-first cms
parent
5fec5cc969
commit
0024a413eb
|
@ -29,13 +29,13 @@
|
||||||
img {
|
img {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div {
|
div {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
|
@ -57,11 +57,11 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron-cloud-1 {
|
.jumbotron-cloud-1 {
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -72,19 +72,19 @@
|
||||||
left: 60px;
|
left: 60px;
|
||||||
top: 200px;
|
top: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron-web {
|
.jumbotron-web {
|
||||||
height: 385px;
|
height: 385px;
|
||||||
top: 35px;
|
top: 35px;
|
||||||
left: 110px;
|
left: 110px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron-cloud-2 {
|
.jumbotron-cloud-2 {
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 50px;
|
top: 50px;
|
||||||
height: 55px;
|
height: 55px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron-compo-1 {
|
.jumbotron-compo-1 {
|
||||||
left: 94px;
|
left: 94px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
top: 60px;
|
top: 60px;
|
||||||
height: 124px;
|
height: 124px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron-compo-3 {
|
.jumbotron-compo-3 {
|
||||||
right: 42px;
|
right: 42px;
|
||||||
top: 200px;
|
top: 200px;
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
right: 180px;
|
right: 180px;
|
||||||
height: 140px;
|
height: 140px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron-figure-2 {
|
.jumbotron-figure-2 {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
@ -288,7 +288,7 @@
|
||||||
<img width="35px" src="~examples/assets/images/tipe.svg" alt="tipe.io">
|
<img width="35px" src="~examples/assets/images/tipe.svg" alt="tipe.io">
|
||||||
<div>
|
<div>
|
||||||
<p>Sponsored by Tipe.io</p>
|
<p>Sponsored by Tipe.io</p>
|
||||||
<p>Next Generation Headless CMS</p>
|
<p>Next Generation API-first CMS</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<div class="cards">
|
<div class="cards">
|
||||||
|
|
Loading…
Reference in New Issue