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.
24 lines
338 B
24 lines
338 B
|
|
.index-body{
|
|
background: #fff;
|
|
border-radius: 40rpx 40rpx 0 0;
|
|
}
|
|
.index-body{
|
|
padding: 0 36rpx;
|
|
position: relative;
|
|
top: -40rpx;
|
|
}
|
|
.index-body-p1{
|
|
padding-top: 48rpx;
|
|
color: #303133FF;
|
|
font-size: 32rpx;
|
|
}
|
|
.index-body-img{
|
|
margin-top: 12rpx;
|
|
width: 100%;
|
|
height: 384rpx;
|
|
}
|
|
.index-body-img image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|