56 lines
833 B
Plaintext
56 lines
833 B
Plaintext
page {
|
|
background-color: #f4f4f6;
|
|
}
|
|
|
|
.help-title {
|
|
font-size: 34rpx;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
.help {
|
|
padding: 40rpx 30rpx;
|
|
box-sizing: border-box;
|
|
background-color: #ffffff;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.help-item-name {
|
|
margin-bottom: 40rpx;
|
|
display: flex;
|
|
position: relative;
|
|
line-height: 44rpx;
|
|
}
|
|
|
|
.help-item:last-child .help-item-name {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.help-item-img {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-right: 10rpx;
|
|
margin-top: 2rpx;
|
|
}
|
|
|
|
.help-item-arrow {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
position: absolute;
|
|
right: 0;
|
|
}
|
|
|
|
.help-item-title {
|
|
width: calc(100% - 94rpx);
|
|
}
|
|
|
|
.help-item-text {
|
|
display: none;
|
|
}
|
|
|
|
.help-item-text.active {
|
|
display: block;
|
|
margin-top: 30rpx;
|
|
line-height: 48rpx;
|
|
color: #747474;
|
|
font-size: 28rpx;
|
|
} |