日照项目的居民端小程序
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.

87 lines
1.7 KiB

@import '../c/conf';
.m-step {
position: relative;
width: 750rpx;
// min-height: 670rpx;
padding-bottom: 90rpx;
overflow: hidden;
transform: rotate3d(0);
.list {
width: 2000%;
transition: transform 0.23s;
transform: translate3d(0, 0, 0);
overflow: hidden;
.item {
position: relative;
box-sizing: border-box;
display: block;
float: left;
width: 750rpx;
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;
width: 750rpx;
text-align: center;
font-size: 14px;
color: $fc3;
}
}