可点击样式添加

This commit is contained in:
2023-08-08 17:44:45 +08:00
parent 9856012e03
commit 7d047867bf
4 changed files with 41 additions and 3 deletions

View File

@@ -565,6 +565,9 @@ img {
border-bottom: 1px solid #ebebeb !important;
}
.box:hover{
background-color: rgba(242, 242, 242, 1);
}
.box {
width: 1160px;
min-height: 60px;
@@ -653,7 +656,7 @@ img {
font-weight: 650;
font-style: normal;
font-size: 17px;
color: #000000;
color: #000000 !important;
text-align: center;
bottom: 0;
z-index: 66;
@@ -780,6 +783,10 @@ img {
}
}
.top-btn:hover{
color:#bcd7f3;
}
.top-btn {
width: 200px;
height: 45px;
@@ -887,6 +894,10 @@ img {
}
}
.input-s:hover{
border-color:rgb(200, 200, 200);
}
.input-s {
width: 560px;
height: 48px;