5 changed files with 96 additions and 14 deletions
@ -1 +1,37 @@ |
|||
/* pages/user/common/myFavorite/index.wxss */ |
|||
/* pages/user/common/myFavorite/index.wxss */ |
|||
|
|||
page{ |
|||
width:100%; |
|||
height: 100%; |
|||
/* background-color: WhiteSmoke; */ |
|||
display: flex; |
|||
flex-direction: column; |
|||
align-items: center; |
|||
/* justify-content: center; */ |
|||
font-size: 28rpx; |
|||
} |
|||
|
|||
.title{ |
|||
width:100%; |
|||
height: 80rpx; |
|||
display: flex; |
|||
background-color: White; |
|||
border-top: 1rpx solid rgba(0, 0, 0, 0.116); |
|||
/* position: fixed; */ |
|||
/* z-index:999; */ |
|||
/* margin-top:20rpx; */ |
|||
/* border-bottom: 1rpx solid rgba(0, 0, 0, 0.116); */ |
|||
} |
|||
.option{ |
|||
width:33%; |
|||
/* height:100%; */ |
|||
display:flex; |
|||
align-items: center; |
|||
justify-content:center; |
|||
} |
|||
|
|||
.content{ |
|||
width:100%; |
|||
flex: 1; |
|||
overflow: scroll; |
|||
} |
|||
Loading…
Reference in new issue