97 lines
1.2 KiB
CSS
97 lines
1.2 KiB
CSS
.row {
|
|
background: white;
|
|
width: 100%;
|
|
height: 150px;
|
|
border-bottom: 1px solid #ebebeb;
|
|
position: relative;
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
.block{
|
|
margin-top: 36px;
|
|
padding: 0 2%;
|
|
}
|
|
|
|
.z{
|
|
width: 100%;
|
|
height: 50px;
|
|
}
|
|
|
|
.name {
|
|
font-size: 1.2rem;
|
|
color: black;
|
|
line-height: 32px;
|
|
height: 32px;
|
|
overflow: hidden;
|
|
padding-left: 5px;
|
|
font-weight: bolder;
|
|
display: flex;
|
|
}
|
|
|
|
.row_foot {
|
|
line-height: 32px;
|
|
height: 32px;
|
|
display: flex;
|
|
}
|
|
|
|
.row_header {
|
|
line-height: 24px;
|
|
height: 24px;
|
|
display: flex;
|
|
}
|
|
|
|
.price_tag {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.price_tag > .price {
|
|
font-size: 1.2em;
|
|
color: red;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.loc_range {
|
|
font-size: 1.1rem;
|
|
color: black;
|
|
line-height: 28px;
|
|
height: 28px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.loc_range .between {
|
|
width: calc(50vw - 100px);
|
|
text-align: center;
|
|
height: 18px;
|
|
line-height: 16px;
|
|
position: relative;
|
|
border-bottom: 1px solid black;
|
|
}
|
|
|
|
.loc_range .with_img {
|
|
display: inline-flex;
|
|
}
|
|
|
|
.loc_range .with_img img {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
|
|
.name ._text {
|
|
width: calc( 100vw - 50px );
|
|
}
|
|
|
|
.name ._img {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
|
|
.name ._img > img {
|
|
width: 90%;
|
|
height: 90%;
|
|
}
|
|
|
|
[v-cloak] {
|
|
display: none;
|
|
}
|