Skip to content

Instantly share code, notes, and snippets.

@safrankov
Created September 19, 2018 11:41
Show Gist options
  • Select an option

  • Save safrankov/6edb88b3efc360460edf8fd64c6aa445 to your computer and use it in GitHub Desktop.

Select an option

Save safrankov/6edb88b3efc360460edf8fd64c6aa445 to your computer and use it in GitHub Desktop.
<style>
.items_table{
border: 1px solid #000;
font-size: 14px;
color: #000;
width: 100%;
border-collapse: collapse;
margin: 15px 0;
}
.items_table td {
padding: 10px;
border: 1px solid #d3d3d3;
vertical-align: top;
}
.td5 {
width: 60px;
text-align: center;
color: #777;
padding-top: 30px !important;
}
.td5 input {
width: 42px;
padding: 5px;
text-align: center;
border: #ccc 1px solid;
margin: 25px 0 0 0;
font-size: 14px;
}
.td4 {
width: 90px;
text-align: center;
color: #777;
padding-top: 30px!important;
}
.td4 p {
color: #222;
font-size: 20px;
}
.td4 s{
color: #888;
font-size: 15px;
}
.td3 p {
display: inline-block;
color: #222;
font-size: 20px;
margin: 10px 0;
}
.td3 span {
display: block;
color: #444;
font-size: 14px;
margin: 10px 0;
line-height: 1.5;
}
.items_table_head td {
padding: 10px;
line-height: 18px;
font-size: 20px;
color: #000;
}
</style>
<table class="items_table" id="orderinfo">
<tbody>
<tr class="items_table_head">
<td colspan="4">DIETONICA средство для похудения</td>
</tr>
<tr>
<td class="td2"><img src="http://imgstr.com/img/products_new/1586.png" alt="" width="150"></td>
<td class="td3">
<p>DIETONICA средство для похудения</p>
<span>DIETONICA средство для похудения</span>
</td>
<td class="td4">
Цена:
<p class="int-product int_price_show"><span class="price_land_s1">990</span> <span class="price_land_curr">руб.</span></p>
<s class="int-product int_price_old"><span class="price_land_s2">1980</span> <span class="price_land_curr">руб.</span></s>
</td>
<td class="td5">
Кол-во:<br>
<input class="int-product" id="int_product_count" value="1" type="text">
</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment