Commit 60a0ce0d by sunchao

loading页样式调整

parent 561bcbc5
......@@ -9,7 +9,7 @@
<img class="status" *ngIf="recordsItem.approvingStatusId ==0"
src="assets/images/refuse.png"/>
<div class="line" *ngIf="recordsItem.approvingStatusId ==1"></div>
<hr *ngIf="recordsItem.approvingStatusId !=0" style="width: 1px;height: 100%;margin: 0 auto;border-right:8px dashed #f3f3f3;"/>
<hr *ngIf="recordsItem.approvingStatusId !=0" style="width: 1px;height: 100%;margin: 0 auto;border-right:4px dashed #dcdcdc;"/>
</div>
<div class="right">
<div>
......
......@@ -21,9 +21,9 @@
top: 48px;
}
div.line{
width: 8px;
width: 4px;
height: 100%;
background: #f3f3f3;
background: #dcdcdc;
margin: 0 auto;
}
}
......
......@@ -36,7 +36,6 @@ export class ApprovalResultListComponent implements OnInit {
const param = {
practitionerId:this.practitionerId,
hiringBasicInfoId:this.hiringBasicInfoId
}
this.myService.detailQuery(param).subscribe((res)=>{
if(res['success']){
......
<div class="weui-panel">
<div class="weui-panel" >
<!--head-->
<div class="weui-panel__hd header">
<!--头部经纪人信息START-->
......@@ -198,7 +198,4 @@
<p>版权所有©2020银盾保险在线 &nbsp;沪ICP备18000565号</p>
</div>
</div>
<ydlife-alert *ngIf="isNeedAlert" [dialogInfo]="dialogInfo" (popInfo)="getPopInfo()"></ydlife-alert>
\ No newline at end of file
......@@ -36,6 +36,7 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
activities_grade: any;
taskLen:Array<any> = [];
person:any;
showFlag:boolean = false;
constructor(
private router: Router,
public lifeCommonService: LifeCommonService,
......
......@@ -17,33 +17,49 @@
<link rel="stylesheet" href="./assets/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="./assets/LCalendar/LCalendar.css">
<link rel="stylesheet" href="./assets/laydate/theme/default/laydate.css">
<style>
.footer{
min-width: 320px;
max-width: 640px;
margin: 0 auto;
position: fixed;
height: 100px;
background: #fff;
bottom: 0;
left: 0;
right: 0;
text-align: center;
}
.footer img{
width: 36%;
margin-top: 20px;
}
</style>
</head>
<body>
<app-root>
<div id="adv"
style="width: 100%;min-width: 320px;
max-width: 640px;overflow: hidden;position: fixed;top: 0;right: 0; bottom: 0;left: 0;background: #fff;margin: auto;">
<div class="content" style="text-align: center;width: 60%;margin: 45% auto 0 auto;">
<img style="width:100%;margin-bottom: 15px;" src="assets/images/login_logo.png">
<div class="loadingContent">
<span style="letter-spacing: 4px;">DYD</span>
<span style="letter-spacing: 4px;">·</span>
<span style="letter-spacing: 4px;">Digital Yindun</span>
</div>
<!-- <div style="margin-top: 45%;">欢迎回家,先喝碗鸡汤</div> -->
</div>
<div id="content" style="font-size:18px;margin-top: 30%;text-align: center;padding: 0 15px;">
</div>
</div>
</app-root>
<!-- <div class="loadingBox" id="loading"
style="display: flex;justify-content: center;align-items: center;position: fixed;left:40%;top:40%;width:100%;height: 100%;">
<img src="assets/images/loading.gif" alt="loading" class="img-responsive" style="width: 68px;height: 68px;">
</div> -->
<div id="adv"
style="width: 100%;min-width: 320px;height:100%;max-width: 640px;overflow: hidden;position: fixed;top: 0;right: 0; bottom: 0;left: 0;background: #fff;margin: auto;">
<div class="content" style="text-align: center;margin: 0 auto;">
<img style="width:100%;margin-bottom: 15px;" src="assets/images/loading_bg.png">
<!-- <div style="margin-top: 45%;">欢迎回家,先喝碗鸡汤</div> -->
</div>
<div id="content" style="letter-spacing: 3px;font-size: 20px;text-align: center;padding: 0 15px;position: absolute;top: 45%;color: #fff;left: 0;right: 0;margin: 0 auto;">
<div>
</div>
<div class="footer">
<img src="assets/images/login_logo.png" alt="logo">
<div style="letter-spacing: 4px;">
海纳百川 赢家后盾
</div>
</div>
</div>
<script src="./assets/js/jquery.min.js"></script>
<script src="./assets/js/qrcode.js"></script>
......@@ -52,8 +68,8 @@
<script src="./assets/LCalendar/LCalendar.js"></script>
<script src="./assets/laydate/laydate.js"></script>
<script type="text/javascript">
var api = 'https://' + window.location.host;
// var api = 'https://mdev.zuihuibi.cn';
// var api = 'https://' + window.location.host;
var api = 'https://mdev.zuihuibi.cn';
function getToken() {
$.ajax({
type: "POST",
......@@ -75,12 +91,12 @@
let loading = document.getElementById("adv");
loading.style.display = 'block';
document.onreadystatechange = function () {
// if (document.readyState == "complete") {
// setTimeout(() => {
// loading.style.display = 'none';
// }, 4000)
if (document.readyState == "complete") {
setTimeout(() => {
loading.style.display = 'none';
}, 400000)
// }
}
}
}
//页面刷新的时候不出现
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment