添加可点击样式

This commit is contained in:
2023-08-08 17:23:33 +08:00
parent 626d634278
commit 9856012e03
10 changed files with 70 additions and 5 deletions

View File

@@ -477,6 +477,9 @@ img {
overflow: hidden;
text-overflow: ellipsis;
.text:hover{
text-decoration: underline;
}
.text {
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-weight: 400;
@@ -642,6 +645,12 @@ img {
text-align: center;
}
.img-box:hover{
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.img-box {
width: 56px;
height: 56px;

View File

@@ -1961,6 +1961,11 @@ img {
.top-contact-btn {
width: 200px !important;
}
.contact-btn:hover{
background: -webkit-linear-gradient(0, rgba(168, 209, 247, 1) -4%, rgba(213, 232, 249, 1) 102%);
background: -moz-linear-gradient(0, rgba(168, 209, 247, 1) -4%, rgba(213, 232, 249, 1) 102%);
background: linear-gradient(0, rgba(168, 209, 247, 1) -4%, rgba(213, 232, 249, 1) 102%);
}
.contact-btn {
width: 260px;
@@ -2428,6 +2433,11 @@ img {
flex-shrink: 0;
position: relative;
}
.img:hover{
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}
.img {
height: 100px;