| | |
| | | display: flex; |
| | | flex-direction: column; |
| | | height: 100%; |
| | | padding: 10px 0 0; |
| | | padding-top: 10px; |
| | | box-sizing: border-box; |
| | | } |
| | | .search-bar{ |
| | |
| | | padding: 10px; |
| | | margin: 0 10px 10px; |
| | | border: 1px solid #EDEAF4; |
| | | box-shadow:0 6px 6px rgba(237,234,244,0.5); |
| | | box-shadow:0 6px 6px rgba(237,234,244,0.4); |
| | | border-radius: 4px; |
| | | font-size: 13px; |
| | | } |
| | | .list-right-row:nth-last-of-type(1){ |
| | | .list-row .list-right-row:nth-last-of-type(1){ |
| | | margin-bottom: 0; |
| | | } |
| | | .list-right-row .product-img{ |
| | |
| | | display: flex; |
| | | justify-content: space-between; |
| | | background: #FFFFFF; |
| | | padding: 10px 10px; |
| | | box-shadow: 0 6px 100px rgba(237,234,244,1); |
| | | padding: 10px; |
| | | padding-bottom: 10px; |
| | | padding-bottom: calc(10px + constant(safe-area-inset-bottom)); |
| | | padding-bottom: calc(10px + env(safe-area-inset-bottom)); |
| | | box-shadow: 0 -6px 6px rgba(237,234,244,0.2); |
| | | } |
| | | .footer .icon-car-wrap{ |
| | | position: relative; |
| | |
| | | } |
| | | .footer .btn{ |
| | | border-radius: 20px; |
| | | line-height: 34px; |
| | | padding: 0 24px; |
| | | line-height: 36px; |
| | | padding: 0 26px; |
| | | font-size: 14px; |
| | | } |
| | | </style> |