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.
20 lines
301 B
20 lines
301 B
![]()
1 year ago
|
.guide_body {
|
||
|
width: 100vw;
|
||
|
height: 100vh;
|
||
|
padding: 38rpx ;
|
||
|
box-sizing: border-box;
|
||
|
.guide_item {
|
||
|
width: 100%;
|
||
|
font-size: 30rpx;
|
||
|
color: #000000;
|
||
|
margin-bottom: 80rpx;
|
||
|
.guide_item_title{
|
||
|
margin-bottom: 30rpx;
|
||
|
}
|
||
|
.guide_item_img {
|
||
|
width: 100%;
|
||
|
border-radius: 10rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|