|
|
|
@ -8,111 +8,10 @@
|
|
|
|
|
<link href="__STATIC__/icons_alibaba/iconfont.css" rel="stylesheet">
|
|
|
|
|
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
.trunk-list {
|
|
|
|
|
position: relative;
|
|
|
|
|
min-height: 66vh;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pagenation {
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 5vh;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lwx_dialog_prompt .layui-layer-content {
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lwx_dialog_title {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.launch_platform_prompt .layui-layer-input, .lwx_dialog_input, .lwx_dialog_select, .lwx_dialog_textarea {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 220px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
padding: 0 5px;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
box-shadow: 1px 1px 5px rgba(0, 0, 0, .1) inset;
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lwx_dialog_select {
|
|
|
|
|
width: 272px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lwx_dialog_textarea {
|
|
|
|
|
height: 64px;
|
|
|
|
|
width: 260px;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
resize: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lwx_dialog_input {
|
|
|
|
|
width: 260px;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.launch_platform_prompt .layui-layer-btn, .lwx_dialog_prompt .layui-layer-btn {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding-bottom: 25px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.launch_platform_prompt .layui-layer-btn .layui-layer-btn0, .lwx_dialog_prompt .layui-layer-btn .layui-layer-btn0 {
|
|
|
|
|
width: 81%;
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lwx_dialog_notice {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 6px;
|
|
|
|
|
left: 20px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lwx_dialog_prompt .select2-container, .select2-container--default .select2-selection--single {
|
|
|
|
|
width: 272px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.applycbtn {
|
|
|
|
|
display: block;
|
|
|
|
|
color: #50B370;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
|
font-family: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.trunk-content {
|
|
|
|
|
margin: 0 2%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pic-prev:hover, .pic-next:hover {
|
|
|
|
|
background-color: #4ac5c3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.add-disable {
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-number {
|
|
|
|
|
width: 80px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-security {
|
|
|
|
|
width: 500px;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-security {
|
|
|
|
|
width: 300px;
|
|
|
|
|
height: 2.4rem;
|
|
|
|
@ -121,15 +20,6 @@
|
|
|
|
|
background-color: #358fe4;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-security-close {
|
|
|
|
|
width: 300px;
|
|
|
|
|
height: 2.4rem;
|
|
|
|
|
border: 0;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</block>
|
|
|
|
|
|
|
|
|
|