反馈修改
parent
13d0ff8fde
commit
0ee79c2d3b
|
@ -177,6 +177,7 @@
|
|||
margin-top: 1.4rem;
|
||||
border-radius: .4rem;
|
||||
cursor: pointer;
|
||||
transition: all .6s;
|
||||
}
|
||||
.contact-container section:nth-of-type(even) .container .item h6 {
|
||||
color: #ffff1b !important;
|
||||
|
@ -185,6 +186,14 @@
|
|||
background-color: #ffff1b;
|
||||
color: #333333;
|
||||
}
|
||||
.contact-container .container .item .left span:hover{
|
||||
background-color: #2fe78b;
|
||||
color: rgba(255,255,255,.8);
|
||||
}
|
||||
.contact-container section:nth-of-type(even) .container .item .left span:hover{
|
||||
background-color: #f8f84f;
|
||||
color: rgba(51,51,51,.8);
|
||||
}
|
||||
.contact-container .container .item .left p{
|
||||
font-size: 1.25rem;
|
||||
line-height: 1.5;
|
||||
|
|
Loading…
Reference in New Issue