@charset "UTF-8";
|
<<<<<<< HEAD
|
/* @import '@/uni_modules/uni-scss/variables.scss';*/
|
=======
|
>>>>>>> 4eac422e52a4d28fb651b75d0f054697c7a2c0fa
|
/* 颜色变量 */
|
.news-container.data-v-2f225d3e {
|
height: 100%;
|
overflow-y: scroll;
|
background-color: #fff;
|
}
|
.seacrh-style.data-v-2f225d3e {
|
height: 72rpx;
|
background: #F5F5F5;
|
border-radius: 36rpx;
|
}
|
.notify-item.data-v-2f225d3e {
|
padding: 28rpx 32rpx;
|
height: 234rpx;
|
box-sizing: border-box;
|
border-bottom: 2rpx solid #E5E5E5;
|
display: flex;
|
}
|
.notify-item image.data-v-2f225d3e {
|
width: 72rpx;
|
height: 72rpx;
|
background: #FCECEC;
|
border-radius: 36rpx;
|
}
|
.notify-item .notify-message.data-v-2f225d3e {
|
margin-left: 16rpx;
|
flex: 1;
|
}
|
.notify-item .notify-message .notify-title.data-v-2f225d3e {
|
height: 32rpx;
|
font-size: 32rpx;
|
font-weight: 500;
|
color: #222222;
|
line-height: 32rpx;
|
margin-bottom: 20rpx;
|
}
|
.notify-item .notify-message .notify-content.data-v-2f225d3e {
|
font-size: 26rpx;
|
font-weight: 400;
|
color: #666666;
|
line-height: 40rpx;
|
margin-bottom: 24rpx;
|
}
|
.notify-item .notify-message .notify-time.data-v-2f225d3e {
|
height: 24rpx;
|
font-size: 24rpx;
|
font-weight: 400;
|
color: #999999;
|
line-height: 24rpx;
|
}
|
.bottom-style.data-v-2f225d3e {
|
height: 22rpx;
|
font-size: 22rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #CCCCCC;
|
line-height: 22rpx;
|
text-align: center;
|
margin-top: 50rpx;
|
}
|
.safe-area.data-v-2f225d3e {
|
height: env(safe-area-inset-bottom);
|
padding: 20rpx;
|
}
|