|
@ -14,7 +14,55 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div class="detail_modal" v-if="showDetailVisible"> |
|
|
<div class="detail_modal" v-if="showDetailVisible"> |
|
|
<div class="table_wrap"> |
|
|
<div class="table_wrap"> |
|
|
<div class="table_title_wrap"></div> |
|
|
|
|
|
|
|
|
<div class="table_column"> |
|
|
|
|
|
<p class="title">时间</p> |
|
|
|
|
|
<div class="first_box"> |
|
|
|
|
|
<p class="content">2022-20-10</p> |
|
|
|
|
|
<p class="line"></p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="table_column"> |
|
|
|
|
|
<p class="title">时间</p> |
|
|
|
|
|
<div class="first_box"> |
|
|
|
|
|
<p class="content">2022-20-10</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="table_column"> |
|
|
|
|
|
<p class="title">时间</p> |
|
|
|
|
|
<div class="first_box"> |
|
|
|
|
|
<p class="content">2022-20-10</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="table_column"> |
|
|
|
|
|
<p class="title">时间</p> |
|
|
|
|
|
<div class="first_box"> |
|
|
|
|
|
<p class="content">2022-20-10</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="table_column"> |
|
|
|
|
|
<p class="title">时间</p> |
|
|
|
|
|
<div class="first_box"> |
|
|
|
|
|
<p class="content">2022-20-10</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="table_column"> |
|
|
|
|
|
<p class="title">时间</p> |
|
|
|
|
|
<div class="first_box"> |
|
|
|
|
|
<p class="content">2022-20-10</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="table_column"> |
|
|
|
|
|
<p class="title">时间</p> |
|
|
|
|
|
<div class="first_box"> |
|
|
|
|
|
<p class="content">2022-20-10</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="table_column"> |
|
|
|
|
|
<p class="title">时间</p> |
|
|
|
|
|
<div class="first_box"> |
|
|
|
|
|
<p class="content">2022-20-10</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="bottom_line"> |
|
|
<div class="bottom_line"> |
|
|
<div class="return_btn" @click="showDetailVisible = false">返回</div> |
|
|
<div class="return_btn" @click="showDetailVisible = false">返回</div> |
|
@ -123,18 +171,51 @@ const showDetailModal = () => { |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
|
|
|
background: url(../../../assets/img/history.png) no-repeat; |
|
|
|
|
|
background-size: 100% 100%; |
|
|
.table_wrap { |
|
|
.table_wrap { |
|
|
flex: 1; |
|
|
flex: 1; |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
|
|
|
.table_title_wrap { |
|
|
|
|
|
width: 1224px; |
|
|
|
|
|
height: 80.29px; |
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
border-radius: 16px 16px 0px 0px; |
|
|
|
|
|
|
|
|
justify-content: space-evenly; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
.table_column { |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
.title { |
|
|
|
|
|
height: 80px; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
font-family: Source Han Sans CN; |
|
|
|
|
|
font-size: 18px; |
|
|
|
|
|
font-weight: normal; |
|
|
|
|
|
line-height: normal; |
|
|
|
|
|
letter-spacing: 0.07em; |
|
|
|
|
|
color: #999999; |
|
|
|
|
|
} |
|
|
|
|
|
.first_box { |
|
|
|
|
|
position: relative; |
|
|
|
|
|
.content { |
|
|
|
|
|
height: 60px; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
font-family: Source Han Sans CN; |
|
|
|
|
|
font-size: 18px; |
|
|
|
|
|
font-weight: normal; |
|
|
|
|
|
line-height: normal; |
|
|
|
|
|
letter-spacing: 0.07em; |
|
|
|
|
|
color: #191919; |
|
|
|
|
|
} |
|
|
|
|
|
.line { |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
left: -1000%; |
|
|
|
|
|
width: 2000%; |
|
|
|
|
|
height: 1px; |
|
|
background: #f6f6f6; |
|
|
background: #f6f6f6; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
.bottom_line { |
|
|
.bottom_line { |
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|