2014-12-18 04:53:46 +08:00
|
|
|
|
2021-02-09 00:37:21 +08:00
|
|
|
#top-system-dropdown-id {
|
2021-02-19 04:06:19 +08:00
|
|
|
overflow: hidden;
|
2021-02-09 00:37:21 +08:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rl-left-panel-disabled #more-list-dropdown-id + .dropdown-menu {
|
|
|
|
position: fixed;
|
|
|
|
top: 40px;
|
|
|
|
}
|
|
|
|
|
2014-12-18 04:53:46 +08:00
|
|
|
.b-system-drop-down {
|
|
|
|
|
|
|
|
.b-toolbar {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 30px;
|
|
|
|
padding: 10px @rlLowMargin;
|
|
|
|
z-index: 103;
|
|
|
|
}
|
|
|
|
|
|
|
|
.email-title {
|
|
|
|
display: inline-block;
|
|
|
|
max-width: 200px;
|
|
|
|
text-align: left;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
margin-right: 28px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2015-04-29 04:28:30 +08:00
|
|
|
.logoPlace {
|
|
|
|
margin: -5px 10px 0 0;
|
|
|
|
font-size: 25px;
|
|
|
|
line-height: 30px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
2015-04-10 16:17:49 +08:00
|
|
|
.audioPlace {
|
2021-02-09 00:37:21 +08:00
|
|
|
display: inline-block;
|
|
|
|
font-size: 30px;
|
|
|
|
height: 30px;
|
2015-04-29 04:28:30 +08:00
|
|
|
margin-right: 10px;
|
2021-02-09 00:37:21 +08:00
|
|
|
width: 1em;
|
2015-04-10 16:17:49 +08:00
|
|
|
|
2015-04-11 05:52:15 +08:00
|
|
|
.playIcon, .stopIcon {
|
|
|
|
cursor: pointer;
|
|
|
|
color: orange;
|
|
|
|
text-shadow: 0 1px 0 #555;
|
|
|
|
}
|
2015-04-10 16:17:49 +08:00
|
|
|
|
2015-04-11 05:52:15 +08:00
|
|
|
.stopIcon {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-04-10 16:17:49 +08:00
|
|
|
|
2015-04-11 05:52:15 +08:00
|
|
|
&:hover {
|
|
|
|
|
|
|
|
.playIcon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stopIcon {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2015-04-10 16:17:49 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-01-05 03:30:07 +08:00
|
|
|
.accountPlace {
|
|
|
|
background-color: #000;
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: 0 1px 0 #000;
|
|
|
|
|
|
|
|
display: inline-block;
|
2015-03-16 05:58:50 +08:00
|
|
|
height: 29px;
|
2015-01-05 03:30:07 +08:00
|
|
|
max-width: 250px;
|
|
|
|
border-radius: 4px;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 30px;
|
|
|
|
padding: 1px 8px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
border-radius: 4px;
|
|
|
|
font-weight: bold;
|
2015-01-10 03:58:10 +08:00
|
|
|
|
|
|
|
white-space: nowrap;
|
2015-01-05 03:30:07 +08:00
|
|
|
}
|
|
|
|
|
2014-12-18 04:53:46 +08:00
|
|
|
.account-item {
|
|
|
|
|
|
|
|
.icon-ok {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.current {
|
|
|
|
.icon-ok {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.icon-user {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.counter {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.g-ui-menu .e-link.account-item {
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
2015-01-05 03:30:07 +08:00
|
|
|
}
|
|
|
|
|
2020-09-20 18:33:33 +08:00
|
|
|
/* mobile */
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
|
.accountPlace {
|
|
|
|
max-width: 150px !important;
|
|
|
|
}
|
2015-04-11 05:52:15 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes firstBar {
|
|
|
|
0% { height: 30%; }
|
|
|
|
50% { height: 100%; }
|
|
|
|
100% { height: 30%; }
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes secondBar {
|
|
|
|
0% { height: 90%; }
|
|
|
|
50% { height: 30%; }
|
|
|
|
100% { height: 100%; }
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes thirdBar {
|
|
|
|
0% { height: 20%; }
|
|
|
|
40% { height: 40%; }
|
|
|
|
60% { height: 80%; }
|
|
|
|
100% { height: 40%; }
|
|
|
|
}
|
|
|
|
|
|
|
|
.equaliser {
|
|
|
|
|
2021-02-09 00:37:21 +08:00
|
|
|
margin-top: 5px;
|
|
|
|
width: 30px;
|
2015-04-11 05:52:15 +08:00
|
|
|
height: 20px;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.bar {
|
|
|
|
width: 5px;
|
|
|
|
height: 5px;
|
|
|
|
background: orange;
|
|
|
|
position: absolute;
|
|
|
|
bottom:0;
|
2021-02-09 00:37:21 +08:00
|
|
|
animation: none;
|
2015-04-11 05:52:15 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.first {
|
2021-02-09 00:37:21 +08:00
|
|
|
left: calc(1em / 2 - 10px);
|
2015-04-11 05:52:15 +08:00
|
|
|
}
|
|
|
|
.second {
|
2021-02-09 00:37:21 +08:00
|
|
|
left: calc(1em / 2 - 2px);
|
2015-04-11 05:52:15 +08:00
|
|
|
}
|
|
|
|
.third {
|
2021-02-09 00:37:21 +08:00
|
|
|
left: calc(1em / 2 + 6px);
|
2015-04-11 05:52:15 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&.animated {
|
|
|
|
.first {
|
|
|
|
animation: firstBar 1s infinite;
|
|
|
|
}
|
|
|
|
.second {
|
|
|
|
animation: secondBar 1s infinite;
|
|
|
|
}
|
|
|
|
.third {
|
|
|
|
animation: thirdBar 1s infinite;
|
|
|
|
}
|
|
|
|
}
|
2016-05-01 09:07:10 +08:00
|
|
|
}
|