Table dashed block

Table dashed block

Рарзметка HTML:

Раздел 1
Установка точечного светильника
350 руб/шт
Установка закладной под люстру
500 руб/шт
Раздел 2
Установка точечного светильника
350 руб/шт
Установка закладной под люстру
500 руб/шт

Стили CSS:

.table_dashed_wr{
    width:600px;
    margin:0 auto;
}
.table_dashed_block {
    position: relative;
    margin-bottom: 5px;
}
.table_dashed_block:before {
    content: '';
    width: 100%;
    position: absolute;
    border-bottom: 2px dotted #c7c7c7;
    bottom: 7px;
    left: 0;
}
.table_dashed_block:after{
    content: '';
    display: block;
    clear: both;
}
.table_dashed_block_name {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0 4px;
    line-height: 25px;
    display: inline-block;
    float: left;
    white-space: nowrap;
}
.table_dashed_block_value{
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0 4px;
    line-height: 25px;
    display: inline-block;
    float: right;
    white-space: nowrap;
}
.table_dashed_block_bold{
    font-size:18px;
    font-weight: 600;
}
.table_dashed_block_title{
    font-size:18px;
    font-weight: 600;
    margin:12px 0 5px;
    padding: 0 4px;
}

Результат:

Раздел 1
Установка точечного светильника
350 руб/шт
Установка закладной под люстру
500 руб/шт
Раздел 2
Установка точечного светильника
350 руб/шт
Установка закладной под люстру
500 руб/шт
Способ поблагодарить автора сайта:

Комментарии (0)

  1. Напишите первый комментарий
*Комментарий будет опубликован после проверки модератором
Наш сайт использует куки, нажмите «ОК» если вы не против
OK