顺带件样式

This commit is contained in:
2020-08-23 23:09:56 +08:00
parent 6fb5049934
commit 17b4415c12
3 changed files with 89 additions and 4 deletions

View File

@ -1,7 +1,7 @@
.row {
background: white;
width: 100%;
height: 120px;
height: 140px;
border-bottom: 1px solid #ebebeb;
position: relative;
margin-bottom: 5px;
@ -25,6 +25,57 @@
overflow: hidden;
padding-left: 5px;
font-weight: bolder;
display: flex;
}
.loc_range {
font-size: 1.1rem;
color: black;
line-height: 32px;
height: 32px;
display: flex;
justify-content: space-between;
}
.loc_range .between::before {
content: '';
height: 1px;
background-color: black;
width: calc(50vw - 100px);
position: absolute;
display: block;
top: 60%;
}
.loc_range .between {
display: inline-block;
width: calc(50vw - 100px);
text-align: center;
line-height: 22px;
position: relative;
}
.loc_range .with_img {
display: inline-flex;
}
.loc_range .with_img img {
width: 32px;
height: 32px;
}
.name ._text {
width: calc( 100vw - 50px );
}
.name ._img {
width: 36px;
height: 36px;
}
.name ._img > img {
width: 90%;
height: 90%;
}
[v-cloak] {