systemNotify.scss
1.28 KB
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
67
68
69
70
71
72
73
74
.notify-page {
min-height: 100vh;
background-color: #f8f9fa;
padding-top: 10rpx;
padding-left: 27rpx;
.notify-page-top-select{
width: 750rpx;
height:53rpx;
background-color: #f8f9fa;
position:fixed;
top:0;
z-index: 99999;
}
.top-select{
background-color: #f8f9fa;
width: 700rpx;
position: relative;
top: 35rpx;
}
}
::v-deep.u-list-item {
background: #ffffff;
width: 695rpx;
border-radius: 10px;
margin-top: 20rpx;
}
.notify-main {
.main {
flex-direction: column;
margin-left: -22rpx;
.main-item {
justify-content: space-between;
flex-direction: row;
margin: 15rpx;
width: 700rpx;
height: 136rpx;
background: #ffffff;
border-radius: 10px;
.item {
justify-content: space-between;
flex-direction: row;
.item-avatar {
margin-left: 30rpx;
.avatar {
margin-left: 30rpx;
}
}
.item-content {
margin-left: 30rpx;
text-align: left;
justify-content: space-between;
flex-direction: column;
.text-top {
width: 400rpx;
color: #2e384d;
font-size: 15px;
}
.text-bottom {
width: 400rpx;
color: #999999;
font-size: 13px;
}
}
}
.item-right {
.text {
margin-right: 30rpx;
color: #999999;
font-size: 13px;
}
}
}
}
}