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.
hezhiying/pages/NotificationMessage/NotificationMessage.scss

57 lines
878 B

1 year ago
.page{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #f6f6f6;
}
.inform-list{
padding: 20rpx 4%;
.list{
width: 100%;
margin-bottom: 10px;
.date{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100rpx;
text{
padding: 10rpx 30rpx;
background-color: rgba(0,0,0,0.2);
color: #FFFFFF;
font-size: 26rpx;
border-radius: 10rpx;
}
}
.item{
padding: 0 4%;
height: 200rpx;
background-color: #FFFFFF;
border-radius: 10rpx;
.title{
display: flex;
align-items: center;
width: 100%;
height: 80rpx;
text{
font-size: 32rpx;
color: #222222;
}
}
.describe{
display: flex;
align-items: center;
width: 100%;
height: 100rpx;
text{
font-size: 28rpx;
color: #959595;
}
}
}
}
}