@@ -266,12 +266,14 @@
align-items: center;
background: #FFFFFF;
border-radius: 16px;
- padding: 6px;
+ padding: 3px;
+ border: 3px solid transparent;
margin-bottom: 8px;
- &.itemActive {
+ cursor: pointer;
+ &.itemActive, &:active{
background: linear-gradient( 180deg, #FFFFFF 0%, #BFE1FF 100%);
box-shadow: 0px 2px 4px 0px #499FE4;
- border: 3px solid #FFFFFF;
+ border-color: #ffffff;
.content .name{
color: #2EAAFE;
}
@@ -368,11 +370,13 @@
.empty{
- margin-top: 10px;
display: flex;
flex-direction: column;
+ justify-content: center;
+ height: 100%;
>img{
+ margin-top: -10px;
width: 182px;
>span{
@@ -1,12 +1,12 @@
.container {
position: relative;
width: 278px;
- height: 252px;
+ height: 213px;
background: url('./icon_bg.png') no-repeat;
background-size: contain;
- padding-top: 126px;
+ padding-top: 90px;
.close {