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