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