2013-11-16 06:21:12 +08:00
|
|
|
|
2021-11-08 04:19:48 +08:00
|
|
|
#V-Settings-Accounts {
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2021-09-09 23:00:31 +08:00
|
|
|
.account-name {
|
2015-07-06 02:06:19 +08:00
|
|
|
display: inline-block;
|
2021-09-09 23:00:31 +08:00
|
|
|
word-break: break-all;
|
2015-07-06 02:06:19 +08:00
|
|
|
}
|
|
|
|
|
2021-09-09 23:00:31 +08:00
|
|
|
.identity-default {
|
|
|
|
cursor: pointer;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
2016-05-01 09:07:10 +08:00
|
|
|
|
2021-09-09 23:00:31 +08:00
|
|
|
.identity-name {
|
|
|
|
display: inline-block;
|
|
|
|
word-break: break-all;
|
|
|
|
cursor: pointer;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
2015-02-06 23:26:20 +08:00
|
|
|
|
2021-09-09 23:00:31 +08:00
|
|
|
table {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
2015-02-06 23:26:20 +08:00
|
|
|
|
2021-09-09 23:00:31 +08:00
|
|
|
tr {
|
2016-05-01 09:07:10 +08:00
|
|
|
white-space: nowrap;
|
2021-09-09 23:00:31 +08:00
|
|
|
}
|
2016-05-01 09:07:10 +08:00
|
|
|
|
2021-11-15 17:56:52 +08:00
|
|
|
td + td + td {
|
2021-11-09 07:53:42 +08:00
|
|
|
text-align: right;
|
2021-09-09 23:00:31 +08:00
|
|
|
}
|
2021-11-15 17:56:52 +08:00
|
|
|
td:first-child,
|
|
|
|
td:last-child, {
|
2021-11-09 07:53:42 +08:00
|
|
|
width: 1em;
|
2015-02-06 23:26:20 +08:00
|
|
|
}
|
2021-09-09 23:00:31 +08:00
|
|
|
|
|
|
|
.delete {
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.identity-default::before {
|
|
|
|
content: '(';
|
|
|
|
}
|
|
|
|
.identity-default::after {
|
|
|
|
content: ')';
|
|
|
|
}
|
|
|
|
|
2020-09-12 19:57:09 +08:00
|
|
|
}
|