Carbon/02.需求文档/01.原型页面20240529/11-cbam/填报主页/C_files/feedback9.css

52 lines
943 B
CSS
Raw Permalink Normal View History

2024-09-23 14:27:16 +08:00
._vue_clickaway_overlay,
.fullscreen-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 1030;
width: 100%;
height: 100%;
overflow: hidden;
user-select: none;
}
a {
text-decoration: none;
cursor: pointer;
}
button {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: 1.5;
cursor: pointer;
}
#feedbackHost {
font-size: 13px;
color: #081222;
height: 100%;
display: flex;
flex-direction: column;
background-color: #fcfdff;
}
#feedbackHost::-webkit-scrollbar {
display: none;
}
#feedbackHostBtn {
order: 3;
}
#feedbackHostBtn a {
background: url(images/discussion_on.svg) no-repeat center center, linear-gradient(transparent, transparent);
}
#feedbackHostBtn a.selected, #feedbackHostBtn a.selected:hover {
background: url('images/discussion_off.svg') no-repeat center center, linear-gradient(transparent, transparent);
}