如图中的课程练习(2-5)中的1 2 3 4 是如何实现的?

如图中的课程练习(2-5)中的1 2 3 4 是如何实现的?

http://img1.sycdn.imooc.com//climg/5a156d3b0001980612370438.jpg我自己做出的是这样的效果

http://img1.sycdn.imooc.com//climg/5a156d960001079513960503.jpg左侧部分通过dl列表去做,然后通过添加dd背景图片实现那个红圈,但是无法做出1 2 3 4的序列;我的代码如下:

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>网页主体部分</title>

<link rel="stylesheet" href="main.css">

</head>

<body>

<section class="main">

<aside>

<h1>Recent <span>Course</span></h1>

<dl>

<dt>Hyper Text Markup Language</dt>

<dd>TOMSHOO 10x25 Compact binocular is constructed with a rugged rubber armor for a comfortable, non-slip grip and shock resistance</dd>

<dt>Hyper Text Markup Language</dt>

<dd>TOMSHOO 10x25 Compact binocular is constructed with a rugged rubber armor for a comfortable</dd>

<dt>Hyper Text Markup Language</dt>

<dd>TOMSHOO 10x25 Compact binocular is constructed with a rugged rubber armor for a comfortable</dd>

<dt>Hyper Text Markup Language</dt>

<dd>TOMSHOO 10x25 Compact binocular is constructed with a rugged rubber armor for a comfortable, non-slip grip and shock resistance</dd>

</dl>

</aside>

<article>

<h1>Welcome to <span>Massive Open Online Course</span></h1>

<p>TOMSHOO 10x25 Compact binocular</p>

<img src="http://img1.sycdn.imooc.com/climg//582e61180001ede703300130.jpg" alt="">

<p>Easy To Use --- Focus by adjusting the right eye cup and center wheel good for adults bird;watching, sightseeing,climbing traveling, sport Game,concerts etc.</p>

<p>watching, sightseeing,climbing traveling, sport Game,concerts etc.</p>

</article>

</section>

</body>

</html>

CSS部分如下:

aside dt,p{font-family: arial}

span{color:gray;}

h1{font-size:30px;}

aside{float:left;width:485px;height:500px;}

aside h1{margin-left:20px;}

aside dt{text-decoration:underline;font-weight:bold;margin-left:100px;margin-top:20px;}

aside dd{background: url(http://img1.sycdn.imooc.com/climg//582e61290001787900500051.png) no-repeat;

padding-left:60px;}

article{float:right;width:775px;height:500px;}

article img{width:720px;height:200px;}


正在回答

登陆购买课程后可参与讨论,去登陆

2回答

1、2、3、4是自己定义的文字哦

如下布局的时候,就可以在标注的dd中引入背景图片并定义序列数字。

http://img1.sycdn.imooc.com//climg/5a1660540001b60015020126.jpg

你可以参考该思路实现。

  • 夜幕客船 提问者 #1
    非常感谢!
    2017-11-24 15:26:16
怎么都被占用了呢 2017-11-23 11:22:52

注意老师的布局,每一条是一个dl列表,你的是整个定义为了一个dl列表。

http://img1.sycdn.imooc.com//climg/5a163ed40001125a08240284.jpg

还有你的布局效果和老师的差不多呢,无法做出1 2 3 4的序列是什么意思呢


  • 提问者 夜幕客船 #1
    定义列表这里我觉得应该是整体定义更加符合布局结构,dl定义列表下面是可以有很多dt的,然后每一个dt下用dd做解释;你仔细看老师的那个红颜色的图标里面是有数字1234的,而我的那个就只有红圈圈~~~
    2017-11-23 12:18:11
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
响应式开发与常用框架 2018
  • 参与学习           人
  • 提交作业       2198    份
  • 解答问题       5012    个

如果你有web端基础,既想进阶,又想进军移动端开发,那就来吧,我们专题为你带来的课程有HTML5、CSS3、移动基础、响应式、bootstrap、less等,让你在前端道路上畅通无阻!

了解课程
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师