shopDetails.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
/* pages/shopDetails/shopDetails.wxss */
@import "/wxParse/wxParse.wxss";
.buttom{
border-top: 1rpx solid #E4E4E4;
padding-left: 39rpx;
padding-right: 39rpx;
padding-top: 47rpx;
}
.locationList {
display: flex;
justify-content: space-between;
padding-bottom: 33rpx;
border-bottom: 1rpx solid #E4E4E4;
}
.locationList .left .nameNum {
display: flex;
}
.locationList .left .nameNum .name {
font-size: 30rpx;
color: #333;
}
.locationList .left .nameNum .num {
font-size: 28rpx;
color: #fcb801;
margin-left: 31rpx;
}
.locationList .left .time {
display: flex;
align-items: center;
margin-top:18rpx;
}
.locationList .left .time .icon{
font-size: 28rpx;
}
.locationList .left .time .times{
font-size: 28rpx;
color:#666;
margin-left: 15rpx;
}
.shopImg .shopTitle{
font-size: 26rpx;
color:#333333;
margin-top:38rpx;
}
.shopImg .img{
margin-top: 31rpx;
/* display: flex;
justify-content: space-between;
flex-wrap: wrap; */
}
.shopImg .img::after{
content: "";
width:207rpx;
}
.shopImg .img image{
width:207rpx;
height:150rpx;
border-radius: 5rpx;
margin-bottom: 22rpx;
}