develop
parent
197474b49b
commit
af71edb127
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue