-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlessonList.html
67 lines (61 loc) · 1.35 KB
/
lessonList.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
<!-- <div class="row">
<div class="col-md-2 col-md-offset-4">
<h2>热门课程</h2>
</div>
<div class="col-md-2" style="margin-left: 10px">
<h2>最新课程</h2>
</div>
</div> -->
<script src="../asset/js/lessonList.js"> </script>
<div class="col-lg-12" style="margin-top: 20px" id="lessonlist">
<div class="lessonInline" >
<img ng-src="{{lesson.imgUrl}}">
<p>
数据库
</p>
<div class="price">
<p>
价格:998
</p>
</div>
<div style="margin-top: 30px">
<div class="stargrey"></div>
<div class="star"></div>
<div class="content-r">
<span>1111556人学习</span>
</div>
</div>
</div>
<div id="lesson" class="lessonInlinehover" style="margin-left: -20%;">
<div style="height: 120px">
<p>
<span>数据库</span>
</p>
</div>
<div style="background: rgb(83,138,202);height: 156px">
<p>
学习方式
</p>
<p>
在线:¥998
</p>
<p>
现场班:¥2998
</p>
</div>
<div style="background: rgb(59,110,103);height: 30px;">
<p style="padding-top: 5px;margin-left: 40%">
课程安排
</p>
</div>
</div>
</div>
<div class="col-lg-12">
<div class="more" style="margin-top: 0px">
<a href="lessonCate.html">
<button type="button" class="btn btn-default btn-lg btn-block" style="color: #ff9001">
<h3>查看所有课程</h3>
</button>
</a>
</div>
</div>