feat: 物料市场
This commit is contained in:
36
example/src/view/material.vue
Normal file
36
example/src/view/material.vue
Normal file
@@ -0,0 +1,36 @@
|
||||
<template>
|
||||
<div class="alone-banner layui-bg-black">
|
||||
<div class="layui-main">
|
||||
<h1>物 料 市 场</h1>
|
||||
<p class="layui-hide-xs">
|
||||
让 轮 子 产 生 价 值
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.alone-banner {
|
||||
margin-top: 60px;
|
||||
height: 190px;
|
||||
text-align: center;
|
||||
font-weight: 300;
|
||||
background-color: #009688;
|
||||
color: #fff;
|
||||
}
|
||||
.alone-banner h1 {
|
||||
padding-top: 60px;
|
||||
line-height: 32px;
|
||||
font-size: 30px;
|
||||
font-weight: 300;
|
||||
color: white!important;
|
||||
}
|
||||
.alone-banner p {
|
||||
padding-top: 20px;
|
||||
color: #e2e2e2;
|
||||
color: rgba(255,255,255,.8);
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user