1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > html做一页关于时间轴的网站 前端css实现最基本的时间轴的示例代码

html做一页关于时间轴的网站 前端css实现最基本的时间轴的示例代码

时间:2019-02-21 00:46:02

相关推荐

html做一页关于时间轴的网站 前端css实现最基本的时间轴的示例代码

本文介绍了前端css实现最基本的时间轴的示例代码,分享给大家,具体如下:

原型:

代码:

状态详情

#timeleft div {

height: 65px;

color: #333333;

}

#timecenter div {

height: 65px;

color: #333333;

}

#timeright div {

height: 65px;

color: #333333;

}

#timeright div p {

margin: 0 0 0px;

}

.cicle1 {

position: absolute;

top: 0px;

left: -10px;

border-radius: 10px;

list-style: none;

width: 20px;

height: 20px;

border: 1px solid #cccccc;

background: #ffffff;

}

.cicle2 {

position: absolute;

top: 70px;

left: -10px;

border-radius: 10px;

list-style: none;

width: 20px;

height: 20px;

border: 1px solid #cccccc;

background: #ffffff;

}

.cicle3 {

position: absolute;

top: 140px;

left: -10px;

border-radius: 10px;

list-style: none;

width: 20px;

height: 20px;

border: 1px solid #cccccc;

background: #ffffff;

}

.cicle4 {

position: absolute;

top: 210px;

left: -10px;

border-radius: 10px;

list-style: none;

width: 20px;

height: 20px;

border: 1px solid #cccccc;

background: #ffffff;

}

-12-24 8:00-12-24 8:00-12-24 8:00-12-24 8:00

完工交车

1小时

完工交车

1小时

完工交车

1小时

完工交车

1小时

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持脚本之家。

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。