添加看板
parent
22594c92cd
commit
0c78307c40
@ -0,0 +1,131 @@
|
|||||||
|
body {
|
||||||
|
background-image: url("../../board/img/board2Bg.jpg");
|
||||||
|
background-size: 100% 100%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
.topBtn {
|
||||||
|
background-image: url("../../board/img/click1.png");
|
||||||
|
background-size: 100% 100%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
width: 7.5vw;
|
||||||
|
height: 2.5vw;
|
||||||
|
position: absolute;
|
||||||
|
top: 2.8vw;
|
||||||
|
line-height: 2.5vw;
|
||||||
|
font-size: 1.2vw;
|
||||||
|
text-align: center;
|
||||||
|
color: #aaa;
|
||||||
|
}
|
||||||
|
|
||||||
|
.topBtnClick {
|
||||||
|
background-image: url("../../board/img/click.png");
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title1 {
|
||||||
|
position: absolute;
|
||||||
|
font-size: 1vw;
|
||||||
|
left: 6%;
|
||||||
|
top: 14%;
|
||||||
|
color: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
position: absolute;
|
||||||
|
font-size: 0.8vw;
|
||||||
|
width: 21.5%;
|
||||||
|
height: 45%;
|
||||||
|
left: 5%;
|
||||||
|
top: 19%;
|
||||||
|
color: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content p {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title2 {
|
||||||
|
position: absolute;
|
||||||
|
font-size: 1vw;
|
||||||
|
left: 75.5%;
|
||||||
|
top: 14%;
|
||||||
|
color: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.customerPresentation {
|
||||||
|
position: absolute;
|
||||||
|
width: 21.5%;
|
||||||
|
height: 45%;
|
||||||
|
left: 73.5%;
|
||||||
|
top: 19%;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
* ::-webkit-scrollbar-track {
|
||||||
|
background-color: rgba(0, 0, 0, 0) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
* ::-webkit-scrollbar-thumb {
|
||||||
|
background-color: rgba(0, 0, 0, 0) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
* ::-webkit-scrollbar {
|
||||||
|
width: 0;
|
||||||
|
background-color: rgba(0, 0, 0, 0) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.customerPresentation .item {
|
||||||
|
background-image: url("../../board/img/rightShow.png");
|
||||||
|
background-size: 100% 100%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
width: 100%;
|
||||||
|
height: 2.5vw;
|
||||||
|
padding: 0.25vw 0.5vw;
|
||||||
|
vertical-align: top;
|
||||||
|
margin-bottom: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.customerPresentation .item span {
|
||||||
|
color: #68bdfb;
|
||||||
|
padding-left: 1vw;
|
||||||
|
line-height: 2vw;
|
||||||
|
font-size: 0.8vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom{
|
||||||
|
position: absolute;
|
||||||
|
width: 91.5%;
|
||||||
|
height: 25%;
|
||||||
|
left: 4.5%;
|
||||||
|
top: 70%;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom .item{
|
||||||
|
background-image: url("../../board/img/bottomImg.png");
|
||||||
|
background-size: 100% 100%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
width: 43.76vh;
|
||||||
|
height: calc(24vh - 12px);
|
||||||
|
position: absolute;
|
||||||
|
left: 43.76vh;
|
||||||
|
background-position: 0 1vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom .item .title{
|
||||||
|
position: absolute;
|
||||||
|
top: 1%;
|
||||||
|
left: 9%;
|
||||||
|
font-size: 1vw;
|
||||||
|
color: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom .item .img{
|
||||||
|
position: absolute;
|
||||||
|
top: 63%;
|
||||||
|
left: 50%;
|
||||||
|
width: 90%;
|
||||||
|
transform: translate(-50%,-50%);
|
||||||
|
}
|
@ -0,0 +1,84 @@
|
|||||||
|
$(()=>{
|
||||||
|
let arr1 = [
|
||||||
|
{
|
||||||
|
name:'大连天晟通用机械有限公司',
|
||||||
|
img:'../../board/img/logo.png'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:'大连天晟通用机械有限公司',
|
||||||
|
img:'../../board/img/logo.png'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:'大连天晟通用机械有限公司',
|
||||||
|
img:'../../board/img/logo.png'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:'大连天晟通用机械有限公司',
|
||||||
|
img:'../../board/img/logo.png'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:'大连天晟通用机械有限公司',
|
||||||
|
img:'../../board/img/logo.png'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:'大连天晟通用机械有限公司',
|
||||||
|
img:'../../board/img/logo.png'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:'大连天晟通用机械有限公司',
|
||||||
|
img:'../../board/img/logo.png'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:'大连天晟通用机械有限公司',
|
||||||
|
img:'../../board/img/logo.png'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:'大连天晟通用机械有限公司',
|
||||||
|
img:'../../board/img/logo.png'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:'大连天晟通用机械有限公司',
|
||||||
|
img:'../../board/img/logo.png'
|
||||||
|
},
|
||||||
|
]
|
||||||
|
let arr2 = [
|
||||||
|
{
|
||||||
|
name:'积压脱水机',
|
||||||
|
img:'../../board/img/equipment.png'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:'积压脱水机',
|
||||||
|
img:'../../board/img/equipment.png'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:'积压脱水机',
|
||||||
|
img:'../../board/img/equipment.png'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:'积压脱水机',
|
||||||
|
img:'../../board/img/equipment.png'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:'积压脱水机',
|
||||||
|
img:'../../board/img/equipment.png'
|
||||||
|
},
|
||||||
|
]
|
||||||
|
arr1.forEach(e=>{
|
||||||
|
let html = `
|
||||||
|
<div class="item">
|
||||||
|
<img src="${e.img}" height="100%" style="vertical-align: top">
|
||||||
|
<span>${e.name}</span>
|
||||||
|
</div>
|
||||||
|
`
|
||||||
|
$("#customerPresentation").append(html)
|
||||||
|
})
|
||||||
|
arr2.forEach((e,i)=>{
|
||||||
|
let html = `
|
||||||
|
<div class="item" style="left:calc(${43.76*i}vh + ${i*12}px)">
|
||||||
|
<div class="title">${e.name}</div>
|
||||||
|
<img src="${e.img}" width="100%" class="img">
|
||||||
|
</div>
|
||||||
|
`
|
||||||
|
$("#bottom").append(html)
|
||||||
|
})
|
||||||
|
})
|
Binary file not shown.
After Width: | Height: | Size: 278 KiB |
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 472 B |
Loading…
Reference in New Issue