detailsGoods.wxss
1.6 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/* pages/detailsGoods/detailsGoods.wxss */
@import "/wxParse/wxParse.wxss";
page {
background: #f7f7f7;
}
.list image {
width: 100%;
height: 672rpx;
}
swiper {
height: 672rpx;
}
.mes {
display: flex;
justify-content: space-between;
padding: 56rpx 40rpx;
background: #fff;
}
.mes .right {
border-left: 1rpx solid #e4e4e4;
text-align: center;
padding-left: 29rpx;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.mes .right .icon {
color: #999;
font-size: 36rpx;
}
.mes .right .allSp {
font-size: 20rpx;
color: #333;
margin-top: 16rpx;
}
.shopDetails {
background: #fff;
margin-top: 16rpx;
overflow: hidden;
}
.shopDetails .title {
font-size: 26rpx;
color: #111;
text-align: center;
margin-top: 38rpx;
}
.navBottom {
position: fixed;
bottom: 0;
width: 100%;
height: 97rpx;
border-top: 1rpx solid #e4e4e4;
background: #fff;
display: flex;
}
.navBottom .left {
width: 154rpx;
height: 97rpx;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.navBottom .left .icon {
font-size: 44rpx;
color: #666;
}
.navBottom .left .num {
position: absolute;
top: 21rpx;
left: 80rpx;
border-radius: 100%;
background: #c90103;
font-size: 24rpx;
color: #fff;
line-height: 28rpx;
text-align: center;
padding:3rpx;
width:28rpx;
height:28rpx;
}
.navBottom .right {
background: #fc0;
text-align: center;
line-height: 97rpx;
color: #333;
font-size: 32rpx;
height: 97rpx;
width:597rpx;
}