|
@@ -767,6 +767,7 @@ const onSearch = (data) => {
|
|
|
.list:hover {
|
|
|
border-radius: 8px;
|
|
|
background-color: #2280ff;
|
|
|
+ cursor: pointer;
|
|
|
.title {
|
|
|
color: #ffffff;
|
|
|
}
|
|
@@ -804,6 +805,7 @@ const onSearch = (data) => {
|
|
|
}
|
|
|
.name:hover {
|
|
|
color: #2374ff;
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
.brief {
|
|
|
font-size: 14px;
|
|
@@ -814,6 +816,7 @@ const onSearch = (data) => {
|
|
|
color: #333;
|
|
|
line-height: 24px;
|
|
|
margin-bottom: 12px;
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
.info {
|
|
|
display: flex;
|
|
@@ -826,6 +829,7 @@ const onSearch = (data) => {
|
|
|
color: #666;
|
|
|
line-height: 12px;
|
|
|
margin-bottom: 15px;
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
.key {
|
|
|
font-size: 12px;
|
|
@@ -840,6 +844,7 @@ const onSearch = (data) => {
|
|
|
border: 1px solid #dbdbdb;
|
|
|
box-sizing: border-box;
|
|
|
padding: 0 6px;
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
}
|
|
|
.list:nth-child(1n) {
|
|
@@ -865,6 +870,9 @@ const onSearch = (data) => {
|
|
|
.title {
|
|
|
text-align: center;
|
|
|
}
|
|
|
+ .title:hover {
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.table_2 {
|
|
@@ -1026,6 +1034,7 @@ const onSearch = (data) => {
|
|
|
.list:hover {
|
|
|
background: #f0f7ff;
|
|
|
box-shadow: 0 0 16px rgba(205, 205, 205, 0.6);
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -1083,6 +1092,7 @@ const onSearch = (data) => {
|
|
|
}
|
|
|
}
|
|
|
.list:hover {
|
|
|
+ cursor: pointer;
|
|
|
color: #2e70f1;
|
|
|
box-shadow: 0 0 10px 0 rgba(0, 69, 183, 0.3);
|
|
|
}
|