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.
|
|
|
/* 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;
|
|
|
|
/* margin-top:80rpx; */
|
|
|
|
/* height: calc(100% - 80rpx); */
|
|
|
|
/* overflow: scroll; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.active{
|
|
|
|
border-bottom:3px solid #fa4646;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text{
|
|
|
|
width:50%;
|
|
|
|
height: 100%;
|
|
|
|
display:flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content:center;
|
|
|
|
}
|