@@ -7,7 +7,7 @@
left: 0;
opacity: 0;
pointer-events: none;
- transition: all .3s;
+ // transition: all .3s;
:global {
.close {
@@ -53,7 +53,7 @@
.rowShow {
opacity: 1;
pointer-events: auto;
- transition: all .5s;
+ transition: all 1s;
position: absolute;
width: 100%;
height: 100%;
@@ -100,7 +100,7 @@
.rowHover {
@@ -231,8 +231,7 @@
}
.curTitBox {
- border-radius: 0 0 4px 4px;
- border-top: 3px solid #b6ab97;
+ border-radius: 4px;
top: 50%;
left: 50%;
@@ -246,7 +245,7 @@
right: 15px;
top: 15px;
cursor: pointer;
- color: #98856f;
+ color: #fff;
font-size: 24px;