-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
54 lines (47 loc) · 1.25 KB
/
popup.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>百度成长力</title>
<link rel="stylesheet" href="layui/css/layui.css">
<style type="text/css">
.layui-container {
width: 150px;
/*background: #009688;*/
padding: 0;
}
.layui-row {
background: #fff;
}
.popup-a {
display: block;
width: 100%;
height: 100%;
text-align: center;
color: #009688;
}
.popup-a:hover {
color: #FF5722;
}
.tools-btn{
text-align: center;
}
</style>
</head>
<body>
<div class="layui-container">
<button type="button" class="layui-btn layui-btn-fluid" id="add_stone">周计划 </button>
<div class="layui-card">
<div class="layui-row">
<div class="layui-col-xs12">
<div class="layui-card-header tools-btn" id="visit_code" style="cursor: pointer;">访问代码库</div>
</div>
</div>
</div>
</div>
<!-- <script src="layui/layui.js"></script> -->
<script src="js/jquery.js"></script>
<script src="js/popup.js"></script>
</body>
</html>