市北人才赋能平台 --小程序端
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.
 

37 lines
670 B

/* 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;
}