|
@@ -81,6 +81,7 @@ function handlePaly(id: string) {
|
|
|
height: 44px;
|
|
|
cursor: pointer;
|
|
|
background: url("@/img/useDialogConfirm/close.png") no-repeat;
|
|
|
+ background-size: cover;
|
|
|
&:hover {
|
|
|
background: url("@/img/useDialogConfirm/closeHover.png") no-repeat;
|
|
|
background-size: cover;
|
|
@@ -92,6 +93,8 @@ function handlePaly(id: string) {
|
|
|
display: flex;
|
|
|
position: relative;
|
|
|
.imgMid {
|
|
|
+ width: 68px;
|
|
|
+ height: 518px;
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
top: 50%;
|
|
@@ -141,6 +144,10 @@ function handlePaly(id: string) {
|
|
|
&:hover {
|
|
|
background-color: #edeff0;
|
|
|
}
|
|
|
+ > img {
|
|
|
+ width: 13px;
|
|
|
+ height: 21px;
|
|
|
+ }
|
|
|
}
|
|
|
.chooseList {
|
|
|
width: 100%;
|