Commit 88cbb04d9bd715f3395ee834c720a6adff2e9e55
1 parent
800ed2af
V
Showing
2 changed files
with
95 additions
and
6 deletions
Show diff stats
frontend/views/goods/index.php
@@ -275,9 +275,46 @@ $this->params['breadcrumbs'][] = $this->title; | @@ -275,9 +275,46 @@ $this->params['breadcrumbs'][] = $this->title; | ||
275 | </tbody></table> | 275 | </tbody></table> |
276 | 276 | ||
277 | </td> | 277 | </td> |
278 | - <td class="right_large">3</td> | ||
279 | - <td class="right_small">1 дн.</td> | ||
280 | - <td class="right_medium">103.75</td> | 278 | + <td class="right_large"> |
279 | + <table class="inner_table" cellspacing="0" cellpadding="0" border="0" style="border-bottom: 0; | ||
280 | + border-top: 0;"> | ||
281 | + <tbody> | ||
282 | + <tr> | ||
283 | + <td>3</td> | ||
284 | + </tr> | ||
285 | + <tr> | ||
286 | + <td>3</td> | ||
287 | + </tr> | ||
288 | + </tbody> | ||
289 | + </table> | ||
290 | + | ||
291 | + </td> | ||
292 | + <td class="right_small"> | ||
293 | + <table class="inner_table" cellspacing="0" cellpadding="0" border="0" style="border-bottom: 0; | ||
294 | + border-top: 0;"> | ||
295 | + <tbody> | ||
296 | + <tr> | ||
297 | + <td>1 дн.</td> | ||
298 | + </tr> | ||
299 | + <tr> | ||
300 | + <td>1 дн.</td> | ||
301 | + </tr> | ||
302 | + </tbody> | ||
303 | + </table> | ||
304 | + </td> | ||
305 | + <td class="right_medium"> | ||
306 | + <table class="inner_table" cellspacing="0" cellpadding="0" border="0" style="border-bottom: 0; | ||
307 | + border-top: 0;"> | ||
308 | + <tbody> | ||
309 | + <tr> | ||
310 | + <td>103.75</td> | ||
311 | + </tr> | ||
312 | + <tr> | ||
313 | + <td>103.75</td> | ||
314 | + </tr> | ||
315 | + </tbody> | ||
316 | + </table> | ||
317 | + </td> | ||
281 | </tr> | 318 | </tr> |
282 | <tr> | 319 | <tr> |
283 | <td class="small_width">BOSH</td> | 320 | <td class="small_width">BOSH</td> |
@@ -402,9 +439,46 @@ $this->params['breadcrumbs'][] = $this->title; | @@ -402,9 +439,46 @@ $this->params['breadcrumbs'][] = $this->title; | ||
402 | </tbody></table> | 439 | </tbody></table> |
403 | 440 | ||
404 | </td> | 441 | </td> |
405 | - <td class="right_large">3</td> | ||
406 | - <td class="right_small">1 дн.</td> | ||
407 | - <td class="right_medium">103.75</td> | 442 | + <td class="right_large"> |
443 | + <table class="inner_table" cellspacing="0" cellpadding="0" border="0" style="border-bottom: 0; | ||
444 | + border-top: 0;"> | ||
445 | + <tbody> | ||
446 | + <tr> | ||
447 | + <td>3</td> | ||
448 | + </tr> | ||
449 | + <tr> | ||
450 | + <td>3</td> | ||
451 | + </tr> | ||
452 | + </tbody> | ||
453 | + </table> | ||
454 | + | ||
455 | + </td> | ||
456 | + <td class="right_small"> | ||
457 | + <table class="inner_table" cellspacing="0" cellpadding="0" border="0" style="border-bottom: 0; | ||
458 | + border-top: 0;"> | ||
459 | + <tbody> | ||
460 | + <tr> | ||
461 | + <td>1 дн.</td> | ||
462 | + </tr> | ||
463 | + <tr> | ||
464 | + <td>1 дн.</td> | ||
465 | + </tr> | ||
466 | + </tbody> | ||
467 | + </table> | ||
468 | + </td> | ||
469 | + <td class="right_medium"> | ||
470 | + <table class="inner_table" cellspacing="0" cellpadding="0" border="0" style="border-bottom: 0; | ||
471 | + border-top: 0;"> | ||
472 | + <tbody> | ||
473 | + <tr> | ||
474 | + <td>103.75</td> | ||
475 | + </tr> | ||
476 | + <tr> | ||
477 | + <td>103.75</td> | ||
478 | + </tr> | ||
479 | + </tbody> | ||
480 | + </table> | ||
481 | + </td> | ||
408 | </tr> | 482 | </tr> |
409 | 483 | ||
410 | </tbody></table> | 484 | </tbody></table> |
frontend/web/css/main.css
@@ -534,4 +534,19 @@ div.required:after { content: " *"; | @@ -534,4 +534,19 @@ div.required:after { content: " *"; | ||
534 | 534 | ||
535 | .table{ | 535 | .table{ |
536 | transition: 0.3s; | 536 | transition: 0.3s; |
537 | +} | ||
538 | + | ||
539 | +.inner_table{ | ||
540 | + width: 100%!important | ||
541 | +} | ||
542 | + | ||
543 | +.inner_table tr{ | ||
544 | + height: 47px; | ||
545 | + border-left: 0!important; | ||
546 | + border-bottom: 0!important; | ||
547 | +} | ||
548 | + | ||
549 | +.inner_table td{ | ||
550 | + vertical-align: middle; | ||
551 | + border: 0; | ||
537 | } | 552 | } |
538 | \ No newline at end of file | 553 | \ No newline at end of file |