|
|
|
@ -131,6 +131,7 @@ defineExpose({
|
|
|
|
|
<template>
|
|
|
|
|
<n-modal :show="show" transform-origin="center" class="modal_wrap">
|
|
|
|
|
<div class="wrapper">
|
|
|
|
|
<div class="aidog"></div>
|
|
|
|
|
<div class="closed">
|
|
|
|
|
<SvgIcon style="cursor: pointer" name="cut-down" width="32" @click="closeModal" />
|
|
|
|
|
</div>
|
|
|
|
@ -211,7 +212,7 @@ defineExpose({
|
|
|
|
|
// width: 700px;
|
|
|
|
|
// height: 500px;
|
|
|
|
|
width: 510px;
|
|
|
|
|
height: 361px;
|
|
|
|
|
height: 311px;
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
}
|
|
|
|
|
.wrapper {
|
|
|
|
@ -221,11 +222,15 @@ defineExpose({
|
|
|
|
|
|
|
|
|
|
.closed {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 0px;
|
|
|
|
|
top: -53px;
|
|
|
|
|
left: 93%;
|
|
|
|
|
}
|
|
|
|
|
.wrapper-hearder {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 20.5px;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
|
|
|
|
|
.wrapper-title {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 16px;
|
|
|
|
@ -242,13 +247,13 @@ defineExpose({
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #666666;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
margin-top: 8.5px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.wrapper-content {
|
|
|
|
|
flex: 1;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
margin: 35px 50px 16px 48px;
|
|
|
|
|
margin: 55px 50px 16px 48px;
|
|
|
|
|
.item {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
@ -357,7 +362,22 @@ defineExpose({
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 16px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.aidog{
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -65px;
|
|
|
|
|
left: -35px;
|
|
|
|
|
width: 107px;
|
|
|
|
|
height: 98.5px;
|
|
|
|
|
background-image: url("../../../assets/images/tishi.png");
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|