nameList.wxss
658 字节
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
/* pages/cityWide/nameList/nameList.wxss */
.panel_box{
display: flex;
align-items: center;
justify-content: flex-start;
height: 160rpx;
padding-left: 32rpx;
}
.panel_head{
width: 100rpx;
height: 100rpx;
}
.panel_head image{
width: 100%;
height: 100%;
border-radius: 50%;
}
.panel_menu{
display: flex;
align-items: center;
justify-content: space-between;
width: 558rpx;
height: 160rpx;
margin-left: 60rpx;
padding-right: 30rpx;
border-bottom: solid 1rpx #EBEBEB;
}
.panel_name{
color: #FD8779;
font-size: 32rpx;
}
.panel_date{
color: #5A5B5C;
font-size: 26rpx;
}
.list_none{
padding: 36rpx;
font-size: 26rpx;
}