|
@@ -179,7 +179,7 @@ $black: #000;
|
|
position: relative;
|
|
position: relative;
|
|
width: 280Px;
|
|
width: 280Px;
|
|
transform-origin: center center;
|
|
transform-origin: center center;
|
|
- transition: transform 0.2s ease;
|
|
|
|
|
|
+ transition: transform,width 0.2s ease;
|
|
.verify-points-logo {
|
|
.verify-points-logo {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 160Px;
|
|
height: 160Px;
|
|
@@ -231,18 +231,4 @@ $black: #000;
|
|
background-size: contain;
|
|
background-size: contain;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
-// // 卡片适配不同屏幕的网页
|
|
|
|
-// // 屏幕大于 1024px 或小于 1440px 时应用该样式
|
|
|
|
-// @media screen and (min-width: 1024px) and (max-width: 1440px) {
|
|
|
|
-// .verify-points {
|
|
|
|
-// transform: scale(1.1);
|
|
|
|
-// }
|
|
|
|
-// }
|
|
|
|
-// // 屏幕大于 1440px
|
|
|
|
-// @media screen and (min-width: 1440px) {
|
|
|
|
-// .verify-points {
|
|
|
|
-// transform: scale(1.2);
|
|
|
|
-// }
|
|
|
|
-// }
|
|
|
|
</style>
|
|
</style>
|