30 lines
406 B
Plaintext
30 lines
406 B
Plaintext
page{
|
|
background-color: #F1F4FA;
|
|
}
|
|
|
|
._li_wa_title{
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
background-color: #fff;
|
|
padding: 0 30rpx;
|
|
}
|
|
|
|
._li_wa_title >text {
|
|
line-height: 1;
|
|
font-size: 32rpx;
|
|
color: #1a1a1a;
|
|
}
|
|
|
|
._li_wa_content {
|
|
width: 100%;
|
|
padding: 30rpx;
|
|
background-color: #FFF8E5;
|
|
}
|
|
|
|
._li_wa_content > text {
|
|
font-size: 28rpx;
|
|
line-height: 2;
|
|
color: #7F7F7F;
|
|
} |