mine_kefu.wxss
1.3 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
75
76
77
78
79
80
81
82
83
84
85
86
/* pages/mine_kefu/mine_kefu.wxss */
.layer_star {
display: flex;
justify-content: flex-start;
align-items: center;
}
.layer_between {
display: flex;
justify-content: space-between;
align-items: center;
}
page {
background: rgba(249, 249, 249, 1);
}
.top {
background: #fff;
padding: 0 32rpx;
box-sizing: border-box;
}
.top_one {
padding: 34rpx 0;
box-sizing: border-box;
border-bottom: 1rpx solid rgba(238, 238, 238, 1);
}
.no_border {
border: none;
}
.top_icon {
width: 22rpx;
height: 22rpx;
font-size: 0;
}
.top_icon image {
width: 100%;
height: 100%;
}
.top_left {
font-size: 28rpx;
font-weight: 400;
color: rgba(6, 18, 30, 1);
}
.time {
font-size: 24rpx;
font-weight: 400;
color: rgba(140, 145, 152, 1);
margin-right: 18rpx;
}
.bottom {
background: #fff;
margin-top: 24rpx;
padding: 34rpx 32rpx;
box-sizing: border-box;
}
.left {
font-size: 28rpx;
font-weight: 400;
color: rgba(6, 18, 30, 1);
}
.right_word {
font-size: 28rpx;
font-weight: 400;
color: rgba(255, 90, 78, 1);
margin-right: 18rpx
}
.right_icon{
width: 22rpx;
height: 22rpx;
font-size: 0
}
.right_icon image{
width: 100%;
height: 100%
}