6 changed files with 32 additions and 5 deletions
@ -1,7 +1,16 @@ |
|||
/* subpages/associationNew/pages/associationlist/associationlist.wxss */ |
|||
page { |
|||
width:100%; |
|||
width: 100%; |
|||
height: auto; |
|||
overflow-y: auto; |
|||
background: #f7f7f7; |
|||
} |
|||
|
|||
.title_bg { |
|||
width: 100%; |
|||
height: 150rpx; |
|||
} |
|||
.title_bg image{ |
|||
width: 100%; |
|||
height: 150rpx; |
|||
} |
Loading…
Reference in new issue