After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 637 B |
After Width: | Height: | Size: 710 B |
After Width: | Height: | Size: 713 B |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 4.1 KiB |
@ -0,0 +1,205 @@ |
||||
*,*::before, |
||||
*::after { |
||||
box-sizing: border-box; |
||||
} |
||||
|
||||
html{font-family:sans-serif;line-height:1.15} |
||||
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block} |
||||
body{margin:0;font-weight:400;line-height:1.5;text-align:left} |
||||
hr{box-sizing:content-box;height:0;overflow:visible} |
||||
h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem} |
||||
p{margin-top:0;margin-bottom:1rem} |
||||
address{margin-bottom:1rem;font-style:normal;line-height:inherit} |
||||
ol,ul,dl{margin-top:0;margin-bottom:1rem} |
||||
ol ol,ul ul,ol ul,ul ol{margin-bottom:0} |
||||
dt{font-weight:700} |
||||
dd{margin-bottom:.5rem;margin-left:0} |
||||
blockquote{margin:0 0 1rem} |
||||
b,strong{font-weight:bolder} |
||||
small{font-size:80%} |
||||
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline} |
||||
sub{bottom:-.25em} |
||||
sup{top:-.5em} |
||||
pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em} |
||||
pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar} |
||||
figure{margin:0 0 1rem} |
||||
img{vertical-align:middle;border-style:none} |
||||
svg{overflow:hidden;vertical-align:middle} |
||||
table{border-collapse:collapse} |
||||
caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#6c757d;text-align:left;caption-side:bottom} |
||||
th{text-align:inherit;text-align:-webkit-match-parent} |
||||
label{display:inline-block;margin-bottom:0.5rem} |
||||
button{border-radius:0} |
||||
button:focus:not(:focus-visible){outline:0} |
||||
input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit} |
||||
button,input{overflow:visible} |
||||
button,select{text-transform:none} |
||||
[role="button"]{cursor:pointer} |
||||
select{word-wrap:normal} |
||||
button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button} |
||||
button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer} |
||||
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none} |
||||
input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0} |
||||
textarea{overflow:auto;resize:vertical} |
||||
fieldset{min-width:0;padding:0;margin:0;border:0} |
||||
legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal} |
||||
progress{vertical-align:baseline} |
||||
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto} |
||||
[type="search"]{outline-offset:-2px;-webkit-appearance:none} |
||||
[type="search"]::-webkit-search-decoration{-webkit-appearance:none} |
||||
::-webkit-file-upload-button{font:inherit;-webkit-appearance:button} |
||||
output{display:inline-block} |
||||
summary{display:list-item;cursor:pointer} |
||||
template{display:none} |
||||
[hidden]{display:none !important} |
||||
|
||||
a{color:#333;text-decoration:none;background-color:transparent} |
||||
a:hover{color:#b03232;text-decoration:underline} |
||||
a:not([href]):not([class]){color:inherit;text-decoration:none} |
||||
a:not([href]):not([class]):hover{color:inherit;text-decoration:none} |
||||
|
||||
.d-inline{display:inline !important} |
||||
.d-inline-block{display:inline-block !important} |
||||
.d-block{display:block !important} |
||||
.d-grid{display:grid !important} |
||||
.d-table{display:table !important} |
||||
.d-table-row{display:table-row !important} |
||||
.d-table-cell{display:table-cell !important} |
||||
.d-flex{display:flex !important} |
||||
.d-inline-flex{display:inline-flex !important} |
||||
.d-none{display:none !important} |
||||
|
||||
.position-static{position:static !important} |
||||
.position-relative{position:relative !important} |
||||
.position-absolute{position:absolute !important} |
||||
.position-fixed{position:fixed !important} |
||||
.position-sticky{position:-webkit-sticky !important;position:sticky !important} |
||||
|
||||
.translate-middle{transform:translate(-50%,-50%) !important} |
||||
.translate-middle-x{transform:translateX(-50%) !important} |
||||
.translate-middle-y{transform:translateY(-50%) !important} |
||||
|
||||
.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030} |
||||
.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030} |
||||
.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020} |
||||
.sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020} |
||||
|
||||
.float-start{float:left !important} |
||||
.float-end{float:right !important} |
||||
.float-none{float:none !important} |
||||
.clearfix::after{display:block;clear:both;content:""} |
||||
|
||||
.visible{visibility:visible !important} |
||||
.invisible{visibility:hidden !important} |
||||
.z-n1{z-index:-1 !important} |
||||
.z-0{z-index:0 !important} |
||||
.z-1{z-index:1 !important} |
||||
.z-2{z-index:2 !important} |
||||
.z-3{z-index:3 !important} |
||||
|
||||
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;} |
||||
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6, |
||||
.col-7,.col-8,.col-9,.col-10,.col-11,.col-12, |
||||
.col-13,.col-14,.col-15,.col-16,.col-17,.col-18, |
||||
.col-19,.col-20,.col-21,.col-22,.col-23,.col-24{position: relative;width: 100%} |
||||
.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%} |
||||
.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%} |
||||
.col-1{max-width:4.1666666667%;-ms-flex: 0 0 4.1666666667%;flex:0 0 4.1666666667%} |
||||
.col-2{max-width:8.3333333333%;-ms-flex: 0 0 8.333333%;flex:0 0 8.3333333333%} |
||||
.col-3{max-width:12.5%;-ms-flex: 0 0 12.5%;flex:0 0 12.5%} |
||||
.col-4{max-width:16.6666666667%;-ms-flex: 0 0 16.6666666667%;flex:0 0 16.6666666667%} |
||||
.col-5{max-width:20%;-ms-flex: 0 0 20%;flex:0 0 20%} |
||||
.col-6{max-width:25%;-ms-flex: 0 0 25%;flex:0 0 25%} |
||||
.col-7{max-width:29.1666666667%;-ms-flex: 0 0 29.1666666667%;flex:0 0 29.1666666667%} |
||||
.col-8{max-width:33.3333333333%;-ms-flex: 0 0 33.3333333333%;flex:0 0 33.3333333333%} |
||||
.col-9{max-width:37.5%;-ms-flex: 0 0 37.5%;flex:0 0 37.5%} |
||||
.col-10{max-width:41.6666666667%;-ms-flex: 0 0 41.6666666667%;flex:0 0 41.6666666667%} |
||||
.col-11{max-width:45.8333333333%;-ms-flex: 0 0 45.8333333333%;flex:0 0 45.8333333333%} |
||||
.col-12{max-width:50%;-ms-flex: 0 0 50%;flex:0 0 50%} |
||||
.col-13{max-width:54.1666666667%;-ms-flex: 0 0 54.1666666667%;flex:0 0 54.1666666667%} |
||||
.col-14{max-width:58.3333333333%;-ms-flex: 0 0 58.3333333333%;flex:0 0 58.3333333333%} |
||||
.col-15{max-width:62.5%;-ms-flex: 0 0 62.5%;flex:0 0 62.5%} |
||||
.col-16{max-width:66.6666666667%;-ms-flex: 0 0 66.6666666667%;flex:0 0 66.6666666667%} |
||||
.col-17{max-width:70.8333333333%;-ms-flex: 0 0 70.8333333333%;flex:0 0 70.8333333333%} |
||||
.col-18{max-width:75%;-ms-flex: 0 0 75%;flex:0 0 75%} |
||||
.col-19{max-width:79.1666666667%;-ms-flex: 0 0 79.1666666667%;flex:0 0 79.1666666667%} |
||||
.col-20{max-width:83.3333333333%;-ms-flex: 0 0 83.3333333333%;flex:0 0 83.3333333333%} |
||||
.col-21{max-width:87.5%;-ms-flex: 0 0 87.5%;flex:0 0 87.5%} |
||||
.col-22{max-width:91.6666666667%;-ms-flex: 0 0 91.6666666667%;flex:0 0 91.6666666667%} |
||||
.col-23{max-width:95.8333333333%;-ms-flex: 0 0 95.8333333333%;flex:0 0 95.8333333333%} |
||||
.col-24{max-width:100%;-ms-flex: 0 0 100%;flex:0 0 100%} |
||||
|
||||
.opacity-0{opacity:0 !important} |
||||
.opacity-25{opacity:0.25 !important} |
||||
.opacity-50{opacity:0.5 !important} |
||||
.opacity-75{opacity:0.75 !important} |
||||
.opacity-100{opacity:1 !important} |
||||
|
||||
.overflow-auto{overflow:auto !important} |
||||
.overflow-hidden{overflow:hidden !important} |
||||
.overflow-visible{overflow:visible !important} |
||||
.overflow-scroll{overflow:scroll !important} |
||||
.overflow-x-auto{overflow-x:auto !important} |
||||
.overflow-x-hidden{overflow-x:hidden !important} |
||||
.overflow-x-visible{overflow-x:visible !important} |
||||
.overflow-x-scroll{overflow-x:scroll !important} |
||||
.overflow-y-auto{overflow-y:auto !important} |
||||
.overflow-y-hidden{overflow-y:hidden !important} |
||||
.overflow-y-visible{overflow-y:visible !important} |
||||
.overflow-y-scroll{overflow-y:scroll !important} |
||||
|
||||
.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap} |
||||
.flex-truncate{width: 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} |
||||
.text-start{text-align:left !important} |
||||
.text-end{text-align:right !important} |
||||
.text-center{text-align:center !important} |
||||
.text-left{text-align:left !important} |
||||
.text-decoration-none{text-decoration:none !important} |
||||
.text-decoration-underline{text-decoration:underline !important} |
||||
.text-decoration-line-through{text-decoration:line-through !important} |
||||
.text-lowercase{text-transform:lowercase !important} |
||||
.text-uppercase{text-transform:uppercase !important} |
||||
.text-capitalize{text-transform:capitalize !important} |
||||
.text-wrap{white-space:normal !important} |
||||
.text-nowrap{white-space:nowrap !important} |
||||
.text-break{word-wrap:break-word !important;word-break:break-word !important} |
||||
.align-baseline{vertical-align:baseline !important} |
||||
.align-top{vertical-align:top !important} |
||||
.align-middle{vertical-align:middle !important} |
||||
.align-bottom{vertical-align:bottom !important} |
||||
.align-text-bottom{vertical-align:text-bottom !important} |
||||
.align-text-top{vertical-align:text-top !important} |
||||
.flex-justify-center{justify-content: center} |
||||
.flex-align-center{align-items: center} |
||||
|
||||
.fst-italic{font-style:italic !important} |
||||
.fst-normal{font-style:normal !important} |
||||
.fw-lighter{font-weight:lighter !important} |
||||
.fw-light{font-weight:300 !important} |
||||
.fw-normal{font-weight:400 !important} |
||||
.fw-medium{font-weight:500 !important} |
||||
.fw-semibold{font-weight:600 !important} |
||||
.fw-bold{font-weight:700 !important} |
||||
.fw-bolder{font-weight:bolder !important} |
||||
|
||||
.lh-1{line-height:1 !important} |
||||
.lh-sm{line-height:1.25 !important} |
||||
.lh-base{line-height:1.5 !important} |
||||
.lh-lg{line-height:2 !important} |
||||
|
||||
.w-25{width:25% !important} |
||||
.w-50{width:50% !important} |
||||
.w-75{width:75% !important} |
||||
.w-100{width:100% !important} |
||||
.w-auto{width:auto !important} |
||||
.mw-100{max-width:100% !important} |
||||
.vw-100{width:100vw !important} |
||||
.min-vw-100{min-width:100vw !important} |
||||
.h-25{height:25% !important} |
||||
.h-50{height:50% !important} |
||||
.h-75{height:75% !important} |
||||
.h-100{height:100% !important} |
||||
.h-auto{height:auto !important} |
||||
.mh-100{max-height:100% !important} |
||||
.vh-100{height:100vh !important} |
||||
.min-vh-100{min-height:100vh !important} |
@ -0,0 +1,263 @@ |
||||
:root { |
||||
--primary: #b03232; |
||||
--secondary: #b28647; |
||||
} |
||||
|
||||
.bg { |
||||
background-image: url("../images/bg.png") |
||||
} |
||||
|
||||
.v-contain { |
||||
width: 1200px; |
||||
margin: 0 auto; |
||||
} |
||||
|
||||
.v-header { |
||||
height: 120px; |
||||
background: #fff; |
||||
} |
||||
|
||||
/* 面包屑 */ |
||||
.v-bread { |
||||
margin: 20px 0; |
||||
} |
||||
|
||||
.v-bread-item { |
||||
margin-right: 10px |
||||
} |
||||
|
||||
.v-bread-item:not(:first-child):before { |
||||
content: ""; |
||||
display: inline-block; |
||||
width: 12px; |
||||
height: 12px; |
||||
margin-right: 10px; |
||||
background-image: url("../images/icon-arraw.svg"); |
||||
background-repeat: no-repeat; |
||||
background-size: contain; |
||||
} |
||||
|
||||
/* 详情页 */ |
||||
.v-article-title .main { |
||||
margin-bottom: 15px; |
||||
font-size: 24px; |
||||
line-height: 1.6; |
||||
} |
||||
|
||||
.v-article-title { |
||||
position: relative; |
||||
padding-top: 40px; |
||||
padding-bottom: 26px; |
||||
text-align: center; |
||||
} |
||||
|
||||
.v-article-cont p { |
||||
margin-bottom: 20px; |
||||
} |
||||
|
||||
.v-pages-item { |
||||
margin: 80px 0; |
||||
} |
||||
|
||||
.v-pages-item .title { |
||||
margin-bottom: 40px; |
||||
} |
||||
|
||||
.v-pages-item .title-inner { |
||||
position: relative; |
||||
display: inline-block; |
||||
height: 50px; |
||||
line-height: 50px; |
||||
} |
||||
|
||||
.v-pages-item .title-inner:before { |
||||
content: ""; |
||||
position: absolute; |
||||
width: 96px; |
||||
height: 20px; |
||||
top: 30px; |
||||
left: -120px; |
||||
background-image: url("../images/title_line_left.svg"); |
||||
background-repeat: no-repeat; |
||||
background-size: contain; |
||||
} |
||||
|
||||
.v-pages-item .title-inner:after { |
||||
content: ""; |
||||
position: absolute; |
||||
width: 96px; |
||||
height: 20px; |
||||
top: 0px; |
||||
right: -120px; |
||||
background-image: url("../images/title_line_right.svg"); |
||||
background-repeat: no-repeat; |
||||
background-size: contain; |
||||
} |
||||
|
||||
.v-pages-item .title .big { |
||||
font-size: 30px; |
||||
color: var(--primary) |
||||
} |
||||
|
||||
.v-pages-item .title .small { |
||||
margin-left: 5px; |
||||
font-size: 24px; |
||||
color: #333333; |
||||
} |
||||
|
||||
.mode1 .image { |
||||
height: 400px; |
||||
border-radius: 8px 0 0 8px; |
||||
overflow: hidden |
||||
} |
||||
|
||||
.mode1 .image img { |
||||
width: 100% |
||||
} |
||||
|
||||
.mode1 .list { |
||||
padding: 30px; |
||||
background-image: url("../images/resources1.jpg"); |
||||
height: 400px; |
||||
overflow: hidden |
||||
} |
||||
|
||||
.mode1 .list .list-item { |
||||
margin-left: 20px; |
||||
margin-bottom: 25px; |
||||
} |
||||
|
||||
.mode1 .list .list-item.active { |
||||
margin-left: 0 |
||||
} |
||||
|
||||
.mode1 .list .list-item .item-title { |
||||
color: #fff; |
||||
font-size: 18px; |
||||
margin-bottom: 10px; |
||||
|
||||
} |
||||
|
||||
.mode1 .list .list-item .item-title:before { |
||||
display: inline-block; |
||||
content: ""; |
||||
width: 12px; |
||||
height: 12px; |
||||
margin-right: 5px; |
||||
background-image: url("../images/icon-news1.svg"); |
||||
background-repeat: no-repeat; |
||||
} |
||||
|
||||
.mode1 .list .list-item .item-dec { |
||||
color: #fff |
||||
} |
||||
|
||||
.item-date .day { |
||||
font-size: 25px; |
||||
font-weight: 300; |
||||
} |
||||
|
||||
.mode1 .list .list-item .item-date { |
||||
color: #fff; |
||||
margin-right: 15px; |
||||
} |
||||
|
||||
/* 模版2 */ |
||||
.mode2 { |
||||
position: relative; |
||||
padding: 80px 0 80px 0; |
||||
background-image: url("../images/b1.png") |
||||
} |
||||
|
||||
.mode2:before { |
||||
content: ""; |
||||
position: absolute; |
||||
bottom: 0; |
||||
left: 50%; |
||||
transform: translate(-50%, 0); |
||||
width: 500px; |
||||
height: 500px; |
||||
background-image: url("../images/bg-flower.svg"); |
||||
background-repeat: no-repeat; |
||||
background-position: 0 150px; |
||||
opacity: .1; |
||||
} |
||||
|
||||
.mode2:after { |
||||
content: ""; |
||||
position: absolute; |
||||
top: 0; |
||||
left: 50%; |
||||
transform: translate(-50%, 0); |
||||
width: 500px; |
||||
height: 500px; |
||||
background-image: url("../images/bg-flower.svg"); |
||||
background-repeat: no-repeat; |
||||
background-position: 0 -320px; |
||||
opacity: .1; |
||||
} |
||||
|
||||
.mode2 .list .list-item { |
||||
background: #fff; |
||||
padding: 10px; |
||||
margin: 0 20px; |
||||
} |
||||
|
||||
.mode2 .list .list-item .image img { |
||||
width: 100% |
||||
} |
||||
|
||||
.mode2 .list .list-item .title { |
||||
padding: 30px; |
||||
text-align: center |
||||
} |
||||
|
||||
/* 模版3 */ |
||||
.mode3 .list { |
||||
border-radius: 8px; |
||||
padding: 50px 30px; |
||||
background-image: url("../images/b7.png"); |
||||
} |
||||
|
||||
.mode3 .list .item-date { |
||||
margin-right: 30px; |
||||
text-align: center; |
||||
color: #fff; |
||||
} |
||||
|
||||
.mode3 .list .item-date .day { |
||||
font-size: 28px |
||||
} |
||||
|
||||
.mode3 .list .list-item { |
||||
margin: 0 30px 30px 30px; |
||||
} |
||||
|
||||
.mode3 .list .list-item .item-title { |
||||
color: #fff; |
||||
font-size: 18px; |
||||
} |
||||
|
||||
.mode3 .list .list-item .item-dec { |
||||
font-size: 14px; |
||||
color: rgba(255, 255, 255, .5) |
||||
} |
||||
|
||||
|
||||
.v-list-mod1 { |
||||
margin-bottom: 20px |
||||
} |
||||
|
||||
.v-list-mod1 .v-list-item { |
||||
padding: 20px; |
||||
border-bottom: 1px dashed #b5b5b5; |
||||
} |
||||
|
||||
.v-list-mod1 .v-list-item .title:before { |
||||
content: ""; |
||||
display: inline-block; |
||||
margin-right: 10px; |
||||
width: 14px; |
||||
height: 14px; |
||||
background-image: url("../images/icon-news.svg"); |
||||
} |
@ -0,0 +1,10 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<title>Title</title> |
||||
</head> |
||||
<body> |
||||
|
||||
</body> |
||||
</html> |
@ -0,0 +1,11 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<title>Title</title> |
||||
<link rel="stylesheet" href="../../assets/style/v-layout.css"> |
||||
</head> |
||||
<body> |
||||
<div class="red"></div> |
||||
</body> |
||||
</html> |
@ -0,0 +1,70 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<title>Title</title> |
||||
<link rel="stylesheet" href="../../assets/style/v-global.css"/> |
||||
<link rel="stylesheet" href="../../assets/style/v-layout.css"/> |
||||
</head> |
||||
<body class="bg"> |
||||
<div class="v-header"></div> |
||||
<div class="v-bread"> |
||||
<div class="v-contain row"> |
||||
<div class="v-bread-item">首页</div> |
||||
<div class="v-bread-item">新闻资讯</div> |
||||
<div class="v-bread-item">非遗新闻</div> |
||||
</div> |
||||
</div> |
||||
<div class="v-article"> |
||||
<div class="v-contain"> |
||||
<div class="v-article-title"> |
||||
<div class="main"> |
||||
中国艺术研究院关于2023年度国家级非物质文化遗产代表性传承人传承活动评估结果的公示 |
||||
</div> |
||||
<div class="sub"> |
||||
<span class="sub-item" title="中国非物质文化遗产网"><img src="/Public/static/themes/image/temp/png34.png" |
||||
alt="" class="ico">来源:中国非物质文化遗产网</span> |
||||
<span class="sub-item"><img src="/Public/static/themes/image/temp/png36.png" alt="" |
||||
class="ico">创建时间:<span class="en">2024-05-28 08:50:00</span></span> |
||||
</div> |
||||
<div class="t_line"> |
||||
<div class="bd"></div> |
||||
</div> |
||||
</div> |
||||
<div class="v-article-cont"> |
||||
<p style="text-align:justify;text-indent:2em;"> |
||||
5月29日,陕西省文化和旅游厅举办新闻发布会,介绍2024年“文化和自然遗产日”陕西省非遗宣传展示活动情况。陕西省将于“文化和自然遗产日”前后集中开展非遗宣传展示活动,全省各地将举办1156场活动,其中线下226场、线上930场。 |
||||
</p> |
||||
<p style="text-align:justify;text-indent:2em;"> |
||||
2024“文化和自然遗产日”非遗宣传展示活动的陕西省主会场活动,将于6月3日至8日在铜川市举办。今年活动的主题是“保护传承非遗 赓续历史文脉 谱写时代华章”,口号是“人民的非遗 人民共享”“文化陕西 华彩非遗”等,重点活动包括云游非遗·影像展、气象万千——中国非遗保护实践主题展、非遗购物节、非遗美食节、非遗与旅游深度融合发展系列活动等六大板块,全省各地也因地制宜组织开展丰富多彩的系列活动。 |
||||
</p> |
||||
<p style="text-align:justify;text-indent:2em;"> |
||||
陕西主会场非遗展示活动还设置网红体验“打卡区”、非遗与旅游线路推介、“面花”制作大赛等,切实让游客在“观、评、玩、逛”中感受非遗的青春活力和时尚底蕴特色。 |
||||
</p> |
||||
<div class="t_line"><div class="bd"></div></div> |
||||
</div> |
||||
</div> |
||||
<div class="v-contain"> |
||||
<div>相关阅读</div> |
||||
<div class="v-list-mod1"> |
||||
<div class="v-list-item row"> |
||||
<div class="col title"><a href="#">2024“茶和天下”·徽韵雅集暨安徽文旅推介会走进尼泊尔</a></div> |
||||
<div class="date">2024-05-24</div> |
||||
</div> |
||||
<div class="v-list-item row"> |
||||
<div class="col title"><a href="#">大地欢歌 非遗同行”2024年陕西关中五市非遗展演展示渭南站启幕</a></div> |
||||
<div class="date">2024-05-24</div> |
||||
</div> |
||||
<div class="v-list-item row"> |
||||
<div class="col title"><a href="#">浙江公布首批省级“非遗茶空间”</a></div> |
||||
<div class="date">2024-05-24</div> |
||||
</div> |
||||
<div class="v-list-item row"> |
||||
<div class="col title"><a href="#">河南非遗亮相香港国际展会</a></div> |
||||
<div class="date">2024-05-24</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</body> |
||||
</html> |
@ -0,0 +1,178 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<title>Title</title> |
||||
<link rel="stylesheet" href="../../assets/style/v-global.css"> |
||||
<link rel="stylesheet" href="../../assets/style/v-layout.css"> |
||||
</head> |
||||
<body class="bg"> |
||||
<div class="v-header"></div> |
||||
<div class="v-bread"> |
||||
<div class="v-contain row"> |
||||
<div class="v-bread-item">首页</div> |
||||
<div class="v-bread-item">政策</div> |
||||
</div> |
||||
</div> |
||||
<div class="v-pages"> |
||||
<div class="v-pages-item mode1"> |
||||
<div class="v-contain"> |
||||
<div class="title text-center"> |
||||
<div class="title-inner"><span class="big">非遗</span><span class="small">新闻</span></div> |
||||
</div> |
||||
<div class="row"> |
||||
<div class="col-12"> |
||||
<div class="image"><img src="../../assets/test/001.jpg"></div> |
||||
</div> |
||||
<div class="col-12"> |
||||
<div class="list"> |
||||
<div class="list-item"> |
||||
<div class="item-title">习近平:把中国文明历史研究引向深入 增强历史自觉坚定文...</div> |
||||
</div> |
||||
<div class="list-item active row"> |
||||
<div class="item-date"> |
||||
<div class="text-center day">15</div> |
||||
<div class="text-center">2022-07</div> |
||||
</div> |
||||
<div class="col"> |
||||
<div class="item-title">习近平总书记在新疆考察并观看《玛纳斯》说唱展示</div> |
||||
<div class="item-dec"> |
||||
7月12日下午至13日上午,习近平总书记在新疆乌鲁木齐市考察了新疆大学、乌鲁木齐国际陆港区、天山区固原巷社区、新疆维... |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="list-item"> |
||||
<div class="item-title">微视频|习近平的文化情怀</div> |
||||
</div> |
||||
<div class="list-item"> |
||||
<div class="item-title">习近平总书记的非遗情结</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="v-pages-item mode2"> |
||||
<div class="v-contain"> |
||||
<div class="title text-center"> |
||||
<div class="title-inner"><span class="big">专题</span><span class="small">报道</span></div> |
||||
</div> |
||||
<div class="list row"> |
||||
<div class="col-7"> |
||||
<div class="list-item" style="margin-top: 30px"> |
||||
<div class="image"><img src="../../assets/test/002.jpg"></div> |
||||
<div class="title">非遗知识课堂丨重读非遗法规文件...</div> |
||||
</div> |
||||
</div> |
||||
<div class="col-10"> |
||||
<div class="list-item"> |
||||
<div class="image"><img src="../../assets/test/003.jpg"></div> |
||||
<div class="title">【文化和自然遗产日】全网发力 聚焦非遗 ——“云游非遗·影像展”全面启动</div> |
||||
</div> |
||||
</div> |
||||
<div class="col-7"> |
||||
<div class="list-item" style="margin-top: 30px"> |
||||
<div class="image"><img src="../../assets/test/004.jpg"></div> |
||||
<div class="title">古琴,中国文人的情结</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="v-pages-item mode3"> |
||||
<div class="v-contain"> |
||||
<div class="title text-center"> |
||||
<div class="title-inner"><span class="big">通知</span><span class="small">公告</span></div> |
||||
</div> |
||||
<div class="list row"> |
||||
<div class="col-12"> |
||||
<div class="list-item row"> |
||||
<div class="item-date"> |
||||
<div class="day">24</div> |
||||
<div>2024-05</div> |
||||
</div> |
||||
<div class=" col"> |
||||
<div class="item-title">2024“茶和天下”·徽韵雅集暨安徽文旅推介会走进尼...</div> |
||||
<div class="item-dec"> |
||||
为支持加强非物质文化遗产保护,经研究,现下达2024年国家非物质文化遗产保护资金 |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="col-12"> |
||||
<div class="list-item row"> |
||||
<div class="item-date"> |
||||
<div class="day">24</div> |
||||
<div>2024-05</div> |
||||
</div> |
||||
<div class=" col"> |
||||
<div class="item-title">2024“茶和天下”·徽韵雅集暨安徽文旅推介会走进尼...</div> |
||||
<div class="item-dec"> |
||||
为支持加强非物质文化遗产保护,经研究,现下达2024年国家非物质文化遗产保护资金 |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="col-12"> |
||||
<div class="list-item row"> |
||||
<div class="item-date"> |
||||
<div class="day">24</div> |
||||
<div>2024-05</div> |
||||
</div> |
||||
<div class=" col"> |
||||
<div class="item-title">2024“茶和天下”·徽韵雅集暨安徽文旅推介会走进尼...</div> |
||||
<div class="item-dec"> |
||||
为支持加强非物质文化遗产保护,经研究,现下达2024年国家非物质文化遗产保护资金 |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="col-12"> |
||||
<div class="list-item row"> |
||||
<div class="item-date"> |
||||
<div class="day">24</div> |
||||
<div>2024-05</div> |
||||
</div> |
||||
<div class=" col"> |
||||
<div class="item-title">2024“茶和天下”·徽韵雅集暨安徽文旅推介会走进尼...</div> |
||||
<div class="item-dec"> |
||||
为支持加强非物质文化遗产保护,经研究,现下达2024年国家非物质文化遗产保护资金 |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="col-12"> |
||||
<div class="list-item row"> |
||||
<div class="item-date"> |
||||
<div class="day">24</div> |
||||
<div>2024-05</div> |
||||
</div> |
||||
<div class=" col"> |
||||
<div class="item-title">2024“茶和天下”·徽韵雅集暨安徽文旅推介会走进尼...</div> |
||||
<div class="item-dec"> |
||||
为支持加强非物质文化遗产保护,经研究,现下达2024年国家非物质文化遗产保护资金 |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="col-12"> |
||||
<div class="list-item row"> |
||||
<div class="item-date"> |
||||
<div class="day">24</div> |
||||
<div>2024-05</div> |
||||
</div> |
||||
<div class=" col"> |
||||
<div class="item-title">2024“茶和天下”·徽韵雅集暨安徽文旅推介会走进尼...</div> |
||||
<div class="item-dec"> |
||||
为支持加强非物质文化遗产保护,经研究,现下达2024年国家非物质文化遗产保护资金 |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
</body> |
||||
</html> |
@ -0,0 +1,10 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<title>Title</title> |
||||
</head> |
||||
<body> |
||||
|
||||
</body> |
||||
</html> |
@ -0,0 +1,13 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<title>Title</title> |
||||
<link rel="stylesheet" href="../../assets/style/v-layout.css"> |
||||
</head> |
||||
<body> |
||||
<div class="v-head"> |
||||
<div></div> |
||||
</div> |
||||
</body> |
||||
</html> |