《肖申克的救赎》是由弗兰克?达拉邦特执导,蒂姆?罗宾斯、摩根?弗里曼等主演。该片改编自斯蒂芬?金《四季奇谭》中收录的同名小说,该片中涵盖全片的主题是“希望”,全片透过监狱这一强制剥夺自由、高度强调纪律的特殊背景来展现作为个体的人对“时间流逝、环境改造”的恐惧。影片的结局有《基督山伯爵》式的复仇宣泄。
* {
margin:0;
padding:0;
}
html,body {
width:100%;
height:100%;
}
.box {
width:300px;
height:450px;
margin:50px auto;
border:1px solid #000;
}
.box>h1 {
font-size:20px;
line-height:35px;
color:chocolate;
padding-left:10px;
border-bottom:1px dashed #ccc;
}
ul>li {
list-style:none;
padding:5px 10px;
border:1px dashed #ccc;
}
ul>li:nth-child(-n+3) span {
background:chocolate;
}
ul>li>span {
display:inline-block;
width:20px;
height:20px;
background:#ccc;
line-height:20px;
text-align:center;
margin-right:10px;
}
.content {
overflow:hidden;
margin-top:5px;
display:none;
}
.content>img {
width:80px;
height:120px;
}
.content>p {
width:180px;
height:120px;
float:right;
font-size:12px;
line-height:20px;
}
.current .content {
display:block;
}
更新时间:2019-12-22 22:47:54
主要利用jquery中的addclass和removeclass先隐藏再显示