user_fw.wxss
874 Bytes
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
.xc-page{
width: 100%;
height: 100%;
}
.xc-page .items{
display: inline-block;
width: 43%;
height:396rpx;
margin-left: 33rpx;
border:2rpx solid #d8d8d8;
box-shadow:10rpx 10rpx 20rpx 6rpx #eee;
margin-top: 33rpx;
border-radius: 20rpx;
padding-top: 30rpx;
}
.xc-page .items .items-img{
width: 112rpx;
height: 112rpx;
}
.xc-page .items .items-name{
font-weight:600;
height:90rpx;
padding:0 16rpx;
}
.xc-page .items .items-frequency{
margin-top:15rpx;
color:#adadad;
}
.xc-page .items .items-time{
color:#adadad;
margin-top:6rpx
}
.xc-page .items .items-use{
border-radius:25rpx;
width: 144rpx;
height: 41rpx;
margin-left:85rpx;
margin-top:35rpx;
line-height:41rpx;
font-size: 22rpx;
}
.on{
background: #fe658b;
}
.sn{
background: #c9c9c9;
}
.three-level-word{
font-size:32rpx;
}
.four-level-word{
font-size:27rpx;
}