...
|
...
|
@@ -172,9 +172,6 @@ body { |
|
|
font-size: 22px;
|
|
|
color: #b0b0b0;
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-content: space-between;
|
|
|
|
|
|
.type-shop {
|
|
|
color: #efaf46;
|
...
|
...
|
@@ -199,7 +196,14 @@ body { |
|
|
}
|
|
|
|
|
|
.time {
|
|
|
margin-bottom: 26px;
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
transform: translateY(-50%);
|
|
|
}
|
|
|
|
|
|
.use-intro {
|
|
|
position: absolute;
|
|
|
bottom: 22px;
|
|
|
}
|
|
|
|
|
|
.tip {
|
...
|
...
|
|