guangrongpaihang.wxss
1.3 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
72
73
74
75
76
77
78
79
80
page {
background-color: rgb(240, 240, 240);
}
.goods_index {
padding: 20rpx 0;
}
/* 导航条开始 */
.navbar {
padding: 0 62rpx;
display: flex;
justify-content: space-around;
/* background : linear-gradient(136deg,#4e8fff 2%, #55c2fa); */
font-size: 30rpx;
color: #969799;
border-radius: 2px 0px 0px 2px;
}
.navbar .item {
width: 346rpx;
height: 64rpx;
line-height: 64rpx;
font-size: 24rpx;
position: relative;
text-align: center;
/* background-color: #FFC909; */
/* border-radius : 19px; */
}
.navbar .item.choose {
color: black;
/* background: linear-gradient(136deg, #4e8fff 2%, #55c2fa); */
}
.navbar .item.choose:after {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 80rpx;
height: 6rpx;
background: #21AE58;
margin: 0 auto;
}
/* 导航条结束 */
.goods_groups {
padding: 0 72rpx;
height: 88rpx;
line-height: 88rpx;
display: flex;
justify-content: space-between;
color: #323233;
font-size: 28rpx;
}
.goods_groups view {
width: 25%;
}
.goods_groups :nth-child(2){
text-align: left;
}
.goods_groups :nth-child(3){
text-align: center;
}
.goods_groups :nth-child(4){
text-align: right;
}