添加可点击样式
This commit is contained in:
@@ -266,6 +266,12 @@ img {
|
||||
}
|
||||
}
|
||||
|
||||
.item:hover{
|
||||
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
|
||||
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.item {
|
||||
width: 590px;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
@@ -277,6 +283,7 @@ img {
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
cursor: pointer;
|
||||
transition: all linear 0.2s;
|
||||
|
||||
.detail-tab {
|
||||
width: 32px;
|
||||
|
||||
Reference in New Issue
Block a user