First Initial
This commit is contained in:
32
wwwroot/css/frame.css
Normal file
32
wwwroot/css/frame.css
Normal file
@@ -0,0 +1,32 @@
|
||||
.iframe-con{
|
||||
background: #fff;
|
||||
width: 0;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
border: none;
|
||||
}
|
||||
.iframe-con iframe{
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: visible;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.iframe-visible{
|
||||
display: block;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 99999;
|
||||
bottom: 0;
|
||||
overflow-y:scroll !important;
|
||||
-webkit-overflow-scrolling:touch !important;
|
||||
|
||||
}
|
||||
.overflow-fix{
|
||||
overflow: hidden !important;
|
||||
}
|
||||
27
wwwroot/css/mycustom.css
Normal file
27
wwwroot/css/mycustom.css
Normal file
@@ -0,0 +1,27 @@
|
||||
.modal-header {
|
||||
padding: 10px 15px 0;
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
.modal-title {
|
||||
font-size: 22px;
|
||||
font-weight: bold !important;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
background-color: #FAFAFA;
|
||||
margin: 0 15px;
|
||||
}
|
||||
|
||||
.modal-body label {
|
||||
font-size: 19px;
|
||||
font-family: THSarabunNew;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.modal-footer {
|
||||
border: none;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user