mirror of https://github.com/midoks/mdserver-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
223 lines
4.1 KiB
223 lines
4.1 KiB
2 years ago
|
<style>
|
||
|
.migration_content {
|
||
|
position: relative;
|
||
|
height: 150px;
|
||
|
}
|
||
|
.step_head::after {
|
||
|
background-color: #ddd;
|
||
|
border-top: 2px solid #ccc;
|
||
|
content: "";
|
||
|
display: block;
|
||
|
height: 3px;
|
||
|
left: 84px;
|
||
|
position: absolute;
|
||
|
top: 14px;
|
||
|
width: 500px;
|
||
|
z-index: -1;
|
||
|
}
|
||
|
.step_head {
|
||
|
margin: 20px 0;
|
||
|
}
|
||
|
.step_head ul li {
|
||
|
width: 24.5%;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
.step_head ul li span {
|
||
|
width: 30px;
|
||
|
height: 30px;
|
||
|
line-height: 30px;
|
||
|
display: block;
|
||
|
border-radius: 15px;
|
||
|
background-color: #ddd;
|
||
|
color: #878787;
|
||
|
margin: 0 auto;
|
||
|
text-align: center;
|
||
|
font-size: 16px;
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
.step_head ul li p {
|
||
|
text-align: center;
|
||
|
margin-top: 15px;
|
||
|
}
|
||
|
.step_head ul li.active span {
|
||
|
background-color: #20A53A;
|
||
|
color: #fff;
|
||
|
}
|
||
|
.step_content {
|
||
|
text-align: center;
|
||
|
}
|
||
|
.boxHide {
|
||
|
display: none
|
||
|
}
|
||
|
.step_content .psync_info input {
|
||
|
width: 300px;
|
||
|
}
|
||
|
.step_content .psync_info .panel_setp_span {
|
||
|
height: 32px;
|
||
|
line-height: 32px;
|
||
|
overflow: hidden;
|
||
|
padding-right: 20px;
|
||
|
text-align: right;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
width: 130px;
|
||
|
display: inline-block;
|
||
|
float: left;
|
||
|
}
|
||
|
.step_content .psync_info .mtb20{
|
||
|
padding-left: 70px;
|
||
|
text-align: left;
|
||
|
}
|
||
|
.psync_path .table {
|
||
|
text-align: left;
|
||
|
}
|
||
|
.psync_path .table > tbody > tr > td:nth-child(2n),
|
||
|
.psync_path .table > thead > tr > th:nth-child(2n),
|
||
|
.terlist .table > thead > tr > th:nth-child(2n),
|
||
|
.terlist .table > tbody > tr > td:nth-child(2n),
|
||
|
.terlist .table > tbody > tr > td:nth-child(1),
|
||
|
.terlist .table > thead > tr > th:nth-child(1) {
|
||
|
border-right: #ddd 1px solid;
|
||
|
}
|
||
|
|
||
|
.checkbox_conten {
|
||
|
background-color: #f3f3f3;
|
||
|
border: #ddd 1px solid;
|
||
|
border-radius: 4px;
|
||
|
padding: 10px;
|
||
|
margin: 0px 50px;
|
||
|
}
|
||
|
|
||
|
.checkbox_item span {
|
||
|
display: inline-block;
|
||
|
height: 15px;
|
||
|
overflow: hidden;
|
||
|
text-align: left;
|
||
|
display: block;
|
||
|
padding-left: 20px;
|
||
|
height: 20px;
|
||
|
line-height: 20px;
|
||
|
width: 152px;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
|
||
|
label.checkbox_label {
|
||
|
margin-left: 6px;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
label.checkbox_label span {
|
||
|
color: #000;
|
||
|
}
|
||
|
.psync_data {
|
||
|
display: none;
|
||
|
}
|
||
|
.psync_data .checkbox_item input[type="checkbox"] {
|
||
|
width: 15px;
|
||
|
height: 15px;
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
margin-top: -6px;
|
||
|
}
|
||
|
|
||
|
.checkbox_item label {
|
||
|
font-weight: normal;
|
||
|
white-space: nowrap;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.psync_data .checkbox_data {
|
||
|
margin: 0 5px 5px;
|
||
|
display: inline-block;
|
||
|
width: 166px;
|
||
|
vertical-align: text-top;
|
||
|
}
|
||
|
|
||
|
.psync_data .checkbox_data:last-child {
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
|
||
|
.checkbox_item ul {
|
||
|
background-color: #fff;
|
||
|
max-height: 174px;
|
||
|
overflow: auto;
|
||
|
width: 100%;
|
||
|
display: block;
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
.checkbox_item ul li {
|
||
|
padding: 0 6px;
|
||
|
}
|
||
|
|
||
|
.psync_data .checkbox_con {
|
||
|
display: block
|
||
|
}
|
||
|
|
||
|
.progress {
|
||
|
background-color: #e2e2e2;
|
||
|
border-radius: 8px;
|
||
|
height: 16px;
|
||
|
line-height: 16px;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.progress-bar {
|
||
|
background-color: #5ab76c;
|
||
|
border-radius: 8px;
|
||
|
height: 16px;
|
||
|
max-width: 100%;
|
||
|
position: absolute;
|
||
|
text-align: right;
|
||
|
transition: all 0.3s ease 0s;
|
||
|
width: 0;
|
||
|
}
|
||
|
|
||
|
.progress-text {
|
||
|
font-size: 12px;
|
||
|
color: #fff;
|
||
|
padding: 0 10px;
|
||
|
position: static;
|
||
|
}
|
||
|
|
||
|
.qystatus {
|
||
|
color: #666;
|
||
|
margin-bottom: 10px;
|
||
|
margin-left: 5px;
|
||
|
}
|
||
|
|
||
|
.success {
|
||
|
padding: 50px 0 60px;
|
||
|
margin-left: -60px;
|
||
|
}
|
||
|
|
||
|
.success p {
|
||
|
margin-top: 20px;
|
||
|
font-size: 16px;
|
||
|
color: #666;
|
||
|
}
|
||
|
.psync_tips{
|
||
|
color: red;
|
||
|
font-size: 15px;
|
||
|
background-color: #fbfbfb;
|
||
|
border: 1px solid #eee;
|
||
|
line-height: 46px;
|
||
|
margin-bottom: 15px;
|
||
|
padding-left: 10px;
|
||
|
}
|
||
|
.psync_tips span{
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
</style>
|
||
|
<div class="migration_api pd15">
|
||
|
<div class="migration_content">
|
||
|
<div class="step_head">
|
||
|
<ul>
|
||
|
<li class="active"><span>1</span><p>填写信息</p></li>
|
||
|
<li><span>2</span><p>检测环境</p></li>
|
||
|
<li><span>3</span><p>选择数据</p></li>
|
||
|
<li class=""><span>4</span><p>一键迁移</p></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|