behave.wxss
601 字节
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
/* pages/my/behave/behave.wxss */
.list_title {
font-size: 30rpx;
font-weight: bold;
color: #333;
}
.content_box {
width: 100%;
padding: 30rpx;
box-sizing: border-box;
margin-top: 30rpx;
}
.table_box {
width: 100%;
background: rgba(232, 232, 232, 1);
border-radius: 10rpx;
margin-top: 30rpx;
}
.table_item {
display: flex;
align-items: center;
font-size: 26rpx;
color: #333;
text-align: center;
border-bottom: 1rpx solid #fff;
}
.date_item {
width: 70%;
border-right: 1rpx solid #fff;
padding: 20rpx 0;
}
.score_item {
width: 30%;
padding: 20rpx 0;
}