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.
19 lines
338 B
19 lines
338 B
<style>
|
|
.container-box {
|
|
text-align: center;
|
|
}
|
|
.container-box img{
|
|
width: 178px;
|
|
height: auto;
|
|
margin-top: 31px;
|
|
}
|
|
.layui-layer{
|
|
border-radius: 8px !important;
|
|
}
|
|
.layui-layer-title{
|
|
border-radius: 16px 26px 0 0 !important;
|
|
}
|
|
</style>
|
|
<div class="container-box">
|
|
<img src="../../image/[email protected]" />
|
|
</div>
|