33 lines
413 B
CSS
33 lines
413 B
CSS
.row {
|
|
background: white;
|
|
width: 100%;
|
|
height: 120px;
|
|
border-bottom: 1px solid #ebebeb;
|
|
position: relative;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.block{
|
|
margin-top: 36px;
|
|
padding: 0 2%;
|
|
}
|
|
|
|
.z{
|
|
width: 100%;
|
|
height: 50px;
|
|
}
|
|
|
|
.name {
|
|
font-size: 1.2rem;
|
|
color: black;
|
|
line-height: 36px;
|
|
height: 36px;
|
|
overflow: hidden;
|
|
padding-left: 5px;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
[v-cloak] {
|
|
display: none;
|
|
}
|