@doreamonjs/gate
Version:
gate for doreamonjs
56 lines (47 loc) • 1.03 kB
text/less
@gate-global-lockscreen: doreamonjs-design-gate-global-version-update;
.@{gate-global-lockscreen}.container {
position: fixed;
right: 24px;
bottom: 24px;
width: 384px;
max-width: calc(100vw - 48px);
z-index: 9999;
margin-bottom: 16px;
margin-left: auto;
padding: 16px 24px;
overflow: hidden;
line-height: 1.5715;
word-wrap: break-word;
background: #fff;
border-radius: 2px;
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
.header {
position: relative;
.title {
font-size: 16px;
font-weight: 500;
color: rgba(0, 0, 0, 0.85);
}
.extra {
position: absolute;
right: 0;
top: 0;
.close-btn {
color: rgba(0, 0, 0, 0.45);
cursor: pointer;
}
}
}
.body {
margin-top: 16px;
font-size: 14px;
color: rgba(0, 0, 0, 0.65);
}
.footer {
margin-top: 16px;
text-align: right;
.ant-btn {
margin-left: 8px;
}
}
}