cart.wxss
2.25 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
page {
background-color: #fff;
}
.container {
display: flex;
height: 100%;
align-items: center;
justify-content: center;
background-color: #fff;
padding-bottom: 100rpx;
}
.login-in {
width: 100%;
box-sizing: border-box;
}
.order-item {
display: flex;
justify-content: space-around;
height: 200rpx;
padding: 10rpx 0;
border-bottom: 1px solid #ddd;
}
.goods-ico {
display: flex;
align-items: center;
}
.goods-img {
width: 180rpx;
height: 180rpx;
font-size: 0;
margin-top: 10rpx;
}
.goods-cont {
position: relative;
width: 430rpx;
height: 200rpx;
font-size: 28rpx;
}
.goods-name {
width: 370rpx;
height: 64rpx;
margin: 8rpx 0;
line-height: 32rpx;
color: #333;
}
.goods-attribute {
max-height: 52rpx;
line-height: 26rpx;
font-size: 24rpx;
color: #999;
}
.goods-price {
height: 40rpx;
line-height: 40rpx;
margin-top: 10rpx;
}
.btn-del {
position: absolute;
right: 0;
top: 8rpx;
width: 34rpx;
height: 34rpx;
}
.count {
position: absolute;
right: 0;
bottom: 5rpx;
width: 156rpx;
height: 50rpx;
border: 1px solid #ddd;
}
.count>view,.count>input {
float: left;
width: 50rpx;
height: 50rpx;
line-height: 50rpx;
text-align: center;
}
.sub {
border-right: 1px solid #ddd;
}
.add {
border-left: 1px solid #ddd;
}
.pay-for {
width: 100%;
height: 100rpx;
position: fixed;
left: 0;
bottom: 0;
font-size: 28rpx;
color: #666;
background-color: #f0f2f5;
}
.pay-for .pay-btn {
float: right;
width: 200rpx;
height: 100rpx;
line-height: 100rpx;
text-align: center;
background-color: #f23030;
color: #fff;
border-radius: 0;
}
.pay-for .consumer {
float: right;
margin-right: 20rpx;
line-height: 50rpx;
}
.pay-for .checkbox {
float: left;
padding-left: 40rpx;
line-height: 100rpx;
display: flex;
align-items: center;
}
.pay-for .ico-check {
display: flex;
align-items: center;
margin-right: 20rpx;
}
.shmd_m{margin-left: 5rpx; height: 80rpx; line-height: 80rpx; display: flex;border-bottom: 1rpx solid #ddd}
.shmd_m .goods-ico icon{margin-top: 26rpx;}
.shmd{margin-left: 20rpx;}