|
@@ -140,13 +140,32 @@
|
140
|
140
|
top: 5px;
|
141
|
141
|
}
|
142
|
142
|
}
|
|
143
|
+.cs{
|
|
144
|
+ height: 500px;
|
|
145
|
+ // background: rgb(240, 142, 142);
|
|
146
|
+ // background: radial-gradient(circle at top left, transparent 15px, rgb(240, 142, 142) 0) top left,
|
|
147
|
+ // radial-gradient(circle at top right, transparent 15px, #58a 0) top right,
|
|
148
|
+ // radial-gradient(circle at bottom left, transparent 15px, #58a 0) bottom left,
|
|
149
|
+ // radial-gradient(circle at bottom right, transparent 15px, #58a 0) bottom right;
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+ background: radial-gradient(circle at 82% top,transparent 15px,rgb(240,140,140) 0) top,
|
|
153
|
+ radial-gradient(circle at 82% bottom,transparent 15px,rgb(230,120,120) 0) bottom;
|
|
154
|
+
|
|
155
|
+background-repeat: no-repeat;
|
|
156
|
+background-size: auto 50%;
|
|
157
|
+}
|
143
|
158
|
.foodCard{
|
144
|
|
- background: #FFFFFF;
|
|
159
|
+ background: #FFF;
|
145
|
160
|
box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
|
146
|
161
|
border-radius: 12px;
|
147
|
162
|
position: relative;
|
148
|
163
|
margin-bottom: 30px;
|
149
|
164
|
overflow: hidden;
|
|
165
|
+ background: radial-gradient(circle at 82% top,transparent 20px,#fff 0) top,
|
|
166
|
+ radial-gradient(circle at 82% bottom,transparent 20px,#fff 0) bottom;
|
|
167
|
+ background-repeat: no-repeat;
|
|
168
|
+ background-size: auto 50%;
|
150
|
169
|
.fCleft{
|
151
|
170
|
float: left;
|
152
|
171
|
width: 82%;
|
|
@@ -248,9 +267,9 @@
|
248
|
267
|
width: 18%;
|
249
|
268
|
line-height: 0;
|
250
|
269
|
image{
|
251
|
|
- width: 35px;
|
|
270
|
+ width:35px;
|
252
|
271
|
height:32px;
|
253
|
|
- margin-top: 135%;
|
|
272
|
+ margin-top: 120%;
|
254
|
273
|
margin-left:calc(50% - 15px)
|
255
|
274
|
}
|
256
|
275
|
view{
|
|
@@ -262,26 +281,6 @@
|
262
|
281
|
text-align: center;
|
263
|
282
|
}
|
264
|
283
|
}
|
265
|
|
- .circleTop{
|
266
|
|
- width: 30px;
|
267
|
|
- height: 16px;
|
268
|
|
- border-radius: 15px 15px 0 0;
|
269
|
|
- background-color: #F8F8F8;
|
270
|
|
- position: absolute;
|
271
|
|
- bottom: 0;
|
272
|
|
- right: 16%;
|
273
|
|
-
|
274
|
|
- }
|
275
|
|
- .circleBottom{
|
276
|
|
- width: 30px;
|
277
|
|
- height: 16px;
|
278
|
|
- border-radius:0 0 15px 15px;
|
279
|
|
- background-color: #F8F8F8;
|
280
|
|
- position: absolute;
|
281
|
|
- top: 0;
|
282
|
|
- right: 16%;
|
283
|
|
-
|
284
|
|
- }
|
285
|
284
|
.columnLine{
|
286
|
285
|
height: 50%;
|
287
|
286
|
border-right: 2px dashed #595959;
|