|
|
@@ -22,6 +22,56 @@
|
|
22
|
22
|
<script language="javascript" type="text/javascript" src="/static/js/animate.min.js"></script>
|
|
23
|
23
|
<script language="javascript" type="text/javascript" src="/static/js/main.js"></script>
|
|
24
|
24
|
<script type="text/javascript" src="/static/js/ap.js"></script>
|
|
|
25
|
+ <style>
|
|
|
26
|
+ .cert-con{
|
|
|
27
|
+ padding-bottom: 45px;
|
|
|
28
|
+ margin-top: -5px;
|
|
|
29
|
+ }
|
|
|
30
|
+ .cert-title{
|
|
|
31
|
+ width: 100%;
|
|
|
32
|
+ text-align: center;
|
|
|
33
|
+ font-size: 16px;
|
|
|
34
|
+ color: #6160d7;
|
|
|
35
|
+ font-weight: bold;
|
|
|
36
|
+ padding-bottom: 20px;
|
|
|
37
|
+ }
|
|
|
38
|
+ .cert-desc{
|
|
|
39
|
+ font-size: 12px;
|
|
|
40
|
+ line-height: 2;
|
|
|
41
|
+ padding-bottom: 10px;
|
|
|
42
|
+ }
|
|
|
43
|
+ .cert-desc em{
|
|
|
44
|
+ color: #519fea;
|
|
|
45
|
+ }
|
|
|
46
|
+ .cert-desc span{
|
|
|
47
|
+ color: #ffc801;
|
|
|
48
|
+ }
|
|
|
49
|
+ .cert-desc strong{
|
|
|
50
|
+ font-size: 14px;
|
|
|
51
|
+ color: #db0a05;
|
|
|
52
|
+ }
|
|
|
53
|
+ .cert-btn{
|
|
|
54
|
+ position: absolute;
|
|
|
55
|
+ left: 0;
|
|
|
56
|
+ bottom: 0;
|
|
|
57
|
+ display: flex;
|
|
|
58
|
+ width: 100%;
|
|
|
59
|
+ justify-content: space-between;
|
|
|
60
|
+ }
|
|
|
61
|
+ .cert-btn a{
|
|
|
62
|
+ width: 50%;
|
|
|
63
|
+ height: 45px;
|
|
|
64
|
+ font-size: 14px;
|
|
|
65
|
+ line-height: 45px;
|
|
|
66
|
+ text-align: center;
|
|
|
67
|
+ border-right: 1px solid #e5e5e5;
|
|
|
68
|
+ border-top: 1px solid #e5e5e5;
|
|
|
69
|
+ }
|
|
|
70
|
+ .cert-btn a:last-child{
|
|
|
71
|
+ border-right: none;
|
|
|
72
|
+ color: #1987e8;
|
|
|
73
|
+ }
|
|
|
74
|
+ </style>
|
|
25
|
75
|
</head>
|
|
26
|
76
|
|
|
27
|
77
|
<body>
|