browseRecord.wxss
650 字节
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
/* pages/browseRecord/browseRecord.wxss */
page {
background: #f5f5fa;
}
.content_box {
margin-top: 16rpx;
background: #fff;
}
.item_list {
padding: 30rpx;
border-bottom: 1rpx solid #f5f5fa;
display: flex;
align-items: center;
justify-content: space-between;
}
.list_time {
display: flex;
align-items: center;
font-size: 30rpx;
font-weight: bold;
color: #000;
}
.list_time text {
margin-right: 30rpx;
}
.user_name {
font-size: 28rpx;
color: #666;
margin-top: 20rpx;
}
.list_btn {
padding: 20rpx 40rpx;
background: #ffac2f;
border-radius: 36rpx;
font-size: 28rpx;
font-weight: bold;
color: #fff;
}