xbx #204
@ -125,6 +125,17 @@
|
||||
font-size: 11rem;
|
||||
}
|
||||
.fasongkuang input:focus{ border: none; background: #fff; outline: none;}
|
||||
.guanbibutton{
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
.guanbibutton > button {
|
||||
margin-left: 10rem;
|
||||
width: 40rem;
|
||||
height: 10rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
@ -377,7 +388,8 @@
|
||||
<div class="row-div" style="height: 100%; width: auto;margin-right: 28rem;">
|
||||
<img id="screen-btn" style="width: 45rem; height: 45rem" src="./img/screen-off.png" alt="">
|
||||
<div style="width: 20rem"></div>
|
||||
<img id="logout-btn" style="width: 45rem; height: 45rem" src="./img/logout.png" alt="">
|
||||
<!-- id="logout-btn" -->
|
||||
<img data-toggle="modal" data-target="#exampleModal" style="width: 45rem; height: 45rem" src="./img/logout.png" alt="">
|
||||
</div>
|
||||
|
||||
|
||||
@ -445,6 +457,21 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Modal -->
|
||||
<!-- <button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button> -->
|
||||
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
您确认要关闭吗?
|
||||
<div class="guanbibutton">
|
||||
<button type="button" class="btn btn-primary ">确认</button>
|
||||
<button type="button" class="btn btn-secondary">取消</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
|
||||
function GetRequest() {
|
||||
|
Loading…
Reference in New Issue
Block a user