feat/task1-c-wallet
gongfuxiang 2019-02-17 16:15:50 +08:00
parent 3e8fdd8226
commit e8239bcb64
1 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@
cursor: pointer;
border-radius: 50px;
border: 1px solid #e3e3e3;
z-index: 10000;
z-index: 1000;
display: none;
}
.cart-show {
@ -197,6 +197,6 @@
border-bottom: 1px solid #e3e3e3;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
z-index: 10000;
z-index: 1000;
}
}