This commit is contained in:
2022-03-21 12:37:36 +08:00
commit 9c2631aed6
270 changed files with 41563 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
.bg{
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")
}
.cropper-wrapper{
min-height: 500px;
display: flex;
justify-content: center;
flex-flow: column;
align-items: center;
.cropper-box {
display: flex;
justify-content: center;
margin-top: 20px;
}
.img-box{
margin: 0 auto;
height: 540px;
width: 960px;
border: 1px solid #ebebeb;
display: inline-block;
.bg;
img{
max-width: 100%;
display: block;
}
}
.button-box{
padding: 10px 0 0;
margin-bottom: 25px;
visibility: hidden;
button {
margin: 0 5px;
}
}
.file_logo{
.file_name{
text-align: center;
padding-bottom: 15px;
}
}
.underline {
display: flex;
}
}