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.
15 lines
276 B
15 lines
276 B
/* pages/billboards/policy/policy-list/index.wxss */
|
|
.page_hd {
|
|
position: fixed;
|
|
border-bottom: 1px solid #f7f7f7;
|
|
top: 0;
|
|
height: 48px;
|
|
width: 100%;
|
|
left: 0;
|
|
z-index: 10;
|
|
background-color: white;
|
|
}
|
|
.page_bd {
|
|
padding: 10px 10px 0 10px;
|
|
margin-top: 48px;
|
|
}
|