← Back to document
“学习民法典”系列知识自测
Open original site →
Extracted Text
十三届全国人大三次会议审议通过的《中华人民共和国民法典》,是新中国成立以来第一部以“法典”命名的法律,是新时代我国社会主义法治建设的重大成果。这部法律自2021年1月1日起就要正式施行了。为帮助大家开展学习,养成自觉守法的意识,形成遇事找法的习惯,培养解决问题靠法的意识和能力,共产党员网《同学》工作室推出“学习民法典”系列知识自测。
快来扫码参与吧!
// src设置
var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
var isIE = userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1; //判断是否IE -1 && !isIE; //判断是否IE的Edge浏览器
var isIE11 = userAgent.indexOf('Trident') > -1 && userAgent.indexOf("rv:11.0") > -1;
if(isIE) {
var reIE = new RegExp("MSIE (\\d+\\.\\d+);");
reIE.test(userAgent);
var fIEVersion = parseFloat(RegExp["$1"]);
if(fIEVersion == 7) {
} else if(fIEVersion == 8) {
} else {
if($('#aud').attr('src')!=''){
$('.yinyue').show()
}
}
}else{
if($('#aud').attr('src')!=''){
$('.yinyue').show()
}
}
// 音频设置
var $aud=document.getElementById('aud'),$i=0;
var $h, $f,$dq,$d,$q;
$aud.oncanplay=function(){
$h=Math.floor($aud.duration/60);
$f=Math.floor($aud.duration-$h*60);
if($h>9){
if($f>9){
$('.yinyue .shijian').html('00:00/'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('00:00/'+$h+':0'+$f)
}
}else{
if($f>9){
$('.yinyue .shijian').html('00:00/0'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('00:00/0'+$h+':0'+$f)
}
}
}
$aud.ontimeupdate = function() {
$dq=Math.floor($aud.currentTime);
if($dq9){
if($f>9){
$('.yinyue .shijian').html('00:0'+$dq+'/'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('00:0'+$dq+'/'+$h+':0'+$f)
}
}else{
if($f>9){
$('.yinyue .shijian').html('00:0'+$dq+'/0'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('00:0'+$dq+'/0'+$h+':0'+$f)
}
}
}else if(99){
if($f>9){
$('.yinyue .shijian').html('00:'+$dq+'/'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('00:'+$dq+'/'+$h+':0'+$f)
}
}else{
if($f>9){
$('.yinyue .shijian').html('00:'+$dq+'/0'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('00:'+$dq+'/0'+$h+':0'+$f)
}
}
}else if(609){
if($f>9){
$('.yinyue .shijian').html('0'+$d+':0'+$q+'/'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('0'+$d+':0'+$q+'/'+$h+':0'+$f)
}
}else{
if($f>9){
$('.yinyue .shijian').html('0'+$d+':0'+$q+'/0'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('0'+$d+':0'+$q+'/0'+$h+':0'+$f)
}
}
}else if(99){
if($f>9){
$('.yinyue .shijian').html('0'+$d+':'+$q+'/'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('0'+$d+':'+$q+'/'+$h+':0'+$f)
}
}else{
if($f>9){
$('.yinyue .shijian').html('0'+$d+':'+$q+'/0'+$h+':'+$f)
}else{
$('.yinyue .shijian').html('0'+$d+':'+$q+'/0'+$h+':0'+$f)
}
}
}
}else if($d>9){
if($q9){
if($f>9){
$('.yinyue .shijian').html($d+':0'+$q+'/'+$h+':'+$f)
}else{
$('.yinyue .shijian').html($d+':0'+$q+'/'+$h+':0'+$f)
}
}else{
if($f>9){
$('.yinyue .shijian').html($d+':0'+$q+'/'+$h+':'+$f)
}else{
$('.yinyue .shijian').html($d+':0'+$q+'/'+$h+':0'+$f)
}
}
}else if(99){
if($f>9){
$('.yinyue .shijian').html($d+':'+$q+'/'+$h+':'+$f)
}else{
$('.yinyue .shijian').html($d+':'+$q+'/'+$h+':0'+$f)
}
}else{
if($f>9){
$('.yinyue .shijian').html($d+':'+$q+'/'+$h+':'+$f)
}else{
$('.yinyue .shijian').html($d+':'+$q+'/'+$h+':0'+$f)
}
}
}
}
}
};
$('.yinyue .kaishi').on('click',function(e){
e.preventDefault();
if($i==0){
$('.txt').html('正在收听')
$aud.play();
$i=1;
$('.yinyue .kaishi').css({'background':'url(//p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1459234622428414/dyw999_ks.png) no-repeat','background-size':'88%'})
}else if($i==1){
$('.txt').html('继续收听')
$aud.pause();
$i=0;
$('.yinyue .kaishi').css({'background':'url(//p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1459234622428414/dyw999_zt.png) no-repeat','background-size':'80%'})
}
})
$('.yinyue .fanhui').on('click',function(e){
e.preventDefault();
$('.txt').html('正在收听')
$aud.load();
$aud.play();
$('.yinyue .kaishi').css({'background':'url(//p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1459234622428414/dyw999_ks.png) no-repeat','background-size':'88%'});
$i=1;
})
.w_100{width: 100%;margin: 0 auto;}
.yinyue{
margin: 40px auto 0px;
width: 800px;
/* margin: 0 auto; */
background: url(//p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1459234622428414/dyw999_bg.png);
height: 60px;
position: relative;
}
.yinyue .kaishi{
display: inline-block;
width: 21px;
height: 25px;
background: url(//p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1459234622428414/dyw999_zt.png) no-repeat;
background-size:80% ;
position: absolute;
top: 20px;
left: 50px;
/* border-radius: 8px; */
}
.yinyue .shijian{
position: absolute;
top: 20px;
left: 216px;
font: 16px '微软雅黑';
color: #292929;
}
.yinyue .txt{
position: absolute;
top: 20px;
left: 107px;
font: 16px '微软雅黑';
color: #292929;
}
.yinyue .fanhui{
display: inline-block;
width: 28px;
height: 27px;
background: url(//p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1459234622428414/dyw999_cz.jpg) no-repeat;
background-size: 90%;
position: absolute;
top: 18px;
right: 45px;
/* border-radius: 8px; */
}
#aud{
width: 0px;
height: 0px;
overflow: hidden;
}
@media only screen and (min-width: 240px) and (max-width: 768px) {
.yinyue .txt{
position: absolute;
top: .31rem;
left: 1.1rem;
font: .18rem '微软雅黑';
}
.yinyue{
width: 6.7rem;
margin: .5rem auto;
background: #ededed;
background-size:100; ;
height: .9rem;
position: relative;
border-radius: .1rem;
}
.yinyue .kaishi{
display: inline-block;
width: .28rem;
height: .28rem;
background-size:80% ;
position: absolute;
top: .3rem;
left: .5rem;
}
.yinyue .shijian{
position: absolute;
top: .33rem;
left: 2.8rem;
font: .18rem '微软雅黑';
}
.yinyue .fanhui{
display: inline-block;
width: .3rem;
height: .3rem;
/* background: url(reset.jpg) no-repeat; */
background-size: 100%;
position: absolute;
top: .3rem;
right: .5rem;
}
/* .column_wrapper_1200{
width: 100%;
margin: 0 auto;
} */
}
.dyw1001_H5 #D1{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_bg.jpg) no-repeat top center;
background-size: 100%;
width: 750px;
padding-top: 193px;
height: 1141px;
margin: 0 auto;
}
.dyw1001_H5 #D1 p{
font:28px '微软雅黑';
line-height: 60px;
color: #333;
width: 544px;
text-indent: 2em;
margin: 0 auto 22px;
}
.dyw1001_H5 #D1 li{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_2.png) no-repeat center center;
background-size: 100%;
width: 570px;
height: 68px;
padding: 24px 0;
margin: 0 auto;
}
.dyw1001_H5 #D1 li .one{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_3.png) no-repeat center center;
background-size: 100%;
display: inline-block;
width: 68px;
height: 68px;
color: #fff;
font:30px '微软雅黑';
line-height: 64px;
text-align: center;
margin:0 25px 0 34px;
}
.dyw1001_H5 #D1 li .one.cur{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_1.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1 li .one.cuo{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_0.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1 li .two{
font:30px '微软雅黑';
line-height: 64px;
}
.dyw1001_H5 #D1 li .the{
display: none;
}
.dyw1001_H5 #D2{
display: none;
margin: 0 auto;
width: 750px;
}
.dyw1001_H5 #D2 img{
width: 750px;
height: 1334px;
}
.dyw1001_H5{
font-size: 0;
}
/* 2 */
.dyw1001_H5 #D1.img1{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_bg1.jpg) no-repeat top center;
background-size: 100%;
width: 750px;
padding-top: 144px;
height: 1190px;
margin: 0 auto;
}
.dyw1001_H5 #D1.img1 p{
font:28px '微软雅黑';
line-height: 60px;
color: #48150b;;
width: 544px;
text-indent: 2em;
margin: 0 auto 22px;
}
.dyw1001_H5 #D1.img1 li{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_2.png) no-repeat center center;
background-size: 100%;
width: 570px;
height: 68px;
padding: 24px 0;
margin: 0 auto;
}
.dyw1001_H5 #D1.img1 li .one{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_31.png) no-repeat center center;
background-size: 100%;
display: inline-block;
width: 68px;
height: 68px;
color: #fff;
font:30px '微软雅黑';
line-height: 64px;
text-align: center;
margin:0 25px 0 34px;
}
.dyw1001_H5 #D1.img1 li .one.cur{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_1.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1.img1 li .one.cuo{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_0.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1.img1 li .two{
font:30px '微软雅黑';
line-height: 64px;
color: #48150b;;
}
.dyw1001_H5 #D1.img1 li .the{
display: none;
}
.dyw1001_H5 #D2.img2{
display: none;
margin: 0 auto;
width: 750px;
}
.dyw1001_H5 #D2.img2 img{
width: 750px;
height: 1334px;
}
.dyw1001_H5{
font-size: 0;
}
/* 3 */
.dyw1001_H5 #D1.img3{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_bg11.jpg) no-repeat top center;
background-size: 100%;
width: 750px;
padding-top: 193px;
height: 1141px;
margin: 0 auto;
}
.dyw1001_H5 #D1.img3 p{
font:28px '微软雅黑';
line-height: 60px;
color: #333;
width: 544px;
text-indent: 2em;
margin: 0 auto 22px;
}
.dyw1001_H5 #D1.img3 li{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_2.png) no-repeat center center;
background-size: 100%;
width: 570px;
height: 68px;
padding: 24px 0;
margin: 0 auto;
}
.dyw1001_H5 #D1.img3 li .one{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_311.png) no-repeat center center;
background-size: 100%;
display: inline-block;
width: 68px;
height: 68px;
color: #fff;
font:30px '微软雅黑';
line-height: 64px;
text-align: center;
margin:0 25px 0 34px;
}
.dyw1001_H5 #D1.img3 li .one.cur{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_1.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1.img3 li .one.cuo{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_0.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1.img3 li .two{
font:30px '微软雅黑';
line-height: 64px;
}
.dyw1001_H5 #D1.img3 li .the{
display: none;
}
.dyw1001_H5 #D2.img4{
display: none;
margin: 0 auto;
width: 750px;
}
.dyw1001_H5 #D2.img4 img{
width: 750px;
height: 1334px;
}
.dyw1001_H5{
font-size: 0;
}
@media only screen and (min-width: 240px) and (max-width: 768px) {
/* 1 */
.dyw1001_H5 #D1{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_bg.jpg) no-repeat top center;
background-size: 100%;
width: 7.5rem;
padding-top: 1.93rem;
height: 11.41rem;
}
.dyw1001_H5 #D1 p{
font:0.28rem '微软雅黑';
line-height: 0.6rem;
color: #333;
width: 5.44rem;
text-indent: 2em;
margin: 0 auto 0.22rem;
}
.dyw1001_H5 #D1 li{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_2.png) no-repeat center center;
background-size: 100%;
width: 5.7rem;
height: 0.68rem;
padding: 0.24rem 0;
margin: 0 auto;
}
.dyw1001_H5 #D1 li .one{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_3.png) no-repeat center center;
background-size: 100%;
display: inline-block;
width: 0.68rem;
height: 0.68rem;
color: #fff;
font:0.3rem '微软雅黑';
line-height: 0.64rem;
text-align: center;
margin:0 0.25rem 0 0.34rem;
}
.dyw1001_H5 #D1 li .one.cur{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_1.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1 li .one.cuo{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_0.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1 li .two{
font:0.3rem '微软雅黑';
line-height: 0.64rem;
}
.dyw1001_H5 #D1 li .the{
display: none;
}
.dyw1001_H5 #D2{
display: none;
width: 7.5rem;
/* 0521 */
}
.dyw1001_H5 #D2 img{
width: 7.5rem;
height: 13.34rem;
margin: 0 auto;
/* 0521 */
}
/* 2 */
.dyw1001_H5 #D1.img1{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_bg1.jpg) no-repeat top center;
background-size: 100%;
width: 7.5rem;
padding-top: 1.44rem;
height: 11.9rem;
}
.dyw1001_H5 #D1.img1 p{
font:0.28rem '微软雅黑';
line-height: 0.6rem;
color: #48150b;
width: 5.44rem;
text-indent: 2em;
margin: 0 auto 0.22rem;
}
.dyw1001_H5 #D1.img1 li{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_2.png) no-repeat center center;
background-size: 100%;
width: 5.7rem;
height: 0.68rem;
padding: 0.24rem 0;
margin: 0 auto;
}
.dyw1001_H5 #D1.img1 li .one{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_31.png) no-repeat center center;
background-size: 100%;
display: inline-block;
width: 0.68rem;
height: 0.68rem;
color: #fff;
font:0.3rem '微软雅黑';
line-height: 0.64rem;
text-align: center;
margin:0 0.25rem 0 0.34rem;
}
.dyw1001_H5 #D1.img1 li .one.cur{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_1.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1.img1 li .one.cuo{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_0.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1.img1 li .two{
font:0.3rem '微软雅黑';
line-height: 0.64rem;
color: #48150b;
}
.dyw1001_H5 #D1.img1 li .the{
display: none;
}
.dyw1001_H5 #D2.img2{
display: none;
}
.dyw1001_H5 #D2.img2 img{
width: 7.5rem;
height: 13.34rem;
}
/* 3 */
.dyw1001_H5 #D1.img3{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_bg11.jpg) no-repeat top center;
background-size: 100%;
width: 7.5rem;
padding-top: 1.93rem;
height: 11.41rem;
}
.dyw1001_H5 #D1.img3 p{
font:0.28rem '微软雅黑';
line-height: 0.6rem;
color: #333;
width: 5.44rem;
text-indent: 2em;
margin: 0 auto 0.22rem;
}
.dyw1001_H5 #D1.img3 li{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_2.png) no-repeat center center;
background-size: 100%;
width: 5.7rem;
height: 0.68rem;
padding: 0.24rem 0;
margin: 0 auto;
}
.dyw1001_H5 #D1.img3 li .one{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_311.png) no-repeat center center;
background-size: 100%;
display: inline-block;
width: 0.68rem;
height: 0.68rem;
color: #fff;
font:0.3rem '微软雅黑';
line-height: 0.64rem;
text-align: center;
margin:0 0.25rem 0 0.34rem;
}
.dyw1001_H5 #D1.img3 li .one.cur{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_1.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1.img3 li .one.cuo{
background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1551339565426867/dyw1001_0.png) no-repeat center center;
background-size: 100%;
vertical-align: top;
}
.dyw1001_H5 #D1.img3 li .two{
font:0.3rem '微软雅黑';
line-height: 0.64rem;
color: #333;
}
.dyw1001_H5 #D1.img3 li .the{
display: none;
}
.dyw1001_H5 #D2.img4{
display: none;
}
.dyw1001_H5 #D2.img4 img{
width: 7.5rem;
height: 13.34rem;
}
}
.dangyuanwang160317_ind01 .fanye{margin-top:50px;}
.dangyuanwang160317_ind01 .fanye font{padding:9px 18px;border:1px solid #ccc; font-size:14px; color:#333333; margin:0px;background: #c12125;color: #fff;}
.dangyuanwang160317_ind01 .con .word img{margin: 0 auto;display: block;}
@media only screen and (min-width: 240px) and (max-width: 768px) {
.dangyuanwang160317_ind01 .con .word img{width:100%;}
.dangyuanwang160317_ind01 .fanye .all_yuedu{display:block !important;color: #a0784b; font-size: 0.4rem; text-align: center; line-height: 1.08rem;padding: 0px; border: 0px;background:url('//p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1459234622428414/v.png') 4.1rem 0.45rem no-repeat;background-size: 5% 20%;}
.dangyuanwang160317_ind01 .fanye{display: block !important;width: 93.3%;border: 1px solid #ccc;height: 1.08rem; background: #f5f5f6; margin: 0 auto; margin-top: 0.4rem; text-align: center; display: block;}
.dangyuanwang160317_ind01 .fanye a{display: none !important;}
.dangyuanwang160317_ind01 .fanye strong{display: none !important;}
.dangyuanwang160317_ind01 .fanye a:hover{color:#a0784b;background:none !important;}
.dangyuanwang160317_ind01 .fanye a:visited{background:none !important;}
}
发布时间:2020年06月05日 10:44 来源:共产党员网 编辑:阮玉秀
<a href="#"
Archived Raw HTML