32 lines
384 B
Plaintext
32 lines
384 B
Plaintext
view {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.__wa_img_no_radius {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
page {
|
|
background-color: #080B16;
|
|
}
|
|
|
|
.pb_80 {
|
|
padding-bottom: 80rpx;
|
|
}
|
|
|
|
/* ._m_modal_html {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 99;
|
|
} */
|
|
|
|
.mt_36 {
|
|
margin-top: 36rpx;
|
|
} |