feat: 完善后台
parent
4346bc718c
commit
b292dc74f1
|
@ -1,3 +1,64 @@
|
||||||
|
<style>
|
||||||
|
.pay-li {
|
||||||
|
float: left;
|
||||||
|
opacity: 1;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.pay-img {
|
||||||
|
width: 80px;
|
||||||
|
height: 80px;
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
|
.pay-img-del-x {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 100;
|
||||||
|
top: -4px;
|
||||||
|
right: -2px;
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 16px;
|
||||||
|
color: #fff;
|
||||||
|
text-align: center;
|
||||||
|
cursor: pointer;
|
||||||
|
background: hsla(0, 0%, 60%, .6);
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
.upload-cert-a{
|
||||||
|
cursor: pointer;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 100;
|
||||||
|
top: 58px;
|
||||||
|
right: -10%;
|
||||||
|
width: 100px;
|
||||||
|
height: 20px;
|
||||||
|
font-size: 8px;
|
||||||
|
line-height: 16px;
|
||||||
|
text-align: center;
|
||||||
|
border-radius: 10px;
|
||||||
|
color: #4e8bff;
|
||||||
|
}
|
||||||
|
.upload-cert-a:hover {
|
||||||
|
color: #0641cb;
|
||||||
|
}
|
||||||
|
.pay-cert{
|
||||||
|
height:80px;line-height:80px
|
||||||
|
}
|
||||||
|
.cert-add,.key-add{
|
||||||
|
height: 80px;
|
||||||
|
width: 80px;
|
||||||
|
float: left;
|
||||||
|
opacity: 1;
|
||||||
|
position: relative;
|
||||||
|
border:1px dashed #a0a0a0;
|
||||||
|
background-image:url('/static/common/image/default/add_file.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: 50% 35%;
|
||||||
|
background-size:40px 40px;
|
||||||
|
margin: 4px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<div class="layui-form" lay-filter="">
|
<div class="layui-form" lay-filter="">
|
||||||
<input type="hidden" name="type" value="base">
|
<input type="hidden" name="type" value="base">
|
||||||
<!--商城名称-->
|
<!--商城名称-->
|
||||||
|
|
Loading…
Reference in New Issue