...
|
...
|
@@ -77,14 +77,14 @@ |
|
|
-o-transform-origin: 50% 50%;
|
|
|
transform-origin: 50% 50%;
|
|
|
position: absolute;
|
|
|
max-width: 260px;
|
|
|
max-height: 177px;
|
|
|
max-width: 150px;
|
|
|
max-height: 120px;
|
|
|
width:100%;
|
|
|
height:100%;
|
|
|
text-align: center;
|
|
|
background: url('/vue3/src/assets/images/zjdp/cloud-bg.png') no-repeat;
|
|
|
left: 61px;
|
|
|
top: 26px;
|
|
|
left: 100px;
|
|
|
top: 77px;
|
|
|
}
|
|
|
.ypt .item .ball_c.HuaWeiCloud{
|
|
|
/*background: url('/vue3/src/assets/images/zjdp/HuaWeiCloud.png') no-repeat;*/
|
...
|
...
|
@@ -96,8 +96,8 @@ |
|
|
font-size: 14px;
|
|
|
color: #e3e9f0;
|
|
|
position: relative;
|
|
|
top: 96px;
|
|
|
left:-23px;
|
|
|
top: 45px;
|
|
|
left:-9px;
|
|
|
font-weight: bolder;
|
|
|
/**3D旋转*/
|
|
|
/* -webkit-transform:rotate3d(1,1,0.35,45deg) translate3d(-6px,12px,16px);
|
...
|
...
|
|