mh-lcmk-sms-web/src/layout/riskOne.less
2024-08-23 17:15:40 +08:00

177 lines
2.5 KiB
Plaintext

.riskt {
position: absolute;
top: 44%;
left: 22%;
width: 100%;
height: 100%;
}
.risktTwo {
position: absolute;
top: 25%;
left: 36%;
width: 100%;
height: 100%;
}
.risktThree {
position: absolute;
top: 80%;
left: 30%;
width: 100%;
height: 100%;
}
.risktFour {
position: absolute;
top: 50%;
left: 60%;
width: 100%;
height: 100%;
}
.risktFive {
position: absolute;
top: 27%;
left: 84%;
width: 100%;
height: 100%;
}
.risktSix {
position: absolute;
top: 75%;
left: 77%;
width: 100%;
height: 100%;
}
.risktSeven {
position: absolute;
top: 42%;
left: 87%;
width: 100%;
height: 100%;
}
.riskback {
position: absolute;
top: 42%;
left: 16%;
width: 100%;
height: 100%;
}
.riskbackTwo {
position: absolute;
top: 21%;
left: 31%;
width: 100%;
height: 100%;
}
.riskbackThree {
position: absolute;
top: 52%;
left: 15%;
width: 100%;
height: 100%;
}
.riskbackFour {
position: absolute;
top: 19%;
left: 34%;
width: 100%;
height: 100%;
}
.riskbackFive {
position: absolute;
top: 27%;
left: 80%;
width: 100%;
height: 100%;
}
.riskbackSix {
position: absolute;
top: 62%;
left: 70%;
width: 100%;
height: 100%;
}
.riskbackSeven {
position: absolute;
top: 40%;
left: 81%;
width: 100%;
height: 100%;
}
.riskhover {
transition: all 0.5s;
animation: jump 1.8s infinite;
}
// .riskhover:hover {
// transform: scale(1.1);
// animation: jump 1.8s infinite ;
// }
@keyframes jump {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(-20px);
}
100% {
transform: translateY(0px);
}
}
.wrap_scrollImg {
width: 100%;
height: 100%;
//background-color: #2C9806;
overflow: hidden;
position: relative;
span {
display: inline-block;
}
}
.left_icon {
left: 0;
cursor: pointer;
z-index: 99999999;
position: absolute;
display: none;
background-color: rgba(0, 0, 0, 0.3);
top: 0;
bottom: 0;
margin: auto;
height: 55px;
line-height: 55px;
width: 44px;
text-align: center;
font-size: 20px;
transition: 0.2s;
&:hover {
font-size: 30px;
height: 60px;
// line-height: 60px;
width:60px;
text-align: center;
margin: auto;
}
}
.right_icon {
right: 0;
cursor: pointer;
z-index: 99999999;
position: absolute;
display: none;
background-color: rgba(0, 0, 0, 0.3);
top: 0;
bottom: 0;
margin: auto;
height: 55px;
line-height: 55px;
width: 44px;
text-align: center;
font-size: 20px;
transition: 0.2s;
}