develop
Jmysy 2020-06-26 05:03:55 +08:00
parent 197474b49b
commit af71edb127
1 changed files with 18 additions and 2 deletions

View File

@ -16,10 +16,25 @@
display: inline-block;
}
.pear-frame .title{
position: absolute;
margin-top: 0px;
margin-left: 12px;
color: dimgray;
display: inline-block;
letter-spacing:2px;
}
.pear-frame .pear-frame-title{
height: 40px;
line-height: 40px;
background-color: white;
border: whitesmoke 1px solid;
}
.pear-frame .pear-frame-content{
width: 100%;
height: 100%!important;
height: calc(100% - 45px)!important;
}
.pear-frame-loading {
@ -27,6 +42,7 @@
display: none;
width: 100%;
height: 100%;
top: 0px;
z-index: 19;
background-color: #fff
}