反馈修改-1110
parent
70f0b13196
commit
6e94748fc1
|
@ -1008,15 +1008,17 @@
|
|||
display: block;
|
||||
width: fit-content;
|
||||
margin-left: auto;
|
||||
color: #666;
|
||||
border-bottom: 1px solid #00db6d;
|
||||
padding: 0.3rem 0;
|
||||
border-bottom: 1px solid #666;
|
||||
cursor: pointer;
|
||||
transition: all .6s;
|
||||
}
|
||||
|
||||
.user-container .container .right .shopping-content table .b .b4 em:hover {
|
||||
.user-container .container .right .shopping-content table .b .b4 em a{
|
||||
color: #666;
|
||||
transition: all .6s;
|
||||
}
|
||||
.user-container .container .right .shopping-content table .b .b4 em:hover a{
|
||||
color: #00db6d;
|
||||
border-color: #00db6d;
|
||||
}
|
||||
|
||||
.user-container .container .right .shopping-content .tip {
|
||||
|
|
Loading…
Reference in New Issue