-
Notifications
You must be signed in to change notification settings - Fork 0
/
case_source.html
68 lines (68 loc) · 1.63 KB
/
case_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="./css/iuapmobile.um.css">
<link rel="stylesheet" href="./css/font-icons.css">
<link rel="stylesheet" href="./css/new_page1.css">
<script src="./js/summer.js" ></script>
<script src="./js/jquery.min.js" ></script>
<script src="./js/Frameworks/iuapmobile.frameworks.ui.js" ></script>
<script src="./js/case_source.js" ></script>
<script src="./js/appsetting.js" ></script>
</head>
<body>
<div class="um-win" id="index">
<div class="um-header" >
<a href="./index.html" class="um-back"> <span>返回</span></a>
<h3 class="main_title">案件来源</h3>
<a id="calculate" class="um-header-right "></a>
</div>
<div class="um-content">
<div class="um-grid">
<div id="caseContent" style="background: #FFFFFF;height: 150%">
</div>
</div>
</div>
</div>
</body>
</html>
<style scoped>
.um-header{
background: #FFFFFF;
border-bottom: 1px solid #2DBBFA;
border-image:none;
-webkit-border-image:none;
}
.um-content{
background: #FFFFFF;
}
.um-back{
color: #2dbbfa;
left: 0px;
}
.car_brand_item{
margin: 15px 0px 10px 0px;
}
.car_name{
display: block;
font-size: 14px;
margin-top: 5px;
}
.um-back span{
font-size: 14px;
}
.um-header h3{
color: #2dbbfa;
font-weight: 500;
}
.um-header-right{
color: #2dbbfa;
font-size: 14px;
}
.um-img-responsive{
width: 70%;
}
</style>