Bag For Love - Minimalist Knot Decor Tote Bag - Women Tote Bags Product Description Style Fashionable Color White Quantity 2 pcs Strap Type Double Handle Pattern Type Plain Type Shoulder Tote Bag Material PU Leather Coating 100% Polyurethane Composition 100% Polyurethane Size Chart INCH CM Size Bag Width Bag Height Bag Length one-size 5.9/1.2 11.4/4.7 14.6/8.7 Size Bag Width Bag Height Bag Length one-size 15/3 29/12 37/22 Similar Products h2 { text-align: center; } .red-box { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; } .red-box > div { width: 231px; height: 308px; margin: 10px; } .red-box > div > a > img { width: 231px; height: 308px; } .in-box, .cm-box { width: 100%; margin: auto; white-space: nowrap; } .table { border-collapse: collapse; border-spacing: 0; width: 100%; table-layout: fixed; } tr, td, th { border: 1px solid rgb(175, 173, 173); padding: 10px 0px; text-align: center; font-size: 14px; box-sizing: border-box; } .size-button { width: 100px; height: 24px; border: 1px solid #222; margin: 10px 0; } .cm { width: 48px; height: 23px; float: right; text-align: center; cursor: pointer; } .in { width: 48px; height: 23px; float: left; text-align: center; cursor: pointer; } .checked { background-color: #222; color: #fff; } .hidden { display: none; } @media only screen and (min-device-width: 320px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 2) { .table { table-layout: auto; } tr, td, th { font-size: 12px; } .red-box > div { width: 150px; height: 200px; margin: 10px; } .red-box > div > a > img { width: 150px; height: 200px; } } $(function () { $('.in').bind("click", function () { $('.in').addClass("checked"); $('.cm').removeClass("checked"); $('.in-box').removeClass("hidden"); $('.cm-box').addClass("hidden"); }); $('.cm').bind("click", function () { $('.cm').addClass("checked"); $('.in').removeClass("checked"); $('.cm-box').removeClass("hidden"); $('.in-box').addClass("hidden"); }); })