first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
body,ul,li,p{
margin: 0;
padding: 0;
}
li {
list-style: none;
}

View File

@@ -0,0 +1,102 @@
.banner {
height: 595px;
background: url("../img/b_02.png");
background-position: center center;
margin-bottom: 40px;
}
.center {
position: relative;
width: 1200px;
margin: 0 auto;
}
.banner ul {
width: 328px;
position: absolute;
left: 0;
top: 300px;
}
.banner ul li{
float: left;
margin-right: 25px;
font-size: 18px;
color: #fff;
margin-bottom: 11px;
list-style: url("../img/yuan.png");
}
.ce {
text-align: center;
}
.ce .ddd {
font-size: 18px;
color: #333;
margin-top: 34px;
text-align: left;
text-indent: 40px;
margin-bottom: 100px;
}
.info {
width: 438px;
height: 438px;
background: url("../img/b_01.png");
margin: 0 auto;
position: relative;
}
.yuan {
width: 126px;
height: 126px;
border-radius: 50%;
position: absolute;
color: #fff;
text-align: center;
}
.yuan span {
margin-top: 43px;
display: inline-block;
}
.one {
background: yellow;
}
.two {
background: gray;
right: -11px;
top: 27px;
}
.three {
background: blue;
bottom: 0;
}
.four {
background: palevioletred;
right: 0;
bottom: 0;
}
.sjln {
margin-bottom: 100px;
}
.left {
float: left;
margin-left: 279px;
}
.right {
margin-right: 94px;
float: right;
}
.item-list {
margin-top: 80px;
overflow: hidden;
}
.item-list h2{
text-align: left;
color: #168dc5;
font-weight: bolder;
}
.left p{
font-size: 18px;
line-height: 32px;
}
.fff{
background: #c3c3c3;
padding: 26px 0;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1,99 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>智慧编码</title>
<link rel="stylesheet" href="./css/clear.css">
<link rel="stylesheet" href="./css/index.css">
</head>
<body>
<div class="banner">
<div class="center">
<ul>
<li>单条查询</li>
<li>编码校准</li>
<li>商品分类编码</li>
<li>批量查询</li>
<li>批量导入</li>
</ul>
</div>
</div>
<div class="sjln">
<div class="center ce">
<img src="./img/title_1.png" alt="">
<p class="ddd">六号库就好不好六号库就好不好vh六号库就好不好vh六号库就好不好vh六号库就好不好vh六号库就好不好vh六号库<br>就好不好vh六号库就好不好vh</p>
<div class="info">
<div class="yuan one">
<span>企业实际操作<br>的样本数据库</span>
</div>
<div class="yuan two">
<span>企业实际操作的样本数据</span>
</div>
<div class="yuan three">
<span>企业实际操作的样本数据</span>
</div>
<div class="yuan four">
<span>企业实际操作的样本数据</span>
</div>
</div>
</div>
</div>
<div class="ms">
<div class="center ce">
<img src="./img/title_2.png" alt="">
<div class="item-list">
<div class="left">
<h2>亮点一xxxx</h2>
<p>别忘记成本就保存纪委分别呵呵;
<br>艹今晚爆炒江湖web轿车比较好;
</p>
</div>
<img class="right" src="./img/pc_1.png" alt="">
</div>
</div>
<div class="item-list fff">
<div class="center ce">
<div class="right">
<h2>亮点一xxxx</h2>
<p>别忘记成本就保存纪委分别呵呵;
<br>艹今晚爆炒江湖web轿车比较好;
</p>
</div>
<img class="left" src="./img/pc_1.png" alt="">
</div>
</div>
<div class="center ce">
<div class="item-list">
<div class="left">
<h2>亮点一xxxx</h2>
<p>别忘记成本就保存纪委分别呵呵;
<br>艹今晚爆炒江湖web轿车比较好;
</p>
</div>
<img class="right" src="./img/pc_1.png" alt="">
</div>
</div>
</div>
<div class="footer">
</div>
</body>
</html>