94 lines
1.5 KiB
Plaintext
94 lines
1.5 KiB
Plaintext
/* packageC/video_goods/videoAgreement/videoAgreement.wxss */
|
|
.vidaoAreement .image-box {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 0;
|
|
padding-top: 100%;
|
|
}
|
|
|
|
.vidaoAreement .image-box .imgClass {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.vidaoAreement .image-box .imgClass image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.vidaoAreement .content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.vidaoAreement .content .icon_video {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
margin-top: 51rpx;
|
|
}
|
|
|
|
.vidaoAreement .content .icon_video image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.vidaoAreement .content .text {
|
|
font-size: 32rpx;
|
|
margin: 18rpx auto 32rpx;
|
|
}
|
|
|
|
.vidaoAreement .content .textCheck {
|
|
color: #999;
|
|
}
|
|
|
|
.vidaoAreement .content .bounce-enter-active {
|
|
animation: bounce-in 0.2s;
|
|
}
|
|
|
|
.vidaoAreement .content .bounce-leave-active {
|
|
animation: bounce-in 0.2s reverse;
|
|
}
|
|
|
|
@keyframes bounce-in {
|
|
0% {
|
|
transform: scale(1);
|
|
}
|
|
|
|
50% {
|
|
transform: scale(1.05);
|
|
}
|
|
|
|
100% {
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
|
|
.vidaoAreement .content .btnClass {
|
|
display: block;
|
|
width: 480rpx;
|
|
height: 64rpx;
|
|
background-color: #ddd;
|
|
border-radius: 8rpx;
|
|
color: #333;
|
|
line-height: 64rpx;
|
|
text-align: center;
|
|
margin: 24rpx auto 0;
|
|
}
|
|
|
|
.vidaoAreement .city-info {
|
|
overflow-y: scroll;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background: #fff;
|
|
}
|
|
|
|
.vidaoAreement .mint-header {
|
|
background: none;
|
|
color: #666;
|
|
border-bottom: 2rpx solid #e8e8e8;
|
|
}
|