You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
1.5 KiB
81 lines
1.5 KiB
2 years ago
|
@import '../c/conf';
|
||
|
|
||
|
.m-step {
|
||
|
position: relative;
|
||
|
width: 750rpx;
|
||
|
height: 670rpx;
|
||
|
overflow: hidden;
|
||
|
transform: rotate3d(0);
|
||
|
|
||
|
.item {
|
||
|
position: relative;
|
||
|
box-sizing: border-box;
|
||
|
display: block;
|
||
|
float: left;
|
||
|
width: 750rpx;
|
||
|
height: 670rpx;
|
||
|
padding: 0 42rpx 0 48rpx;
|
||
|
|
||
|
.corner-mark {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
width: 70rpx;
|
||
|
height: 70rpx;
|
||
|
text-align: center;
|
||
|
|
||
|
image {
|
||
|
position: absolute;
|
||
|
display: block;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
width: 56rpx;
|
||
|
height: 70rpx;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
|
||
|
text {
|
||
|
position: absolute;
|
||
|
display: block;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
width: 100%;
|
||
|
line-height: 56rpx;
|
||
|
font-size: 12px;
|
||
|
color: $c1;
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.pic {
|
||
|
display: block;
|
||
|
width: 660rpx;
|
||
|
height: 660rpx * $picRatio;
|
||
|
margin: auto;
|
||
|
border-radius: 10rpx;
|
||
|
}
|
||
|
|
||
|
.intro {
|
||
|
display: block;
|
||
|
margin-top: 20rpx;
|
||
|
// height: 200rpx;
|
||
|
line-height: 50rpx;
|
||
|
color: $fc2;
|
||
|
font-size: 14px;
|
||
|
overflow: hidden;
|
||
|
white-space: pre-line;
|
||
|
}
|
||
|
|
||
|
.num {
|
||
|
position: absolute;
|
||
|
bottom: 30rpx;
|
||
|
left: 0;
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
font-size: 14px;
|
||
|
color: $fc3;
|
||
|
}
|
||
|
}
|
||
|
}
|