docs: 物料市场
This commit is contained in:
parent
9be325abbd
commit
d64fdd71e6
@ -2,9 +2,31 @@
|
|||||||
<div class="alone-banner layui-bg-black">
|
<div class="alone-banner layui-bg-black">
|
||||||
<div class="layui-main">
|
<div class="layui-main">
|
||||||
<h1>物 料 市 场</h1>
|
<h1>物 料 市 场</h1>
|
||||||
<p class="layui-hide-xs">
|
<p class="layui-hide-xs">让 每 一 个 轮 子 产 生 价 值 ✨</p>
|
||||||
让 轮 子 产 生 价 值
|
</div>
|
||||||
</p>
|
</div>
|
||||||
|
<br />
|
||||||
|
<div class="layui-container" style="width: 80%">
|
||||||
|
<div class="layui-row">
|
||||||
|
<div class="layui-col layui-col-md6">
|
||||||
|
<div class="project-list-item">
|
||||||
|
<img
|
||||||
|
class="project-list-item-cover"
|
||||||
|
src="https://gw.alipayobjects.com/zos/rmsportal/iXjVmWVHbCJAyqvDxdtx.png"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<div class="project-list-item-body">
|
||||||
|
<h2>Sandbox</h2>
|
||||||
|
<div class="project-list-item-text layui-text">
|
||||||
|
生命就像一盒巧克力,结果往往出人意料
|
||||||
|
</div>
|
||||||
|
<div class="project-list-item-desc">
|
||||||
|
<span class="time">几秒前</span>
|
||||||
|
<div class="ew-head-list"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -14,23 +36,61 @@
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
.alone-banner {
|
.alone-banner {
|
||||||
margin-top: 60px;
|
margin-top: 60px;
|
||||||
height: 190px;
|
height: 190px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
background-color: #009688;
|
background-color: #009688;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.alone-banner h1 {
|
.alone-banner h1 {
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
color: white!important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
.alone-banner p {
|
.alone-banner p {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
color: #e2e2e2;
|
color: #e2e2e2;
|
||||||
color: rgba(255,255,255,.8);
|
color: rgba(255, 255, 255, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-list-item {
|
||||||
|
background-color: #fff;
|
||||||
|
border-radius: 4px;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: all 0.2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-list-item .project-list-item-cover {
|
||||||
|
width: 100%;
|
||||||
|
height: 180px;
|
||||||
|
display: block;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
|
border-top-right-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-list-item-body {
|
||||||
|
padding: 20px;
|
||||||
|
border: 1px solid #e8e8e8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-list-item .project-list-item-body > h2 {
|
||||||
|
font-size: 16px;
|
||||||
|
color: #333;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-list-item .project-list-item-text {
|
||||||
|
height: 40px;
|
||||||
|
overflow: hidden;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-list-item .project-list-item-desc .time {
|
||||||
|
color: #999;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue
Block a user