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.
33 lines
563 B
33 lines
563 B
/* subpages/handBook/pages/index/index.wxss */
|
|
|
|
page {
|
|
width: 100%;
|
|
overflow-y: auto;
|
|
background-color: #f7f7f7;
|
|
padding: 0 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.flex{
|
|
padding: 0 20rpx;
|
|
box-sizing: border-box;
|
|
background-color: #ffffff;
|
|
border-radius: 10rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
.title{
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
image{
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.content{
|
|
padding-left: 50rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.entrance{
|
|
padding-left: 50rpx;
|
|
box-sizing: border-box;
|
|
}
|