Bilibili-Evolved/registry/lib/components/live/gift-box/gift-box.scss
2023-07-16 16:36:45 +08:00

77 lines
1.4 KiB
SCSS

// 通过重复增加优先级
.full-win-gift-btn-wrapper.full-win-gift-btn-wrapper {
position: relative;
// 弹出窗口部分
.wrap {
right: -28px;
bottom: calc(100% + 3px);
color: #666;
font-size: 12px;
line-height: 1.4;
.text {
margin: auto;
padding: auto;
color: inherit;
cursor: inherit;
line-height: inherit;
}
.popup::before,
.popup::after {
left: auto;
right: calc(1em + 33px);
transform: translateX(50%);
}
}
// 按钮部分
.gift-package {
margin: auto;
width: auto;
height: 100%;
color: inherit;
fill: inherit;
background: inherit !important;
&-btn {
padding-top: 0 !important;
color: rgba(255, 255, 255, 0.9) !important;
&:hover {
background-color: transparent !important;
color: #fff !important;
}
}
.bg-text {
height: auto !important;
line-height: normal !important;
}
.bag-icon {
display: none;
}
}
}
.new-silver-wallet {
background-color: var(--Ga1_u) !important;
}
.new-list-box * .num > span {
color: var(--text3) !important;
}
.click-root > .content-box {
color: #000 !important;
> .text {
color: #000 !important;
}
}
.new-list-box * .static-bg-root {
--static-bg-color: #ffecf1 !important;
--static-bg-border-color: #ff6699 !important;
}