plaza.wxss
1.1 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
/* pages/plaza/plaza.wxss */
@import '/pages/form/form.wxss';
.plazabox{
padding:24rpx 0;
border-radius: 8rpx;
}
.plaza_nav{
padding:30rpx 0;
display: flex;
justify-content: space-around;
align-items: center;
color:rgba(255,255,255,0.8);
font-size:24rpx;
}
.plaza_navitem{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.plaza_navitem .iconfont{
font-size:44rpx;
}
.plaza_navitemimg{
width:40rpx;
height: 40rpx;
margin: 0 0 16rpx 0;
}
.plaza_navitemimg image{
display: block;
width:100%;
height: 100%;
}
.navitem_active{
color:#009FE8;
}
.plaza_img{
margin: 0;
}
.plaza_user{
display: flex;
align-items: center;
justify-content: space-between;
}
.team_left{
width:40%;
display: flex;
align-items: center;
}
.team_center{
width:40%;
font-size:22rpx;
color:rgba(255,255,255,0.6);
}
.team_rigth{
width:20%;
font-size:22rpx;
color:rgba(255,255,255,0.6);
}
.plaza_active .team_rigth{
color:#009FE8;
}
.more_txt{
margin: 20rpx 34rpx 20rpx 34rpx;
font-size:36rpx;
color:rgba(255,255,255,0.8);
}
.more_txt .iconfont{
font-size:40rpx;
}