3f535f30
杨鑫
'初始'
|
1
2
3
4
5
6
|
.page{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
|
e5b57447
杨鑫
'分包问卷'
|
7
8
9
|
}
.more {
height: 74rpx;
|
3f535f30
杨鑫
'初始'
|
10
|
background-color: #fff;
|
e5b57447
杨鑫
'分包问卷'
|
11
12
13
|
border-radius: 21rpx;
padding: 24rpx 32rpx 18rpx;
margin: 26rpx 24rpx 0;
|
3f535f30
杨鑫
'初始'
|
14
15
|
}
.head-search{
|
e5b57447
杨鑫
'分包问卷'
|
16
17
18
19
20
21
22
23
24
25
|
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
margin: 20rpx 24rpx;
background-color: #FFFFFF;
border-radius: 35rpx;
padding: 0 10rpx;
border: 2rpx solid #E8E8E8;
.u-search {
|
3f535f30
杨鑫
'初始'
|
26
|
position: relative;
|
3f535f30
杨鑫
'初始'
|
27
|
}
|
e5b57447
杨鑫
'分包问卷'
|
28
29
30
31
32
33
34
35
36
|
.u-btn {
border: unset;
border: 0px transparent;
height: 46rpx;
width: 88rpx;
font-size: 24rpx;
border-radius: 35rpx;
}
}
|
3f535f30
杨鑫
'初始'
|
37
38
|
/* 订单列表 */
.screen-list {
|
e5b57447
杨鑫
'分包问卷'
|
39
40
41
42
43
44
|
display: flex;
align-items: center;
width: 100%;
margin-bottom: 20rpx;
width: 100%;
.list {
|
3f535f30
杨鑫
'初始'
|
45
|
display: flex;
|
e5b57447
杨鑫
'分包问卷'
|
46
|
justify-content: center;
|
3f535f30
杨鑫
'初始'
|
47
|
align-items: center;
|
e5b57447
杨鑫
'分包问卷'
|
48
49
50
51
52
53
54
55
56
57
|
width: 25%;
height: 100%;
text {
font-size: 26rpx;
color: #555555;
}
image {
width: 30rpx;
height: 30rpx;
margin-left: 10rpx;
|
3f535f30
杨鑫
'初始'
|
58
|
}
|
3f535f30
杨鑫
'初始'
|
59
|
}
|
e5b57447
杨鑫
'分包问卷'
|
60
|
}
|
3f535f30
杨鑫
'初始'
|
61
62
63
|
.goods-data{
width: 100%;
|
e5b57447
杨鑫
'分包问卷'
|
64
|
padding: 0 24rpx;
|
844aa73a
杨鑫
'最新'
|
65
|
|
e5b57447
杨鑫
'分包问卷'
|
66
67
|
// height: calc(100% - 300rpx - 120rpx);
// overflow-y: scroll;
|
3f535f30
杨鑫
'初始'
|
68
69
|
.goods-list{
width: 100%;
|
844aa73a
杨鑫
'最新'
|
70
|
|
e5b57447
杨鑫
'分包问卷'
|
71
72
|
// height: 100%;
.good-item {
|
844aa73a
杨鑫
'最新'
|
73
74
|
background-color: #fff;
padding:5px 10px;
|
e5b57447
杨鑫
'分包问卷'
|
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
.info {
margin: 20rpx 10rpx 26rpx;
.title {
font-weight: 700;
line-height: 36rpx;
color: #000;
margin-bottom: 10rpx;
}
.name {
font-size: 24rpx;
line-height: 30rpx;
color: #3D3D3D;
margin-bottom: 12rpx;
}
}
}
|
3f535f30
杨鑫
'初始'
|
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
|
.list{
display: flex;
margin-bottom: 40rpx;
.thumb{
display: flex;
// align-items: center;
width: 36%;
image{
width: 230rpx;
height: 190rpx;
border-radius: 10rpx;
}
}
.item{
width: 60%;
margin-left: 4%;
.title{
display: flex;
align-items: center;
width: 100%;
margin: 20rpx 0;
.color{
color: #A8A8A8;
}
}
.canyu{
width: 100%;
padding: 30rpx 20rpx;
background-color: #3F9B6A;
height: 70rpx;
text-align: center;
line-height: 15rpx;
color: #fff;
}
text{
font-size: 30rpx;
// font-weight: bold;
color: #222222;
}
}
}
.goods-border{
padding: 30rpx;
border: 1px solid #F3F3F3;
}
}
}
/* 保存按钮 */
.page-footer{
|
e5b57447
杨鑫
'分包问卷'
|
143
144
145
|
position: fixed;
left: 0;
bottom: 0;
|
3f535f30
杨鑫
'初始'
|
146
|
width: 100%;
|
e5b57447
杨鑫
'分包问卷'
|
147
|
height: 120rpx;
|
3f535f30
杨鑫
'初始'
|
148
|
background-color: #FFFFFF;
|
e5b57447
杨鑫
'分包问卷'
|
149
|
padding: 20rpx 20rpx;
|
3f535f30
杨鑫
'初始'
|
150
151
|
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
|
3f535f30
杨鑫
'初始'
|
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
|
.footer-buy{
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 100%;
.cart-add{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 70rpx;
background-color: #3f9b6a;
text{
font-size: 28rpx;
color: #FFFFFF;
}
}
}
}
|
e5b57447
杨鑫
'分包问卷'
|
172
|
.huo-card-item{
|
2210df30
wesley88
1
|
173
174
175
|
font-size: 20rpx;
}
|