feat: 物料市场

This commit is contained in:
就眠儀式
2022-02-19 00:25:16 +08:00
parent 818790ad27
commit 369eeaa399
7 changed files with 75 additions and 7 deletions

View 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>