merchant_imgs.wxss
862 字节
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
/* pages/merchant/merchant_imgs/merchant_imgs.wxss */
page{
padding:0 0 114rpx 0;
}
.merchant_imgbtn{
margin: 30rpx 32rpx 24rpx 32rpx;
}
.merchant_nav1{
height: 80rpx;
background: #0768AC;
}
.merchant_navitem{
display: flex;
align-items: center;
justify-content: space-between;
padding:0 84rpx;
height: 60rpx;
color:#231815;
font-size:36rpx;
border:1rpx solid rgba(255,255,255,0.7);
}
.merchant_navitem view{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.merchant_navitem .active{
color:#fff;
border-bottom:4rpx solid #fff;
}
.imgsbox{
margin: 17rpx 0 0 0;
background: #509FD6;
display: flex;
justify-content: space-around;
align-items: center;
padding:20rpx 34rpx;
}
.imgsbox_item{
width:192rpx;
height: 152rpx;
border-radius: 8rpx;
}
.imgsbox_item image{
width:100%;
height: 100%;
display: block;
}