46 lines
750 B
Plaintext
46 lines
750 B
Plaintext
/* pages/notify/notigy.wxss */
|
|
.page{
|
|
position: relative;
|
|
width: 100vw;
|
|
height:100vh;
|
|
overflow: scroll;
|
|
-webkit-overflow-scrolling: touch;
|
|
background: #F2F2F2;
|
|
}
|
|
.cellbox{
|
|
margin-top: 172rpx;
|
|
}
|
|
.cell{
|
|
overflow: hidden;
|
|
display: flex;
|
|
width:100%;
|
|
background-color: #fff;
|
|
height: 112rpx;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
border-bottom: 1rpx solid#F2F2F2;
|
|
}
|
|
.righticon {
|
|
width: 24rpx;
|
|
height: 48rpx;
|
|
|
|
}
|
|
.box{
|
|
width:100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
.left{
|
|
margin-left: 32rpx;
|
|
}
|
|
.right{
|
|
position: relative;
|
|
flex:1;
|
|
font-size: 28rpx;
|
|
margin-right: 32rpx;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
color: #666666;
|
|
align-items: center;
|
|
} |