添加了一部分移入效果

This commit is contained in:
2020-10-31 14:00:07 +08:00
parent a9fe2cddbc
commit a896c8e7e7
10 changed files with 18 additions and 2 deletions

View File

@@ -115,6 +115,7 @@
.more {
color: #999999;
font-size: 11px;
cursor: pointer;
}
}
.info {
@@ -158,6 +159,7 @@
border: 1px solid #09ae99;
line-height: 23px;
text-align: center;
cursor: pointer;
color: #09ae99;
border-radius: 3px;
}

View File

@@ -41,6 +41,7 @@
border-radius: 17px;
overflow: hidden;
display: flex;
cursor: pointer;
flex-direction: column;
position: relative;
box-shadow: 0px 5px 6px 0px rgba(158, 158, 158, 0.11);

View File

@@ -74,6 +74,7 @@
border-radius: 3px;
margin-right: 29px;
color: #08AE98;
cursor: pointer;
font-size: 13px;
line-height: 29px;
font-weight: bold;

View File

@@ -73,6 +73,7 @@
height: 50px;
padding: 0 18px;
justify-content: space-between;
cursor: pointer;
.route{
display: flex;
.icon{

View File

@@ -103,6 +103,7 @@
color: #fff;
line-height: 23px;
text-align: center;
cursor: pointer;
}
.modify {
background-color: #08ae98;

View File

@@ -45,6 +45,7 @@
flex-direction: column;
position: relative;
box-shadow: 0px 5px 6px 0px rgba(158, 158, 158, 0.11);
cursor: pointer;
.cover{
width: 100%;
height: 127px;

View File

@@ -80,6 +80,7 @@
text-align: center;
line-height: 22px;
color: #fff;
cursor: pointer;
font-size: 9px;
&:hover{
background-color: #07AD97;