2021-11-08 00:06:08 +08:00
|
|
|
#V-PopupsDomainAlias {
|
|
|
|
max-width: 330px;
|
2016-06-11 06:20:09 +08:00
|
|
|
}
|
|
|
|
|
2021-11-08 00:06:08 +08:00
|
|
|
#V-PopupsDomain {
|
2014-02-01 05:37:26 +08:00
|
|
|
|
2021-11-08 00:06:08 +08:00
|
|
|
max-width: 810px;
|
2014-02-01 05:37:26 +08:00
|
|
|
|
2016-02-06 02:51:00 +08:00
|
|
|
.domain-desc {
|
|
|
|
color: #666;
|
|
|
|
line-height: 20px;
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
padding: 8px;
|
|
|
|
border: 1px solid #eee;
|
|
|
|
border-radius: 3px;
|
|
|
|
margin: -5px 0;
|
|
|
|
i {
|
|
|
|
font-style: normal;
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-02-01 05:37:26 +08:00
|
|
|
.testing-done {
|
2021-08-27 02:31:38 +08:00
|
|
|
color: green !important;
|
2014-02-01 05:37:26 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.testing-error {
|
2021-08-27 02:31:38 +08:00
|
|
|
color: red !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-content {
|
|
|
|
grid-column-end: 5;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
padding: 10px;
|
2014-02-01 05:37:26 +08:00
|
|
|
}
|
2021-02-16 21:40:11 +08:00
|
|
|
}
|