app/template/akracing/Block/Size_Weight_footrest.twig line 1

Open in your IDE?
  1. <div id="ak-size_weight" class="ak-product_contents">
        <div class="ak-inner">
            <div class="contents_header">
                <h2><img src="{{ asset('assets/img/product/title/size_weight.png') }}" alt="寸法&重量"><span>寸法&重量</span></h2>
            </div><!-- contents_header -->
            <div class="contents_body">
                <div class="sizeTable">
                    <table class="table table_01">
                    <tbody>
                        <tr>
                        <th>椅子の高さ</th>
                        <td>42~50.5cm</td>
                        </tr>
                        <tr>
                        <th>座面幅</th>
                        <td>50㎝</td>
                        </tr>
                        <tr>
                        <th>座面奥行</th>
                        <td>44cm</td>
                        </tr>
                        <tr>
                        <th>座面厚さ</th>
                        <td>11㎝</td>
                        </tr>
                        <tr>
                        <th>座面高さの調節幅</th>
                        <td>31㎝~39.5㎝</td>
                        </tr>
                        <tr>
                        <th>総重量</th>
                        <td>9 kg</td>
                        </tr>
                        <tr>
                        <th>箱の寸法</th>
                        <td>62(W) x 60(D) x 18(H) (cm)</td>
                        </tr>
                    </tbody>
                    </table>
                </div><!-- .sizeTable -->
                <div class="sizeImage">
                <p>
                    <p><img src="/html/user_data/product/ottoman/size_foot_grey.jpg" alt=""></p>
                </p>
                </div><!-- sizeImage -->
            </div><!-- contents_body" -->
        </div>
    </div>