notifyDetail.scss
455 Bytes
.notify-detail-page {
min-height: 100vh;
background-color: #f8f9fa;
padding-top: 10rpx;
padding-left: 27rpx;
}
.notify-column {
.column {
margin-top: 10rpx;
justify-content: center;
.text {
color: #2e384d;
font-size: 18px;
}
}
.column-list {
border-radius: 20px;
margin-top: 20rpx;
width: 696rpx;
height: 1000rpx;
background-color: #ffffff;
.bottom-text {
.text {
color: #2e384d;
font-size: 15px;
}
}
}
}