2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
.b-settings-accounts {
|
|
|
|
|
2016-05-01 09:07:10 +08:00
|
|
|
html.rl-mobile &{
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.process-place {
|
|
|
|
text-align: center;
|
|
|
|
width: 600px;
|
|
|
|
padding: 14px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-table {
|
|
|
|
|
|
|
|
width: 600px;
|
|
|
|
|
|
|
|
td {
|
|
|
|
padding: 4px 8px;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
|
2015-02-06 23:26:20 +08:00
|
|
|
.account-img, .identity-img {
|
2013-11-16 06:21:12 +08:00
|
|
|
font-size: 12px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.account-name {
|
|
|
|
display: inline-block;
|
|
|
|
word-break: break-all;
|
2014-08-28 23:27:30 +08:00
|
|
|
box-sizing: border-box;
|
2013-11-16 06:21:12 +08:00
|
|
|
line-height: 22px;
|
|
|
|
}
|
2015-02-06 23:26:20 +08:00
|
|
|
|
2015-02-19 03:52:52 +08:00
|
|
|
.identity-default {
|
|
|
|
cursor: pointer;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
2015-07-06 02:06:19 +08:00
|
|
|
|
2015-02-06 23:26:20 +08:00
|
|
|
.identity-name {
|
|
|
|
display: inline-block;
|
|
|
|
word-break: break-all;
|
|
|
|
box-sizing: border-box;
|
|
|
|
line-height: 22px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
2015-07-06 02:06:19 +08:00
|
|
|
.accounts-list-top-padding, .identities-list-top-padding {
|
|
|
|
display: inline-block;
|
|
|
|
height: 5px;
|
|
|
|
width: 5px;
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.account-item {
|
|
|
|
|
2016-05-01 09:07:10 +08:00
|
|
|
white-space: nowrap;
|
|
|
|
|
2014-10-22 00:49:15 +08:00
|
|
|
.e-action {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.delete-account {
|
|
|
|
cursor: pointer;
|
2014-08-28 23:27:30 +08:00
|
|
|
opacity: 0.5;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
}
|
2015-02-06 23:26:20 +08:00
|
|
|
|
|
|
|
.identity-item {
|
|
|
|
|
2016-05-01 09:07:10 +08:00
|
|
|
white-space: nowrap;
|
|
|
|
|
2015-02-06 23:26:20 +08:00
|
|
|
.e-action {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete-identity {
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
}
|
2020-09-12 19:57:09 +08:00
|
|
|
}
|