...
|
...
|
@@ -168,7 +168,7 @@ body { |
|
|
border-top-right-radius: 8px;
|
|
|
border-bottom-right-radius: 8px;
|
|
|
float: right;
|
|
|
padding: 22px;
|
|
|
padding: 12px 22px;
|
|
|
font-size: 22px;
|
|
|
color: #b0b0b0;
|
|
|
position: relative;
|
...
|
...
|
@@ -176,6 +176,7 @@ body { |
|
|
|
|
|
.info {
|
|
|
flex: 1;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
.type-shop {
|
...
|
...
|
@@ -194,19 +195,22 @@ body { |
|
|
width: 450px;
|
|
|
font-size: 24px;
|
|
|
color: #444;
|
|
|
margin-bottom: 38px;
|
|
|
margin-bottom: 46px;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
|
|
|
.info > .time {
|
|
|
margin-bottom: 8px;
|
|
|
}
|
|
|
|
|
|
.info > .desc {
|
|
|
font-size: 20px;
|
|
|
color: #444;
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
|
}
|
|
|
|
|
|
.info > .unusable-desc {
|
|
|
color: #b0b0b0;
|
|
|
}
|
|
|
|
|
|
.check {
|
...
|
...
|
|