Commit 4f6912fb authored by shoei.kanno's avatar shoei.kanno

ボタンの調整

parent 8017f2ca
...@@ -1981,7 +1981,9 @@ th, td { ...@@ -1981,7 +1981,9 @@ th, td {
margin-top: 10px; margin-top: 10px;
} }
.cart-close-btn, .cartBtn { /* カート画面 */
.cart-close-btn, .cartBtn, .itemCountChange {
width: 150px; width: 150px;
height: 50px; height: 50px;
font-weight: bold; font-weight: bold;
...@@ -1997,12 +1999,12 @@ th, td { ...@@ -1997,12 +1999,12 @@ th, td {
} }
.tdCart { .tdCart {
width: 25%; width: 20%;
text-align: center; text-align: center;
} }
.thCart { .thCart {
width: 25%; width: 20%;
text-align: center; text-align: center;
} }
......
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
<td class="tdCart"><p th:text= "${cart.shoesName}" class="textP">Convers All Star</p></td> <td class="tdCart"><p th:text= "${cart.shoesName}" class="textP">Convers All Star</p></td>
<td class="tdCart"><input type="number" th:value="${cart.quantity}" class="textP itemCount"></input></td> <td class="tdCart"><input type="number" th:value="${cart.quantity}" class="textP itemCount"></input></td>
<td class="tdCart"><p th:text= "${cart.price}" class="textP">&yen;10000</p></td> <td class="tdCart"><p th:text= "${cart.price}" class="textP">&yen;10000</p></td>
<td class="tdCart"><button type="button" class="itemCountChange">数変更確定</button></td> <td class="tdCart"><button type="button" class="itemCountChange">Change Quantity</button></td>
</tr> </tr>
</div> </div>
</tbody> </tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment