|
|
@ -13,14 +13,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
.input-security {
|
|
|
|
.input-security {
|
|
|
|
width: 500px;
|
|
|
|
width: 500px;
|
|
|
|
height: 2.5rem;
|
|
|
|
height: 2.4rem;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-left: 10px;
|
|
|
|
border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
border: 0;
|
|
|
|
border: 1px solid #E5E5E5;
|
|
|
|
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btn-security {
|
|
|
|
.btn-security {
|
|
|
|
width: 300px;
|
|
|
|
width: 246px;
|
|
|
|
height: 2.4rem;
|
|
|
|
height: 2.4rem;
|
|
|
|
border: 0;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
@ -29,13 +30,18 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btn-security-close {
|
|
|
|
.btn-security-close {
|
|
|
|
width: 300px;
|
|
|
|
width: 246px;
|
|
|
|
height: 2.4rem;
|
|
|
|
height: 2.4rem;
|
|
|
|
border: 0;
|
|
|
|
border: 1px solid #E5E5E5;
|
|
|
|
border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
background-color: #fff;
|
|
|
|
background-color: #fff;
|
|
|
|
color: #999;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.detailed-content-box {
|
|
|
|
|
|
|
|
width: auto;
|
|
|
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
</block>
|
|
|
|
</block>
|
|
|
|
|
|
|
|
|
|
|
@ -66,7 +72,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="tab detailed-box">
|
|
|
|
<div class="tab detailed-box">
|
|
|
|
<label class="detailed-title detailed-label" style="margin-right: 20px;"></label>
|
|
|
|
<label class="detailed-title detailed-label" style="margin-right: 20px;"></label>
|
|
|
|
<div class="detailed-content-box" style="display: flex;width: 100%;">
|
|
|
|
<div class="detailed-content-box" style="display: flex;width: 100%;margin-left: 20px;">
|
|
|
|
<button class="btn-security" style="margin-right: 20px;">确定</button>
|
|
|
|
<button class="btn-security" style="margin-right: 20px;">确定</button>
|
|
|
|
<button class="btn-security-close">取消</button>
|
|
|
|
<button class="btn-security-close">取消</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|