mine_notice.wxss
864 字节
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
/* pages/mine_notice/mine_notice.wxss */
page {
background: #f9f9f9;
}
.top {
padding: 0 48rpx;
margin-top: 46rpx;
}
.word {
font-size: 28rpx;
font-weight: 400;
line-height: 40rpx;
color: rgba(6, 18, 30, 1);
}
.bottom {
margin-top: 30rpx;
background: #fff;
width: 100%;
padding: 34rpx 0 108rpx;
box-sizing: border-box
}
.bottom_box {
padding: 0 32rpx;
box-sizing: border-box;
}
.title {
font-size: 28rpx;
font-weight: 400;
color: rgba(6, 18, 30, 1);
text-align: center;
border-bottom: 1rpx solid rgba(238, 238, 238, 1);
padding-bottom: 36rpx;
margin-bottom: 36rpx;
}
.list_title {
font-size: 28rpx;
font-weight: 400;
color: rgba(6, 18, 30, 1);
}
.list_word {
font-size: 28rpx;
font-weight: 400;
line-height: 40rpx;
color: rgba(6, 18, 30, 1);
}