a
doum
2 天以前 3d9c09c614bc6c24b69e03a9c68f839e9f3cae29
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
@charset "UTF-8";
/* @import '@/uni_modules/uni-scss/variables.scss';*/
/* 颜色变量 */
.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;
}