diff --git a/pages/index/index.vue b/pages/index/index.vue index 4a1a48f..dfcafa7 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -672,7 +672,7 @@ url: "/subPageA/scenic/sceniclist/sceniclist", }); // uni.navigateTo({ - // url: "/subPageC/bookTicket/bookTicket", + // url: "/ subPageC/bookTicket/bookTicket", // }); } else if (type == "meishi") { uni.navigateTo({ diff --git a/static/css/common.css b/static/css/common.css index caeb5df..07bfd9d 100644 --- a/static/css/common.css +++ b/static/css/common.css @@ -1,48 +1,150 @@ -page{ background: #f5f5f5;} +page { + background: #f5f5f5; +} + +.container { + display: flex; + box-sizing: border-box; + width: 100%; + height: 100%; + flex-direction: column; + align-items: center; + justify-content: space-between; +} + +.data-loading { + box-sizing: border-box; + padding: 30rpx 20rpx; + width: 100%; + text-align: center; + font-size: 28rpx; +} + +.data-loading .icon { + margin: -6rpx 20rpx 0 0; + width: 40rpx; + height: 40rpx; + vertical-align: middle; + -webkit-animation: rotate .8s infinite linear; +} + +.data-is-bottom { + box-sizing: border-box; + padding: 30rpx 20rpx; + width: 100%; + color: #969696; + text-align: center; + font-size: 28rpx; +} + +.no-data-info { + box-sizing: border-box; + padding: 30rpx 20rpx; + width: 100%; + color: #c8c8c8; + text-align: center; + font-size: 32rpx; +} -.container{display:flex;box-sizing:border-box;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:space-between;} -.data-loading{box-sizing:border-box;padding:30rpx 20rpx;width:100%;text-align:center;font-size:28rpx;} -.data-loading .icon{margin:-6rpx 20rpx 0 0;width:40rpx;height:40rpx;vertical-align:middle;-webkit-animation:rotate .8s infinite linear;} -.data-is-bottom{box-sizing:border-box;padding:30rpx 20rpx;width:100%;color:#969696;text-align:center;font-size:28rpx;} -.no-data-info{box-sizing:border-box;padding:30rpx 20rpx;width:100%;color:#c8c8c8;text-align:center;font-size:32rpx;} -.tip-error-msg{position:fixed;top:0;right:0;left:0;height:70rpx;background:rgba(0,0,0,.7);color:#fff;text-align:center;font-size:28rpx;line-height:70rpx;} +.tip-error-msg { + position: fixed; + top: 0; + right: 0; + left: 0; + height: 70rpx; + background: rgba(0, 0, 0, .7); + color: #fff; + text-align: center; + font-size: 28rpx; + line-height: 70rpx; +} /*大标题*/ -.tit_com{display:block;padding:40rpx 0 0rpx 0;color:#111;font-weight:700;font-size:38rpx;} +.tit_com { + display: block; + padding: 40rpx 0 0rpx 0; + color: #111; + font-weight: 700; + font-size: 38rpx; +} /*布局类*/ -.dly_flex{display:flex;justify-content:flex-start;align-items:flex-start;align-content:flex-start;} +.dly_flex { + display: flex; + justify-content: flex-start; + align-items: flex-start; + align-content: flex-start; +} + +.half_unit { + width: 50%; +} -.half_unit {width: 50%;} -.w_75{ width: 75%;} -.w_25{ width: 25%;} +.w_75 { + width: 75%; +} + +.w_25 { + width: 25%; +} + +.w_65 { + width: 65%; +} -.w_65{ width: 65%;} -.w_35{ width: 35%;} +.w_35 { + width: 35%; +} /*水平方式布局-不换行 水平垂直都居中*/ -.dly_flex_c{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:flex-start;} +.dly_flex_c { + display: flex; + flex-direction: row; + flex-wrap: nowrap; + justify-content: center; + align-items: flex-start; +} /*水平方式布局-不换行 从右侧开始*/ -.dly_flex_c2{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start} +.dly_flex_c2 { + display: flex; + flex-direction: row-reverse; + justify-content: flex-start; + align-items: flex-start +} /*垂直方式布局-居中*/ -.dly_flex_c3{display:flex;flex-direction:column;justify-content:center;align-items:center;} +.dly_flex_c3 { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} /* 多轴线布局居中方式 */ -.aliem_c{ align-items: center;} +.aliem_c { + align-items: center; +} /* 公用模块 */ -.mode_com { padding: 0rpx 40rpx } +.mode_com { + padding: 0rpx 40rpx +} /*文字对齐方式*/ .agn_left { text-align: left; } -.agn_right { text-align: right; } -.agn_center{text-align: center;} +.agn_right { + text-align: right; +} + +.agn_center { + text-align: center; +} + /*间距*/ .pt_1 { padding: 20rpx 0; @@ -51,13 +153,18 @@ page{ background: #f5f5f5;} .mt_1 { margin-top: 40rpx } + .mt_new { margin-top: 80rpx } -.mt_2{margin-top:88rpx} +.mt_2 { + margin-top: 88rpx +} -.pd_scl_new{ padding-left: 50rpx;} +.pd_scl_new { + padding-left: 50rpx; +} /*分割线*/ @@ -68,37 +175,135 @@ page{ background: #f5f5f5;} /*标题*/ -.ht_text{display:-webkit-box;overflow:hidden;width:100%;color:#333;text-overflow:ellipsis;white-space:pre-wrap;font-size:34rpx;-webkit-box-orient:vertical;-webkit-line-clamp:1;} +.ht_text { + display: -webkit-box; + overflow: hidden; + width: 100%; + color: #333; + text-overflow: ellipsis; + white-space: pre-wrap; + font-size: 34rpx; + -webkit-box-orient: vertical; + -webkit-line-clamp: 1; +} -.tit_com_3{font-size: 45rpx; padding: 40rpx 0 20rpx 0;} +.tit_com_3 { + font-size: 45rpx; + padding: 40rpx 0 20rpx 0; +} /*控制字数*/ -.control_1{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:pre-wrap;-webkit-box-orient:vertical;-webkit-line-clamp:1;} +.control_1 { + display: -webkit-box; + overflow: hidden; + text-overflow: ellipsis; + white-space: pre-wrap; + -webkit-box-orient: vertical; + -webkit-line-clamp: 1; +} -.control_2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:pre-wrap;-webkit-box-orient:vertical;-webkit-line-clamp:2;} +.control_2 { + display: -webkit-box; + overflow: hidden; + text-overflow: ellipsis; + white-space: pre-wrap; + -webkit-box-orient: vertical; + -webkit-line-clamp: 2; +} /*buttom按钮设置*/ -.btn_com{ background: none; box-shadow: none; border:none; } -.btn_com:after{ border:none} +.btn_com { + background: none; + box-shadow: none; + border: none; +} + +.btn_com:after { + border: none +} /*详情页内容设置*/ /* 文章内容 */ -.nr_cot{ font-size: 34rpx; line-height: 51rpx; color: #333;margin-bottom: 50rpx; font-weight: normal; letter-spacing:2rpx; color: #444; text-align: justify;} +.nr_cot { + font-size: 34rpx; + line-height: 51rpx; + color: #333; + margin-bottom: 50rpx; + font-weight: normal; + letter-spacing: 2rpx; + color: #444; + text-align: justify; +} + /* 资讯-文章标题 */ -.news_tit{ font-size: 45rpx; line-height: 64rpx; } -.arc_t_pd{ padding-bottom: 20rpx; /* box-shadow: rgba(9, 131, 255, .1) 0 5rpx 20rpx; */} -.new_adr{ display: inline-block; background: #f8f8f8; padding: 10rpx 25rpx; font-size: 25rpx; color: #0983FF; margin-right: 10rpx; border-radius: 5rpx;} -.news_info{/* border-bottom: 2rpx solid #eee; */padding: 0rpx 50rpx 20rpx 50rpx;margin-bottom: 20rpx;} -.pic_zan{ width: 25rpx; height: 25rpx; display: inline-block; position: relative; left: -12rpx; top:6rpx} +.news_tit { + font-size: 45rpx; + line-height: 64rpx; +} + +.arc_t_pd { + padding-bottom: 20rpx; + /* box-shadow: rgba(9, 131, 255, .1) 0 5rpx 20rpx; */ +} + +.new_adr { + display: inline-block; + background: #f8f8f8; + padding: 10rpx 25rpx; + font-size: 25rpx; + color: #0983FF; + margin-right: 10rpx; + border-radius: 5rpx; +} + +.news_info { + /* border-bottom: 2rpx solid #eee; */ + padding: 0rpx 50rpx 20rpx 50rpx; + margin-bottom: 20rpx; +} + +.pic_zan { + width: 25rpx; + height: 25rpx; + display: inline-block; + position: relative; + left: -12rpx; + top: 6rpx +} /* 线路内容 */ -.arc_box .news_tit{ font-weight: 700;} +.arc_box .news_tit { + font-weight: 700; +} /*攻略内容*/ -.arc_origin{ position: relative; top:15rpx} -.arc_gl_time, .arc_gl_user{ font-size:24rpx; font-weight: normal; color: #999; display: inline-block;} -.arc_gl_user{ margin-left: 15rpx; color: #3e5b7c; font-size: 28rpx; font-weight: 600; } -.pic_hd_icon{width: 30rpx; height: 30rpx;position: relative; top:6rpx} +.arc_origin { + position: relative; + top: 15rpx +} + +.arc_gl_time, +.arc_gl_user { + font-size: 24rpx; + font-weight: normal; + color: #999; + display: inline-block; +} + +.arc_gl_user { + margin-left: 15rpx; + color: #3e5b7c; + font-size: 28rpx; + font-weight: 600; +} + +.pic_hd_icon { + width: 30rpx; + height: 30rpx; + position: relative; + top: 6rpx +} + /*.hoteven_inf .more{ right: -40rpx;} .hoteven_inf .info-list{ margin-right: 40rpx;} */ @@ -106,928 +311,3645 @@ page{ background: #f5f5f5;} /*筛选条件*/ /* .scroll-view{ top:102rpx !important} */ -.search-tip-bar{ padding-top:20rpx !important; height:80rpx !important; } -.filter-page, .sort-page{ top:102rpx !important} -.sort-item{ padding-left: 40rpx !important; padding-right: 40rpx !important;} -.sort-item-active{color: #1677ff !important;} -.filter-hd-item-active, .filter-bd-item-active{color: #1677ff !important;} +.search-tip-bar { + padding-top: 20rpx !important; + height: 80rpx !important; +} + +.filter-page, +.sort-page { + top: 102rpx !important +} + +.sort-item { + padding-left: 40rpx !important; + padding-right: 40rpx !important; +} + +.sort-item-active { + color: #1677ff !important; +} + +.filter-hd-item-active, +.filter-bd-item-active { + color: #1677ff !important; +} /*筛选条件-去除*/ -.scroll-view5{position: absolute; - top: 0rpx; - right: 0; - left: 0; - bottom: 0;} +.scroll-view5 { + position: absolute; + top: 0rpx; + right: 0; + left: 0; + bottom: 0; +} /* 筛选下拉框滚动 */ .sort-group { - background: #fff; + background: #fff; overflow-y: auto; max-height: 100%; } /**/ -.line-show-item{padding-left: 50rpx !important; padding-right: 50rpx !important;} +.line-show-item { + padding-left: 50rpx !important; + padding-right: 50rpx !important; +} /*顶部固定-fixde*/ -.fixed_top{position: fixed; top:88rpx; left: 0; height: 80rpx; background: #fff; width: 100%; z-index: 3; } -.fixed_top_a{position: fixed; top:0rpx; left: 0; height: 80rpx; background: #fff; width: 100%; z-index: 3; } -.mtop_a{ margin-top:88rpx; padding: 0 50rpx;} -.mtop{ margin-top:100rpx; padding: 0 50rpx;} +.fixed_top { + position: fixed; + top: 88rpx; + left: 0; + height: 80rpx; + background: #fff; + width: 100%; + z-index: 3; +} + +.fixed_top_a { + position: fixed; + top: 0rpx; + left: 0; + height: 80rpx; + background: #fff; + width: 100%; + z-index: 3; +} + +.mtop_a { + margin-top: 88rpx; + padding: 0 50rpx; +} + +.mtop { + margin-top: 100rpx; + padding: 0 50rpx; +} /* 图片尺寸 */ -.swiper_tup{height: 360rpx; width: 100%;} -.br_radius{ border-radius: 15rpx;} +.swiper_tup { + height: 360rpx; + width: 100%; +} + +.br_radius { + border-radius: 15rpx; +} /* 智能机器人 */ -.jqr_tol{ position: fixed; bottom:0; left: 0; right: 0; height: 220rpx; z-index: 12; background: #fff; } -.jqr_tol_box{justify-content:center; align-items: center; height: 220rpx;} +.jqr_tol { + position: fixed; + bottom: 0; + left: 0; + right: 0; + height: 220rpx; + z-index: 12; + background: #fff; +} -.jqr_tol_pic{ width:100rpx; height: 100rpx;} -.jqr_tol_pic_l{width: 160rpx; height: 160rpx;} -.w_33{ width: 33.33%; text-align: center;} +.jqr_tol_box { + justify-content: center; + align-items: center; + height: 220rpx; +} +.jqr_tol_pic { + width: 100rpx; + height: 100rpx; +} -.lazy_sech{ white-space: nowrap; background: #f5f5f5; padding:15rpx 30rpx;} -.lazy_sech text{ display: inline-block; background: #fff; font-size: 28rpx; padding: 10rpx 25rpx; border-radius: 100rpx; color: #999; margin-right: 10rpx;} +.jqr_tol_pic_l { + width: 160rpx; + height: 160rpx; +} -.jpan_mode{margin-top:10rpx } -.b_tol_ipt{ flex: 1;} -.ipt_jqr{ border-bottom: 4rpx solid #eee; height: 96rpx; line-height: 96rpx; width: 100%; font-size: 32rpx; color: #333;} -.b_tol_box{width: 100rpx; height: 100rpx; margin-left: 30rpx; margin-right: 20rpx;} -.jpan_mode .b_tol_box:last-child{ margin-left: 20rpx; margin-right: 30rpx;} +.w_33 { + width: 33.33%; + text-align: center; +} +.lazy_sech { + white-space: nowrap; + background: #f5f5f5; + padding: 15rpx 30rpx; +} -.jqr_main{ margin-bottom: 240rpx; position: relative; z-index: 3;} -.jqr_dig_pic{ width: 60rpx; height: 60rpx; margin:0 0rpx 0 40rpx} -.jqr_box, .jqr_box_txt{ background: #fff; border-radius: 0% 30rpx 30rpx 30rpx; border:2rpx solid #eee; box-shadow: rgba(200,200,200,.3) 0 0 10rpx; overflow: hidden;margin-left: 20rpx; width:100%; padding:20rpx 0rpx 125rpx 0rpx } -.left_dig, .right_dig{ margin-bottom: 40rpx; position: relative; } -.right_dig .jqr_box{background:linear-gradient(225deg,#18cec3,#6fa2ff); border-radius: 30rpx 0 30rpx 30rpx; margin-left: 0; border:none; padding-bottom:30rpx ; } -.left_dig{ margin-top:60rpx} -.dig_column{flex-direction: column-reverse; max-width: 70%; margin-right: 20rpx;} -.left_dig .dig_column{ margin-right: 0;} -.jqr_box_txt{padding-bottom: 20rpx;} +.lazy_sech text { + display: inline-block; + background: #fff; + font-size: 28rpx; + padding: 10rpx 25rpx; + border-radius: 100rpx; + color: #999; + margin-right: 10rpx; +} +.jpan_mode { + margin-top: 10rpx +} +.b_tol_ipt { + flex: 1; +} -.j_dig_time{ font-size: 24rpx; color: #999; padding-left: 25rpx; padding-bottom: 20rpx;} -.right_dig .j_dig_time{ padding-bottom: 0; padding-top:20rpx} +.ipt_jqr { + border-bottom: 4rpx solid #eee; + height: 96rpx; + line-height: 96rpx; + width: 100%; + font-size: 32rpx; + color: #333; +} -.janw_link, .janw_txt, .qus_txt{ color: #333; font-size: 32rpx; line-height:48rpx; padding: 0 40rpx 0 40rpx; margin-bottom: 10rpx; position: relative; } -.janw_link:before{ content: ''; display: block; width: 8rpx; height: 8rpx; background: #18cec3; border-radius: 8rpx; margin-right: 10rpx; position: absolute; top:20rpx ; left: 20rpx;} -.right_dig .qus_txt{ color: #fff;} +.b_tol_box { + width: 100rpx; + height: 100rpx; + margin-left: 30rpx; + margin-right: 20rpx; +} -.dig_gd{max-height:400rpx ; overflow: hidden; position: relative;} -.dig_more{ height: 80rpx; width:100%; background: #f5f5f5; text-align: center; color: #666; font-size: 28rpx; line-height: 80rpx;border-radius: 0 0 30rpx 30rpx; position: absolute; left:0; z-index: 10;} +.jpan_mode .b_tol_box:last-child { + margin-left: 20rpx; + margin-right: 30rpx; +} -.jqr_box_txt .janw_link:before{ display: none;} -.dly_flex_c2 .jqr_dig_pic{ display: none;} +.jqr_main { + margin-bottom: 240rpx; + position: relative; + z-index: 3; +} +.jqr_dig_pic { + width: 60rpx; + height: 60rpx; + margin: 0 0rpx 0 40rpx +} +.jqr_box, +.jqr_box_txt { + background: #fff; + border-radius: 0% 30rpx 30rpx 30rpx; + border: 2rpx solid #eee; + box-shadow: rgba(200, 200, 200, .3) 0 0 10rpx; + overflow: hidden; + margin-left: 20rpx; + width: 100%; + padding: 20rpx 0rpx 125rpx 0rpx +} -/* -3D生态走廊 -*/ -.rot_img{ height: 720rpx; position: absolute; top:0; left:0; width: 100%; z-index: 0;} -.zoul_pic{ width: 100%; height: 900rpx; background: #dcf2f1;} -.zl_img_tips{ position: relative; z-index: 2; padding-top:720rpx} -.hth_main{ background: #fff; border-radius: 100rpx 0 0 0; box-shadow: rgba(200,200,200,.3) 10rpx 0 10rpx; margin-top:20rpx; padding-top:60rpx} -.zoul_bq{display: inline-block; color: #fff; font-size: 25rpx; padding: 10rpx 25rpx; border-radius: 100rpx; margin-right: 10rpx; margin-bottom: 10rpx;} -.bq_2{background: rgba(5,5,5,.8); position: relative; right:-40rpx} +.left_dig, +.right_dig { + margin-bottom: 40rpx; + position: relative; +} -.bq_1{background:linear-gradient(right,#24e69d,#02a2ee) ;} -.bq_4{background:linear-gradient(right,#f1752f,#f1752b) ;} -.bq_3{background: linear-gradient(left,#6762ef,#6fd7f5);} -.bq_5{background: linear-gradient(left,#f81449,#f8a38f);} +.right_dig .jqr_box { + background: linear-gradient(225deg, #18cec3, #6fa2ff); + border-radius: 30rpx 0 30rpx 30rpx; + margin-left: 0; + border: none; + padding-bottom: 30rpx; +} +.left_dig { + margin-top: 60rpx +} +.dig_column { + flex-direction: column-reverse; + max-width: 70%; + margin-right: 20rpx; +} +.left_dig .dig_column { + margin-right: 0; +} +.jqr_box_txt { + padding-bottom: 20rpx; +} -/* 周边 */ -.h_zbian{flex-wrap:wrap;justify-content: flex-start} -.h_zb_pic{ width: 100%; height: 200rpx; border-radius: 10rpx; } -.h_zbian .half_unit{width:48%; margin-right: 2%;} -.h_zbian .half_unit:nth-child(even){ margin-right: 0; margin-left: 2%;} -.h_zbian .half_unit:nth-child(5) .mssj_adr, .h_zbian .half_unit:nth-child(6) .mssj_adr{margin-bottom: 20rpx;} -.h_zbian .ht_text{max-height: 102rpx; line-height: 51rpx; font-weight: 600; } -.h_zbian .mssj_adr{color: #666; font-size: 24rpx; line-height: 36rpx; max-height: 36rpx; font-weight: normal; margin:0rpx 0 40rpx 0} -/* vr */ -.scol_box_vr{} -.scol_box_vr .scol_unit{border:none; width: 95%; height: 450rpx;} -.vr_pic{ width: 100%; height: 360rpx; border-radius: 15rpx;} -.scol_box_vr .ht_text{ font-weight: bold; padding-top:10rpx} +.j_dig_time { + font-size: 24rpx; + color: #999; + padding-left: 25rpx; + padding-bottom: 20rpx; +} -/* 生态监测统计 */ -.scol_box_jce{height: 450rpx; } -.scol_box_jce .scol_unit{border-width: 0rpx; width: 1250rpx; height: 450rpx; border-radius: 0;} -.jce_dyuan{width: 600rpx; height: 446rpx; /* border-radius: 15rpx; */ border:2rpx solid #eee; box-shadow: rbga(0,0,0,.2) 10rpx 0 20rpx; margin-right: 30rpx; } -.scol_box_jce .ht_text{ font-weight: bold; padding-top:10rpx} -.kou_top3{ width: 50rpx; height: 50rpx;} -.oth_jce .jce_dyuan:last-child{ margin-right: 0;} -.shis_box{ height: 200rpx; margin-top:20rpx} -.tit_jc{ display: inline-block; margin-left: 20rpx; margin-top:0rpx; border-bottom: 16rpx solid #d3ffda;} -.tit_jc text{ position: relative; font-size: 45rpx;padding:0 30rpx 0 10rpx; top:15rpx} -.chel_t_s{ font-size: 24rpx; color: #999;} -.chel_data{ font-size: 60rpx; font-weight: bold; } -.chel_data_nom{font-size: 30rpx; color: #333; padding-bottom: 10rpx;} -.chel_brand{} -.che_ss{ padding-top:20rpx} -/* 换行操作 */ -.wrap_cs{flex-wrap: wrap-reverse ;} +.right_dig .j_dig_time { + padding-bottom: 0; + padding-top: 20rpx +} -.chel_bot{ background: #eefcf0;height: 116rpx; padding-top:30rpx } -.oth_jce .jce_dyuan:nth-child(2) .tit_jc{border-color:#ccebff;} -.oth_jce .jce_dyuan:nth-child(2) .chel_bot{background: #eff9ff;} +.janw_link, +.janw_txt, +.qus_txt { + color: #333; + font-size: 32rpx; + line-height: 48rpx; + padding: 0 40rpx 0 40rpx; + margin-bottom: 10rpx; + position: relative; +} +.janw_link:before { + content: ''; + display: block; + width: 8rpx; + height: 8rpx; + background: #18cec3; + border-radius: 8rpx; + margin-right: 10rpx; + position: absolute; + top: 20rpx; + left: 20rpx; +} -/* 监测统计2 */ -.scol_box_jce2{height: 730rpx; } -.scol_box_jce2 .scol_unit{border-width: 0rpx; width: 100%; height: 730rpx; border-radius: 0;} -.jce_dyuan2{ width: 100%; } +.right_dig .qus_txt { + color: #fff; +} -.data_real text{font-size: 80rpx; font-weight: bold; position: relative;height: 120rpx; line-height: 120rpx; padding: 0 60rpx 0 60rpx;} +.dig_gd { + max-height: 400rpx; + overflow: hidden; + position: relative; +} -.data_cl1{font-size: 60rpx; color: #333; font-weight: 600; padding: 10rpx 0;} -.che_ss_z{padding:30rpx 0 10rpx 0;} -.data_t2 { padding: 0rpx 20rpx 0rpx 6rpx; color: #999; /* background: #f2f2f2; */ font-size: 25rpx; } -.data_jc_wh{/* height: 240rpx; align-items: center;*/ padding: 20rpx 0; align-self: flex-start; text-align: left;} -.data_nom2{ font-size:32rpx ; color: #333;} -.data_jc_wh .data_nom2{ padding-bottom: 20rpx; } -.data_type{flex: 1; border-right: 2rpx solid #eee;} -.data_fenb{padding: 40rpx 0 20rpx 0; /* border-top: 2rpx solid #eee; */align-items: center; align-content: center; justify-content: center;} -.data_fenb .data_type:last-child,.data_fenb .data_type:only-child{border-right: none;} -.data_type .data_nom2{ position: relative; top:-10rpx} +.dig_more { + height: 80rpx; + width: 100%; + background: #f5f5f5; + text-align: center; + color: #666; + font-size: 28rpx; + line-height: 80rpx; + border-radius: 0 0 30rpx 30rpx; + position: absolute; + left: 0; + z-index: 10; +} -.bt_inb{ display: inline-block; background: #f2f2f2; padding: 5rpx 10rpx;} +.jqr_box_txt .janw_link:before { + display: none; +} -.data_jc_wh2{/* height: 240rpx; */align-items: center; padding: 20rpx 0; } +.dly_flex_c2 .jqr_dig_pic { + display: none; +} +/* +3D生态走廊 +*/ +.rot_img { + height: 720rpx; + position: absolute; + top: 0; + left: 0; + width: 100%; + z-index: 0; +} +.zoul_pic { + width: 100%; + height: 900rpx; + background: #dcf2f1; +} -/* 简介 */ -.zoul_jjie {margin-top:20rpx; font-size: 34rpx; color: #555; line-height:51rpx ; text-align: justify; letter-spacing: 2rpx;} -.h_define_zoul{ max-height:153rpx; text-overflow: ellipsis; white-space: pre-wrap; -webkit-box-orient: vertical; -webkit-line-clamp: 3; display: -webkit-box; overflow: hidden;} -.zl_jj_btn{position: absolute; right:15rpx; top:-76rpx; width: 40rpx; height: 40rpx;} +.zl_img_tips { + position: relative; + z-index: 2; + padding-top: 720rpx +} -.zoul_btn .btn_down, .zoul_btn .btn_up{ position: absolute; right: 0; top:-45rpx} +.hth_main { + background: #fff; + border-radius: 100rpx 0 0 0; + box-shadow: rgba(200, 200, 200, .3) 10rpx 0 10rpx; + margin-top: 20rpx; + padding-top: 60rpx +} +.zoul_bq { + display: inline-block; + color: #fff; + font-size: 25rpx; + padding: 10rpx 25rpx; + border-radius: 100rpx; + margin-right: 10rpx; + margin-bottom: 10rpx; +} -/*音频*/ -.zoul_voe_box{ margin-bottom:40rpx} -.zoul_voe_box .sce_voe{ margin-top:0} +.bq_2 { + background: rgba(5, 5, 5, .8); + position: relative; + right: -40rpx +} -/* 音频样式 */ -.slider_sec {width: 450rpx;height: 100%;} -.slider_sec slider {width: 95%;margin-left: 2%;margin-right: 0;margin-top: 10rpx;margin-bottom: 0;} +.bq_1 { + background: linear-gradient(right, #24e69d, #02a2ee); +} +.bq_4 { + background: linear-gradient(right, #f1752f, #f1752b); +} +.bq_3 { + background: linear-gradient(left, #6762ef, #6fd7f5); +} +.bq_5 { + background: linear-gradient(left, #f81449, #f8a38f); +} -/* 目的地 */ -.swiper_mud {height: 180rpx;} -.zoul_mud_unit{display: block;height: 180rpx; box-shadow: rgba(255,119,103,.8) 0 40rpx 40rpx;} -.zl_mud_pic{width: 100%; height: 180rpx; border-radius: 10rpx; } -.mud_img{width: 100%; height: 240rpx; position: absolute; width: 100%; left: 0; top:0; z-index: 1;} -.mud_inf{ position: relative; z-index: 11; padding: 0rpx 0 0rpx 30rpx; height: 180rpx;background: linear-gradient(bottom,rgba(8,73,69,1),rgba(250,250,250,0)); border-radius: 10rpx; text-align: center;} -.mud_inf .ht_text{ font-weight: bold; font-size: 45rpx; text-shadow: rgba(0,0,0,.4) 0 10rpx 15rpx; padding-bottom: 30rpx; padding-top:20rpx; color: #fff;} -.mud_inf .mdd_jj{ font-size: 32rpx; color: #fff; } -.mud_inf .mdd_jj text{ display: inline-block;font-size: 24rpx; color: #fff; margin-right: 10rpx; background: rgba(255,119,103,.9); border-radius: 100rpx; padding:10rpx 25rpx ;} -.swiper_mud swiper-item:nth-child(2) .mud_inf .mdd_jj text{background: rgba(43,206,253,.9);} -.swiper_mud swiper-item:nth-child(3) .mdd_jj text{background: rgba(21,179,134,.9);} -.item_mud{ width: 90%;} -/* 目的地2 */ -.mud2_warp{ border-top:2rpx solid #eee ; margin-top: 30rpx;} -.mud2_1{ width: 90%; margin: 0 auto; margin-top:40rpx; position: relative; } -.mud2_pic{ width: 100%; height: 224rpx; border-radius: 10rpx; } -.img_mud2{ position: absolute; width: 100%; height: 224rpx; left: 0; top:0; z-index:2;} -.kou_top{ width: 90rpx; height: 90rpx;} -.kou_top2{ width: 70rpx; height: 70rpx;} -.bu_meng{ position: relative; z-index: 3; background: radial-gradient(rgba(0,0,0,0), rgba(0,0,0,.6)); width: 100%; height: 224rpx; border-radius: 10rpx; } -.bu_meng .ht_text{ color: #fff; font-size: 38rpx; font-weight: bold; } -.mud_after{position: absolute;z-index:4; top:-55rpx; left: 50%; margin-left: -32rpx;} +/* 周边 */ +.h_zbian { + flex-wrap: wrap; + justify-content: flex-start +} -/* 驿站/营地 */ -.zoul_tab .scol_ht_box{ height: 332rpx;} -.zoul_tab .scol_unit{ border-width: 2rpx; box-shadow: rgba(0,0,0,.1) 0 0 15rpx; width: 38%; height: 328rpx;} -.tab_txt_zoul{position: relative; top:-40rpx; background: #fff; border-radius: 10rpx; padding: 20rpx;} -.tab_txt_zoul .mssj_adr{color: #666; font-size: 25rpx;font-weight: normal; height:38rpx ; line-height: 38rpx;} -.tab_txt_zoul .ht_text{height:48rpx ; line-height: 45rpx; font-size: 30rpx; font-weight: 600;} -.zoul_tab .ht_pic{ height: 180rpx;} -.yz_jul{ } +.h_zb_pic { + width: 100%; + height: 200rpx; + border-radius: 10rpx; +} +.h_zbian .half_unit { + width: 48%; + margin-right: 2%; +} -/*手绘地图*/ -.unclk_word{ font-size: 24rpx; color: #666; line-height: 36rpx ; margin-top:10rpx} -.unclk_word:before{ content: ''; display: inline-block; vertical-align: middle; width: 6rpx; height: 6rpx; background: #00B8A5; border-radius: 6rpx; margin-right: 10rpx;} -.daol_img{width:150rpx; height: 150rpx; margin-right: 20rpx; position: relative;} -.pic_daol_zoul{width:150rpx; height: 150rpx;} -.zoul_dl_warp{border:2rpx solid #eee; padding: 15rpx;} -.daol_zhe{ position: absolute; width: 100%; height: 150rpx; z-index: 20; top:0; left: 0; background: rgba(0,0,0,.5);} -.daol_zhe .kou_top2{ margin: 40rpx auto auto 40rpx;} +.h_zbian .half_unit:nth-child(even) { + margin-right: 0; + margin-left: 2%; +} -/* 长形图 */ -.daol_imgq{ position: relative;} -.pic_daol_zoulq{width:100%; height: 150rpx;/* border:4rpx solid #ddd */} -.daol_zheq{ position: absolute; width: 90rpx; height: 90rpx; z-index: 20; top:30rpx; left: 50%; margin-left: -45rpx; background: rgba(255,255,255,1); box-shadow: rgba(0,0,0,.4) 0 10rpx 25rpx; border-radius: 100rpx;} -.daol_zheq .kou_top2{ display: block; width: 60rpx; height: 60rpx; margin: 0 auto; margin-top:18rpx} +.h_zbian .half_unit:nth-child(5) .mssj_adr, +.h_zbian .half_unit:nth-child(6) .mssj_adr { + margin-bottom: 20rpx; +} -/* 历史文化*/ -.zoul_lis .fod_sp_box{ margin-bottom:40rpx ; margin-top:0; border-bottom:2rpx solid #eee; padding:0 0 20rpx 0; } -.pic_lis{ width: 250rpx; height: 184rpx; border-radius: 10rpx;} -.zoul_lis .mssj_box{padding-left: 0; padding-right: 20rpx;} -.zoul_lis .mssj_tit{ font-weight: 600; font-size: 32rpx;} -.zoul_lis .mssj_adr{color: #666; font-size: 28rpx; line-height: 38rpx ; -webkit-line-clamp: 2; height: 76rpx;} -.lis_time{ color: #999; font-size: 24rpx; } -.zoul_lis .fod_sp_box:last-child{ border-bottom: none;} +.h_zbian .ht_text { + max-height: 102rpx; + line-height: 51rpx; + font-weight: 600; +} -/*宣传片*/ -.zoul_xcp {position: relative; } -.zoul_xcp .ht_text{ font-weight: normal;margin-bottom: 30rpx;} -.btn_xcp{ position: absolute; top:130rpx; right: 20rpx; z-index: 2;} +.h_zbian .mssj_adr { + color: #666; + font-size: 24rpx; + line-height: 36rpx; + max-height: 36rpx; + font-weight: normal; + margin: 0rpx 0 40rpx 0 +} -.scol_box_xcp{} -.scol_box_xcp .scol_unit{border:none; display: flex; white-space: nowrap; flex-direction: row; justify-content:flex-start; align-content:flex-start; height: 410rpx; } -.scol_box_xcp .vr_pic{ border-radius: 0rpx; height: 340rpx;} -.scol_box_xcp .ht_text{ font-weight: bold; } -.xcp_t{padding:10rpx 30rpx 0 0rpx} -.video_unit{flex: 1; margin-right: 30rpx;} -.scol_unit .video_unit:last-child { margin-right: 0;} +/* vr */ +.scol_box_vr {} +.scol_box_vr .scol_unit { + border: none; + width: 95%; + height: 450rpx; +} +.vr_pic { + width: 100%; + height: 360rpx; + border-radius: 15rpx; +} +.scol_box_vr .ht_text { + font-weight: bold; + padding-top: 10rpx +} +/* 生态监测统计 */ +.scol_box_jce { + height: 450rpx; +} +.scol_box_jce .scol_unit { + border-width: 0rpx; + width: 1250rpx; + height: 450rpx; + border-radius: 0; +} -/* 直播 */ +.jce_dyuan { + width: 600rpx; + height: 446rpx; + /* border-radius: 15rpx; */ + border: 2rpx solid #eee; + box-shadow: rbga(0, 0, 0, .2) 10rpx 0 20rpx; + margin-right: 30rpx; +} -.olive_unit {display: flex;flex-wrap: wrap;justify-content: center;margin-left: auto;margin-right: auto;width: 530upx;text-align: center;broder-radius: 6upx;height: 300rpx;} -.olve_swiper {display: flex;align-items: center;} -.olve_tit {text-align: center; padding: 10rpx 0 0 0; width: 530rpx; margin: 0 auto; font-size: 34rpx; color: #333; } -.video_size{ height: 368rpx; width: 100%;} +.scol_box_jce .ht_text { + font-weight: bold; + padding-top: 10rpx +} +.kou_top3 { + width: 50rpx; + height: 50rpx; +} +.oth_jce .jce_dyuan:last-child { + margin-right: 0; +} -/* -视频 +.shis_box { + height: 200rpx; + margin-top: 20rpx +} - */ -.ship_show{ height: 360rpx;} +.tit_jc { + display: inline-block; + margin-left: 20rpx; + margin-top: 0rpx; + border-bottom: 16rpx solid #d3ffda; +} +.tit_jc text { + position: relative; + font-size: 45rpx; + padding: 0 30rpx 0 10rpx; + top: 15rpx +} +.chel_t_s { + font-size: 24rpx; + color: #999; +} +.chel_data { + font-size: 60rpx; + font-weight: bold; +} +.chel_data_nom { + font-size: 30rpx; + color: #333; + padding-bottom: 10rpx; +} -/* - 目的地 +.chel_brand {} -*/ -.video_mud .tab_mmd{ margin-bottom: 20rpx; border-bottom: 2rpx solid #eee; padding-bottom: 20rpx;} -.video_mud .tab_mmd:last-child,.video_mud .tab_mmd:only-child{ margin-bottom: 0; border-bottom: none;} -.video_mud .mssj_tit{ height: 51rpx; line-height: 51rpx; font-weight: normal; font-size: 36rpx;} +.che_ss { + padding-top: 20rpx +} +/* 换行操作 */ +.wrap_cs { + flex-wrap: wrap-reverse; +} +.chel_bot { + background: #eefcf0; + height: 116rpx; + padding-top: 30rpx +} -/* - 景区详情 +.oth_jce .jce_dyuan:nth-child(2) .tit_jc { + border-color: #ccebff; +} - */ -.swiper_jqu{ height: 360rpx;} -.mmd_dl .dl_1{ } -.mmd_dl .dl_1 text{ opacity: .8;} +.oth_jce .jce_dyuan:nth-child(2) .chel_bot { + background: #eff9ff; +} -/* 景区详情-写评论 */ -.jq_xie{position: absolute; right: 0; top:35rpx} -.jq_xie .btn_daoh{font-size: 28rpx;} -/* swiper 毛病纠正 */ -.yx_warp_3{display: inline-block; margin-right: 40rpx; } -.inx_yxs .b_tol_ipt:nth-child(n+2){ margin-left: 30rpx;} +/* 监测统计2 */ +.scol_box_jce2 { + height: 730rpx; +} +.scol_box_jce2 .scol_unit { + border-width: 0rpx; + width: 100%; + height: 730rpx; + border-radius: 0; +} +.jce_dyuan2 { + width: 100%; +} +.data_real text { + font-size: 80rpx; + font-weight: bold; + position: relative; + height: 120rpx; + line-height: 120rpx; + padding: 0 60rpx 0 60rpx; +} -/* 720列表 */ -.quanj_lst{} -.quanj_lst .half_unit{ margin-bottom: 30rpx;} -.quanj_lst .ht_text{ font-weight: normal;} -.quanj_lst .shij_pic{ height: 280rpx;} -.quanj_lst .shij_list{ box-shadow: none; background: none;} -.quanj_inf{ background: #eefffd; position: relative; top:-30rpx; border-radius: 15rpx; padding: 20rpx; } +.data_cl1 { + font-size: 60rpx; + color: #333; + font-weight: 600; + padding: 10rpx 0; +} -.quanj_inf .ht_text{ font-weight: bold; text-align: center;} +.che_ss_z { + padding: 30rpx 0 10rpx 0; +} -/* - 活动详情 - */ -.lxidh{ position: relative;} -.lxidh .more{ position: absolute; display: block; width: 16rpx; - height: 16rpx; - top:52rpx; - right: 0%; - border-top: 4rpx solid #c7c7cc; - border-right: 4rpx solid #c7c7cc; - transform: rotate(45deg) translateY(-70%);} -.lxidh .more:after{ display: none;} +.data_t2 { + padding: 0rpx 20rpx 0rpx 6rpx; + color: #999; + /* background: #f2f2f2; */ + font-size: 25rpx; +} +.data_jc_wh { + /* height: 240rpx; align-items: center;*/ + padding: 20rpx 0; + align-self: flex-start; + text-align: left; +} +.data_nom2 { + font-size: 32rpx; + color: #333; +} -/* 名村古镇详情模板 */ -.cont_mode{position: relative; top:360rpx; z-index: 99;} -.biaot_box{background: #fff; padding:30rpx 20rpx; border-radius: 15rpx; box-shadow: rgba(0,0,0,.1) 0 5rpx 20rpx;} +.data_jc_wh .data_nom2 { + padding-bottom: 20rpx; +} +.data_type { + flex: 1; + border-right: 2rpx solid #eee; +} -/* 页面上拉刷新 */ -.weiz_ref{position: absolute;top: 0rpx; width: 100rpx; text-align: center; z-index:99; left: 0; margin-left: -50rpx;} -.ref_ing{ font-size: 24rpx; text-align: center; color: #999; } -.icn_ref_pic{display: block; margin: 0 auto;width: 60rpx; height: 60rpx; padding: 10rpx; background: #fff; border-radius: 100rpx; box-shadow: rgba(0,0,0,.2) 0 0 20rpx;} -.icn_ref{ width: 60rpx; height: 60rpx; } -.icn_ref2{ animation: change_first_circle 1s linear infinite; } -@keyframes change_first_circle { - 0%{ transform: rotate(0deg); } - 100%{ transform: rotate(-360deg); } +.data_fenb { + padding: 40rpx 0 20rpx 0; + /* border-top: 2rpx solid #eee; */ + align-items: center; + align-content: center; + justify-content: center; } +.data_fenb .data_type:last-child, +.data_fenb .data_type:only-child { + border-right: none; +} -.ing2_ref_pic{ width: 30rpx; height: 30rpx; margin-right: 10rpx; position: relative; top:5rpx} -.ing2_icn_ref2{ animation: change_sec_circle 1s linear infinite; transform: scaleY(-1); } -@keyframes change_sec_circle { - 0%{ transform: rotate(0deg); } - 100%{ transform: rotate(-180deg); } +.data_type .data_nom2 { + position: relative; + top: -10rpx } +.bt_inb { + display: inline-block; + background: #f2f2f2; + padding: 5rpx 10rpx; +} +.data_jc_wh2 { + /* height: 240rpx; */ + align-items: center; + padding: 20rpx 0; +} -/* 首页增加邯郸概况模块 */ -.unit_city6{ position: relative; height: 196rpx;} -.city_name{position: absolute; width: 100%; bottom:-10rpx; left: 0; text-align: center;} -.city_name .ht_text{ display: inline-block; padding: 20rpx 0; background: rgba(0,0,0,.6); color: #fff; border-radius: 0 0 15rpx 15rpx;} -.gaik_pic{ position: relative;height: 360rpx;} -.pic_abs{ position: absolute; z-index: 0;height: 360rpx; top: 0; left: 0; width: 100%;} -/* .gaik_pic .jianj_img, .gaik_pic .jianj_img .shij_pic{ height: 360rpx;} */ -.buj_ad{position: relative; top:-40rpx; padding-top:50rpx; background:#fff; border-radius: 20rpx;} -.inx_gaik{position: absolute; top:0rpx; right: 50rpx; width: 150rpx; height:220rpx; background: linear-gradient(rgba(17,194,188,.8),rgba(17,194,188,.1));} -.gaik_link{border:2rpx solid #fff; padding: 10rpx; color: #fff; font-size: 14px; margin-top:60rpx; margin-left: 36rpx; display: inline-block; width: 60rpx; border-color:rgba(255,255,255,.6)} +/* 简介 */ +.zoul_jjie { + margin-top: 20rpx; + font-size: 34rpx; + color: #555; + line-height: 51rpx; + text-align: justify; + letter-spacing: 2rpx; +} -/* -邯郸简介 +.h_define_zoul { + max-height: 153rpx; + text-overflow: ellipsis; + white-space: pre-wrap; + -webkit-box-orient: vertical; + -webkit-line-clamp: 3; + display: -webkit-box; + overflow: hidden; +} - */ +.zl_jj_btn { + position: absolute; + right: 15rpx; + top: -76rpx; + width: 40rpx; + height: 40rpx; +} -.top_sjz_jj{ position:relative} -.jianj_img{ position: absolute; top:0; left: 0; width: 100%; background: #f00; height: 480rpx; z-index: 0;} -.jianj_img .shij_pic{ border-radius:0; height: 480rpx; position: relative;} -.jianj_img .shij_pic:after{ content: ''; width: 100%; height: 480rpx; position: absolute; left: 0; top:0; background: linear-gradient(rgba(0,0,0,0) 20%, rgba(0,0,0,.8));} -.sjz_main{ position: relative; z-index: 2;} +.zoul_btn .btn_down, +.zoul_btn .btn_up { + position: absolute; + right: 0; + top: -45rpx +} -.sjz_summary{ padding-top: 120rpx; padding-bottom: 30rpx;} -.sjz_neir2{border-radius: 30rpx; background: linear-gradient(rgba(255,255,255,1) 20%, rgba(255,255,255,0)); padding:60rpx 0} -.sjz_neir2 .mmd_line{padding: 0; margin: 0; margin-left: 50rpx;} -.sjz_summary .shij_inf{ padding-left: 0; padding-right: 0; color: #fff; padding-top:10rpx} -.sjz_summary .shij_inf .mssj_adr, .sjz_summary .tit_com, .sjz_summary .shij_inf .sjz_link{color: #fff;} -.sjz_summary .shij_inf .sjz_link{ opacity: .8; display: inline-block; background: rgba(0,0,0,.2); border:2rpx solid #fff; padding: 10rpx 25rpx; border-radius: 60rpx; margin-top:30rpx} -/* 工具栏 */ -.sjz_tol_2{background: #f2f2f2;position: relative; padding: 25rpx 0; margin-right: 30rpx; border-radius: 10rpx; box-shadow: rgba(0,0,0,.1) 0 0 15rpx;} -.sjz_neir2 .mmd_line .scroll-view-item_H{ width: 32%;} -/* .scroll-view_H .scroll-view-item_H:first-child .sjz_tol_2{ margin-left: 0;} */ -.tol_inf3{ text-align: left; align-self: flex-start; padding:0 10rpx; padding-bottom: 80rpx; } -.tol_inf3 text{ display: block;} -.big_t{ font-size: 42rpx; font-weight: 700;} -.sma_t{ font-size: 30rpx; padding-top:5rpx; color: #999;} -.pic_tol_ab{ position: absolute; right: 15rpx; bottom: 15rpx; z-index: 3;} -.pic_tol_ab .tol_icn{ width: 80rpx; height: 80rpx;} +/*音频*/ +.zoul_voe_box { + margin-bottom: 40rpx +} -/* 多彩 */ +.zoul_voe_box .sce_voe { + margin-top: 0 +} -.sjz_dcai .mssj_adr{-webkit-line-clamp:3; max-height:126rpx ; color: #333; text-align: justify; padding-right: 0;} -.sjz_dcai .shij_inf{ padding-right: 0;} -.sjz_link{ padding: 20rpx 0 0 0; font-size: 28rpx; color: #1677ff;} -/* 进出 */ -.sjz_jc{flex-wrap:wrap; } -.sjz_jc .half_unit{ width: 48%; margin-right: 2%;} -.sjz_jc .half_unit:nth-child(even){margin-left: 2%; margin-right: 0;} -.jc_dany{ padding: 20rpx 0 20rpx 0; background: #fff; box-shadow: rgba(0,0,0,.1) 0 0 15rpx; margin-bottom: 30rpx; border-left: 10rpx solid #809ae5; align-items: center;align-self: center; } -.jc_dany .icn_ref{ margin-right: 15rpx; position: relative; top:8rpx} -.jc_txt{ font-size: 32rpx; color: #333;} -.sjz_jc .half_unit:nth-child(2) .jc_dany{border-color:#e8904a;} -.sjz_jc .half_unit:nth-child(3) .jc_dany{border-color:#4acad6;} -.sjz_jc .half_unit:nth-child(4) .jc_dany{border-color:#f5797c;} -/* 发现邯郸 */ -.sjz_fax .scol_unit{border:none; width: 95%; position:relative } -.fax_zhe{ position: absolute; top:0; bottom: 0; left: 0; background: linear-gradient(rgba(0,0,0,0) 50%,rgba(0,0,0,1)); width: 100%; height: 100%; border-radius: 15rpx;} -.fax_zhe .ht_text{ padding-top:300rpx; color: #fff;font-size: 38rpx; text-align: center; font-weight: 700;} +/* 音频样式 */ +.slider_sec { + width: 450rpx; + height: 100%; +} -.tit_sjz_s{ font-size: 36rpx; color: #333; padding: 20rpx 0;} -/* 区县 */ -.sjz_qux_dyuan{padding: 20rpx 0; /* border-radius: 20rpx 20rpx 0 0; */ } -.sjz_qux_dyuan text{ font-size: 32rpx; color: #333;} -.qux_name{ display: inline-block; padding: 10rpx 30rpx; font-size: 28rpx; background: rgba(0,0,0,.6); border-radius: 100rpx; color: #fff;} -.h_zbian .w_33{ width: 47.5%; box-shadow: rgba(0,0,0,.1) 0 0 15rpx; margin-bottom: 20rpx; margin-right: 2.5%; background: #fff; border-bottom: 6rpx solid #4acad6;} -.h_zbian .w_33:nth-child(2n){margin-right: 0; margin-left: 2.5%; } +.slider_sec slider { + width: 95%; + margin-left: 2%; + margin-right: 0; + margin-top: 10rpx; + margin-bottom: 0; +} -.h_zbian .w_33:nth-child(4n){ border-color: #e78f4a;} -.h_zbian .w_33:nth-child(4n+1){border-color: #f4797c;} -.h_zbian .w_33:nth-child(4n+2){border-color: #54b4e8;} -.h_zbian .w_33:nth-child(4n+3){border-color: #4acad6;} +/* 目的地 */ +.swiper_mud { + height: 180rpx; +} +.zoul_mud_unit { + display: block; + height: 180rpx; + box-shadow: rgba(255, 119, 103, .8) 0 40rpx 40rpx; +} +.zl_mud_pic { + width: 100%; + height: 180rpx; + border-radius: 10rpx; +} +.mud_img { + width: 100%; + height: 240rpx; + position: absolute; + width: 100%; + left: 0; + top: 0; + z-index: 1; +} +.mud_inf { + position: relative; + z-index: 11; + padding: 0rpx 0 0rpx 30rpx; + height: 180rpx; + background: linear-gradient(bottom, rgba(8, 73, 69, 1), rgba(250, 250, 250, 0)); + border-radius: 10rpx; + text-align: center; +} +.mud_inf .ht_text { + font-weight: bold; + font-size: 45rpx; + text-shadow: rgba(0, 0, 0, .4) 0 10rpx 15rpx; + padding-bottom: 30rpx; + padding-top: 20rpx; + color: #fff; +} +.mud_inf .mdd_jj { + font-size: 32rpx; + color: #fff; +} +.mud_inf .mdd_jj text { + display: inline-block; + font-size: 24rpx; + color: #fff; + margin-right: 10rpx; + background: rgba(255, 119, 103, .9); + border-radius: 100rpx; + padding: 10rpx 25rpx; +} +.swiper_mud swiper-item:nth-child(2) .mud_inf .mdd_jj text { + background: rgba(43, 206, 253, .9); +} +.swiper_mud swiper-item:nth-child(3) .mdd_jj text { + background: rgba(21, 179, 134, .9); +} +.item_mud { + width: 90%; +} +/* 目的地2 */ +.mud2_warp { + border-top: 2rpx solid #eee; + margin-top: 30rpx; +} +.mud2_1 { + width: 90%; + margin: 0 auto; + margin-top: 40rpx; + position: relative; +} +.mud2_pic { + width: 100%; + height: 224rpx; + border-radius: 10rpx; +} +.img_mud2 { + position: absolute; + width: 100%; + height: 224rpx; + left: 0; + top: 0; + z-index: 2; +} +.kou_top { + width: 90rpx; + height: 90rpx; +} +.kou_top2 { + width: 70rpx; + height: 70rpx; +} +.bu_meng { + position: relative; + z-index: 3; + background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6)); + width: 100%; + height: 224rpx; + border-radius: 10rpx; +} -/* 图片背景色块填充 */ -/* -首页 -*/ +.bu_meng .ht_text { + color: #fff; + font-size: 38rpx; + font-weight: bold; +} -/* 轮播图 */ -.lh-swiper swiper-item:nth-child(4n){ background: #f2dedc;} -.lh-swiper swiper-item:nth-child(4n+1){background: #e6f2dc;} -.lh-swiper swiper-item:nth-child(4n+2){background: #dcf0f2;} -.lh-swiper swiper-item:nth-child(4n+3){background: #e9dcf2;} -/* tab切换 */ -.scol_ht_box .scol_unit:nth-child(4n) .ht_pic{ background: #f2dedc;} -.scol_ht_box .scol_unit:nth-child(4n+1) .ht_pic{background: #e6f2dc;} -.scol_ht_box .scol_unit:nth-child(4n+2) .ht_pic{background: #dcf0f2;} -.scol_ht_box .scol_unit:nth-child(4n+3) .ht_pic{background: #e9dcf2;} -/* 印象邯郸 */ -.inx_yxs .b_tol_ipt:nth-child(4n) .city_img{ background: #f2dedc;} -.inx_yxs .b_tol_ipt:nth-child(4n+1) .city_img{background: #e6f2dc;} -.inx_yxs .b_tol_ipt:nth-child(4n+2) .city_img{background: #dcf0f2;} -.inx_yxs .b_tol_ipt:nth-child(4n+3) .city_img{background: #e9dcf2;} -/* 活动 */ -.half_unit .fod_sp_box:nth-child(2n) .pic_shop{ background: #f2dedc;} -.half_unit .fod_sp_box:nth-child(2n+1) .pic_shop{background: #e6f2dc;} -.shij_pic, .pic_shop{ background: #e7f1ff;} +.mud_after { + position: absolute; + z-index: 4; + top: -55rpx; + left: 50%; + margin-left: -32rpx; +} -/* 路线 */ -.dly_flex .b_tol_ipt:nth-child(4n) .line_pic{ background: #f2dedc;} -.dly_flex .b_tol_ipt:nth-child(4n+1) .line_pic{background: #e6f2dc;} -.dly_flex .b_tol_ipt:nth-child(4n+2) .line_pic{background: #dcf0f2;} -.dly_flex .b_tol_ipt:nth-child(4n+3) .line_pic{background: #e9dcf2;} -/* 攻略 */ -.dly_flex .unit_book:nth-child(4n) .city_img{ background: #f2dedc;} -.dly_flex .unit_book:nth-child(4n+1) .city_img{background: #e6f2dc;} -.dly_flex .unit_book:nth-child(4n+2) .city_img{background: #dcf0f2;} -.dly_flex .unit_book:nth-child(4n+3) .city_img{background: #e9dcf2;} +/* 驿站/营地 */ +.zoul_tab .scol_ht_box { + height: 332rpx; +} + +.zoul_tab .scol_unit { + border-width: 2rpx; + box-shadow: rgba(0, 0, 0, .1) 0 0 15rpx; + width: 38%; + height: 328rpx; +} + +.tab_txt_zoul { + position: relative; + top: -40rpx; + background: #fff; + border-radius: 10rpx; + padding: 20rpx; +} + +.tab_txt_zoul .mssj_adr { + color: #666; + font-size: 25rpx; + font-weight: normal; + height: 38rpx; + line-height: 38rpx; +} + +.tab_txt_zoul .ht_text { + height: 48rpx; + line-height: 45rpx; + font-size: 30rpx; + font-weight: 600; +} + +.zoul_tab .ht_pic { + height: 180rpx; +} + +.yz_jul {} + + +/*手绘地图*/ +.unclk_word { + font-size: 24rpx; + color: #666; + line-height: 36rpx; + margin-top: 10rpx +} + +.unclk_word:before { + content: ''; + display: inline-block; + vertical-align: middle; + width: 6rpx; + height: 6rpx; + background: #00B8A5; + border-radius: 6rpx; + margin-right: 10rpx; +} + +.daol_img { + width: 150rpx; + height: 150rpx; + margin-right: 20rpx; + position: relative; +} + +.pic_daol_zoul { + width: 150rpx; + height: 150rpx; +} + +.zoul_dl_warp { + border: 2rpx solid #eee; + padding: 15rpx; +} + +.daol_zhe { + position: absolute; + width: 100%; + height: 150rpx; + z-index: 20; + top: 0; + left: 0; + background: rgba(0, 0, 0, .5); +} + +.daol_zhe .kou_top2 { + margin: 40rpx auto auto 40rpx; +} + +/* 长形图 */ +.daol_imgq { + position: relative; +} + +.pic_daol_zoulq { + width: 100%; + height: 150rpx; + /* border:4rpx solid #ddd */ +} + +.daol_zheq { + position: absolute; + width: 90rpx; + height: 90rpx; + z-index: 20; + top: 30rpx; + left: 50%; + margin-left: -45rpx; + background: rgba(255, 255, 255, 1); + box-shadow: rgba(0, 0, 0, .4) 0 10rpx 25rpx; + border-radius: 100rpx; +} + +.daol_zheq .kou_top2 { + display: block; + width: 60rpx; + height: 60rpx; + margin: 0 auto; + margin-top: 18rpx +} + +/* 历史文化*/ +.zoul_lis .fod_sp_box { + margin-bottom: 40rpx; + margin-top: 0; + border-bottom: 2rpx solid #eee; + padding: 0 0 20rpx 0; +} + +.pic_lis { + width: 250rpx; + height: 184rpx; + border-radius: 10rpx; +} + +.zoul_lis .mssj_box { + padding-left: 0; + padding-right: 20rpx; +} + +.zoul_lis .mssj_tit { + font-weight: 600; + font-size: 32rpx; +} + +.zoul_lis .mssj_adr { + color: #666; + font-size: 28rpx; + line-height: 38rpx; + -webkit-line-clamp: 2; + height: 76rpx; +} + +.lis_time { + color: #999; + font-size: 24rpx; +} + +.zoul_lis .fod_sp_box:last-child { + border-bottom: none; +} + +/*宣传片*/ +.zoul_xcp { + position: relative; +} + +.zoul_xcp .ht_text { + font-weight: normal; + margin-bottom: 30rpx; +} + +.btn_xcp { + position: absolute; + top: 130rpx; + right: 20rpx; + z-index: 2; +} + +.scol_box_xcp {} + +.scol_box_xcp .scol_unit { + border: none; + display: flex; + white-space: nowrap; + flex-direction: row; + justify-content: flex-start; + align-content: flex-start; + height: 410rpx; +} + +.scol_box_xcp .vr_pic { + border-radius: 0rpx; + height: 340rpx; +} + +.scol_box_xcp .ht_text { + font-weight: bold; +} + +.xcp_t { + padding: 10rpx 30rpx 0 0rpx +} + +.video_unit { + flex: 1; + margin-right: 30rpx; +} + +.scol_unit .video_unit:last-child { + margin-right: 0; +} + + + + + + +/* 直播 */ + +.olive_unit { + display: flex; + flex-wrap: wrap; + justify-content: center; + margin-left: auto; + margin-right: auto; + width: 530upx; + text-align: center; + broder-radius: 6upx; + height: 300rpx; +} + +.olve_swiper { + display: flex; + align-items: center; +} + +.olve_tit { + text-align: center; + padding: 10rpx 0 0 0; + width: 530rpx; + margin: 0 auto; + font-size: 34rpx; + color: #333; +} + +.video_size { + height: 368rpx; + width: 100%; +} -/* 视频 */ -.inx_ht_warp .shij_list:nth-child(4n) .shij_pic{ background: #f2dedc;} -.dly_flex .shij_list:nth-child(4n+1) .shij_pic{background: #e6f2dc;} -.dly_flex .shij_list:nth-child(4n+2) .shij_pic{background: #dcf0f2;} -.dly_flex .shij_list:nth-child(4n+3) .shij_pic{background: #e9dcf2;} /* -资讯列表 +视频 + */ -.mode_com .list-item:nth-child(4n) .item-pic{ background: #f2dedc;} -.mode_com .list-item:nth-child(4n+1) .item-pic{ background: #e6f2dc;} -.mode_com .list-item:nth-child(4n+2) .item-pic{ background: #dcf0f2;} -.mode_com .list-item:nth-child(4n+3) .item-pic{ background: #e9dcf2;} +.ship_show { + height: 360rpx; +} + + + + /* -美食列表 + 目的地 + */ -.mode_com .food_lst:nth-child(4n) .food_pic{ background: #f2dedc;} -.mode_com .food_lst:nth-child(4n+1) .food_pic{ background: #e6f2dc;} -.mode_com .food_lst:nth-child(4n+2) .food_pic{ background: #dcf0f2;} -.mode_com .food_lst:nth-child(4n+3) .food_pic{ background: #e9dcf2;} +.video_mud .tab_mmd { + margin-bottom: 20rpx; + border-bottom: 2rpx solid #eee; + padding-bottom: 20rpx; +} + +.video_mud .tab_mmd:last-child, +.video_mud .tab_mmd:only-child { + margin-bottom: 0; + border-bottom: none; +} + +.video_mud .mssj_tit { + height: 51rpx; + line-height: 51rpx; + font-weight: normal; + font-size: 36rpx; +} + /* - 滹沱河生态走廊 + 景区详情 + */ -/* 目的地 */ -.dly_flex_c .w_33:nth-child(3n) .mud2_pic{ background: #f2dedc;} -.dly_flex_c .w_33:nth-child(3n+1) .mud2_pic{ background: #dcf0f2;} -.dly_flex_c .w_33:nth-child(3n+2) .mud2_pic{ background: #e6f2dc;} +.swiper_jqu { + height: 360rpx; +} -/* vr */ -.uni-scroll-view .scol_unit:nth-child(4n) .vr_pic{ background: #f2dedc;} -.uni-scroll-view .scol_unit:nth-child(4n+1) .vr_pic{ background: #e6f2dc;} -.uni-scroll-view .scol_unit:nth-child(4n+2) .vr_pic{ background: #dcf0f2;} -.uni-scroll-view .scol_unit:nth-child(4n+3) .vr_pic{ background: #e9dcf2;} +.mmd_dl .dl_1 {} -/* 周边推荐 */ -.dly_flex_c .half_unit:nth-child(4n) .h_zb_pic{ background: #f2dedc;} -.dly_flex_c .half_unit:nth-child(4n+1) .h_zb_pic{ background: #dcf0f2;} -.dly_flex_c .half_unit:nth-child(4n+2) .h_zb_pic{ background: #e6f2dc;} -.dly_flex_c .half_unit:nth-child(4n+3) .h_zb_pic{ background: #e9dcf2;} +.mmd_dl .dl_1 text { + opacity: .8; +} -/* 历史文化名城 */ -.zoul_lis .fod_sp_box:nth-child(4n) .pic_lis{ background: #f2dedc;} -.zoul_lis .fod_sp_box:nth-child(4n+1) .pic_lis{ background: #dcf0f2;} -.zoul_lis .fod_sp_box:nth-child(4n+2) .pic_lis{ background: #e6f2dc;} -.zoul_lis .fod_sp_box:nth-child(4n+3) .pic_lis{ background: #e9dcf2;} +/* 景区详情-写评论 */ +.jq_xie { + position: absolute; + right: 0; + top: 35rpx +} + +.jq_xie .btn_daoh { + font-size: 28rpx; +} +/* swiper 毛病纠正 */ +.yx_warp_3 { + display: inline-block; + margin-right: 40rpx; +} -/* - 目的地详情 - */ -/* 轮播图 */ -.pic_swp_bg{background: #dcf0f2;} -.swiper_jqu swiper-item:nth-child(4n) .swiper_tup{ background: #f2dedc;} -.swiper_jqu swiper-item:nth-child(4n+1) .swiper_tup{background: #e6f2dc;} -.swiper_jqu swiper-item:nth-child(4n+2) .swiper_tup{background: #dcf0f2;} -.swiper_jqu swiper-item:nth-child(4n+3) .swiper_tup{background: #e9dcf2;} -/* 热门景区 */ -.dly_flex .b_tol_ipt:nth-child(4n) .mmd_jq_pic{ background: #f2dedc;} -.dly_flex .b_tol_ipt:nth-child(4n+1) .mmd_jq_pic{background: #e6f2dc;} -.dly_flex .b_tol_ipt:nth-child(4n+2) .mmd_jq_pic{background: #dcf0f2;} -.dly_flex .b_tol_ipt:nth-child(4n+3) .mmd_jq_pic{background: #e9dcf2;} -/* 玩转目的地 */ -.dly_flex .half_unit:nth-child(4n) .sm_pic{ background: #f2dedc;} -.dly_flex .half_unit:nth-child(4n+1) .sm_pic{ background: #dcf0f2;} -.dly_flex .half_unit:nth-child(4n+2) .sm_pic{ background: #e6f2dc;} -.dly_flex .half_unit:nth-child(4n+3) .sm_pic{ background: #e9dcf2;} +.inx_yxs .b_tol_ipt:nth-child(n+2) { + margin-left: 30rpx; +} -/* 精品线路 */ -.mmd_xl_pic1{background: #f2dedc;} -.mmd_xlu_box .jinp_xl:nth-child(4n) .pic_xlu{ background: #f2dedc;} -.mmd_xlu_box .jinp_xl:nth-child(4n+1) .pic_xlu{background: #e6f2dc;} -.mmd_xlu_box .jinp_xl:nth-child(4n+2) .pic_xlu{background: #dcf0f2;} -.mmd_xlu_box .jinp_xl:nth-child(4n+3) .pic_xlu{background: #e9dcf2;} -/* 攻略 */ -.dly_flex .glue_dany:nth-child(4n) .glue_pic{ background: #f2dedc;} -.dly_flex .glue_dany:nth-child(4n+1) .glue_pic{background: #e6f2dc;} -.dly_flex .glue_dany:nth-child(4n+2) .glue_pic{background: #dcf0f2;} -.dly_flex .glue_dany:nth-child(4n+3) .glue_pic{background: #e9dcf2;} +/* 720列表 */ +.quanj_lst {} + +.quanj_lst .half_unit { + margin-bottom: 30rpx; +} + +.quanj_lst .ht_text { + font-weight: normal; +} + +.quanj_lst .shij_pic { + height: 280rpx; +} + +.quanj_lst .shij_list { + box-shadow: none; + background: none; +} + +.quanj_inf { + background: #eefffd; + position: relative; + top: -30rpx; + border-radius: 15rpx; + padding: 20rpx; +} + +.quanj_inf .ht_text { + font-weight: bold; + text-align: center; +} /* -驿站营地详情页 + 活动详情 */ +.lxidh { + position: relative; +} -/* 环境监测 */ -.yz_huanj{ background: #0ecdc6; margin-top:30rpx; border-radius: 10rpx; padding: 15rpx; position: relative;} -.tit_huanj{color: #fff; padding:10rpx 0 25rpx 0; font-size: 22px;/*font-weight: 600; position: absolute; left: 10rpx; top:45rpx; width: 90rpx; */} -.swp_hj_box{/* margin-left: 90rpx; */ background: #fff; margin-right: 10rpx; } -.huanj_swiper{height: 165rpx;} +.lxidh .more { + position: absolute; + display: block; + width: 16rpx; + height: 16rpx; + top: 52rpx; + right: 0%; + border-top: 4rpx solid #c7c7cc; + border-right: 4rpx solid #c7c7cc; + transform: rotate(45deg) translateY(-70%); +} -.huanj_data{ font-size: 32rpx; color: #222; padding: 5rpx 0 5rpx 0;text-overflow: ellipsis; white-space: pre-wrap; -webkit-box-orient: vertical; -webkit-line-clamp: 1; display: -webkit-box; overflow: hidden;} -.huanj_inf{ font-size:22rpx; color: #999;text-overflow: ellipsis; white-space: pre-wrap; -webkit-box-orient: vertical; -webkit-line-clamp: 1; display: -webkit-box; overflow: hidden;} -.huanj_cshu{ padding-top:20rpx;} +.lxidh .more:after { + display: none; +} -/* 驿站专题 */ -.yuz_zhti .swiper-tab-wrap, .yuz_zhti .cont_mode, .yuz_zhti{/* background: #c1dfdf; */ background: none;} -.yuz_zhti .tit_com_3{ /* color: #0d494e; */} -.tab_warp_yz{} -.tab_warp_yz .scol_unit{ border:none; width: 50%; height: 480rpx; position: relative;} -.tab_warp_yz .vr_pic{height: 420rpx; border-bottom-left-radius:0 ; border-bottom-right-radius:0 ;} -.yiz_fod_inf .ht_text{ text-align: center;} -.yiz_fod_inf{position: absolute; height: 80rpx; background: #fff; bottom: 0rpx; left: 0; width: 100%; padding-top: 20px;} -.adorn{ position: absolute; left: 15rpx; top:15rpx; z-index: 3;} -.adorn .kou_top2{ display: inline-block; background: rgba(255,255,255,.7); box-shadow: rgba(0,0,0,.1) 0 0 15rpx; border-radius: 100%; } +/* 名村古镇详情模板 */ +.cont_mode { + position: relative; + top: 360rpx; + z-index: 99; +} -.yiz_lst_su .secdt_tck{ background: rgba(255,255,255,.4); border-radius: 15rpx; box-shadow: rgba(0,0,0,.1) 0 0 10rpx; margin-bottom: 30rpx;} -.mp_pic{ background: #e6faff;} -.yiz_lst_su .secdt_tck:last-child{ margin-bottom: 0;} +.biaot_box { + background: #fff; + padding: 30rpx 20rpx; + border-radius: 15rpx; + box-shadow: rgba(0, 0, 0, .1) 0 5rpx 20rpx; +} -.tec_yiz .yin_warp{ height: auto;} -.yiz_tc_box .unit_book{ width: 32%; margin-right: 0; position: relative; margin-top:10rpx; } -.yiz_tc_box .unit_book:nth-child(3n+2){margin-left: 2%; margin-right: 2%; } -.yiz_tc_box >.unit_book >.ht_text{ position: absolute; top:0; left: 0; display: inline-flex; flex-direction: column; align-content: center; justify-content: center; width: 100%; height: 100%; background: rgba(0,0,0,.6); border-radius: 15rpx; z-index: 0; text-align: center; z-index: 6; color: #fff;} -.yiz_tc_box >.unit_book >.city_img{ position: relative; height: 200rpx;} +/* 页面上拉刷新 */ +.weiz_ref { + position: absolute; + top: 0rpx; + width: 100rpx; + text-align: center; + z-index: 99; + left: 0; + margin-left: -50rpx; +} -.yul_1{width: 55%; height: 360rpx; position: relative;} -.yul_2{width: 43%; margin-left: 2%; } -.yul_2_two{height: 170rpx; margin-bottom: 20rpx;position: relative;} -.yul_2>.yul_2_two:nth-child(2){ margin-bottom: 0; } -.yul_img{ background: #e6faff; width: 100%; height: 170rpx; border-radius: 15rpx;} -.yul_1 .yul_img{height: 360rpx;} -.yul_tit{ position: absolute; bottom:0; left:0; width: 100%; background: rgba(251,81,117,.8); height: 75rpx; line-height: 75rpx; font-size: 16px; color: #fff; border-radius: 60rpx 0rpx 15rpx 15rpx; text-align: center;} +.ref_ing { + font-size: 24rpx; + text-align: center; + color: #999; +} +.icn_ref_pic { + display: block; + margin: 0 auto; + width: 60rpx; + height: 60rpx; + padding: 10rpx; + background: #fff; + border-radius: 100rpx; + box-shadow: rgba(0, 0, 0, .2) 0 0 20rpx; +} +.icn_ref { + width: 60rpx; + height: 60rpx; +} -/* - 个人中心 - */ -.pers_top{ box-shadow: 0 0 15rpx rgba(0,0,0,.1); padding: 60rpx 0;} -.pes_inf{/* flex: 1; */} -.t_adm_box{ padding-right: 30rpx;} -.pes_inf >view >text{ display: block;} -.t_hi{font-size: 54rpx; color: #222; font-weight: 700;} -.t_nic{font-size: 32rpx; color: #444;} -.pers_box{width: 120rpx; height: 120rpx; border-radius: 50%;} -.pes_img{width: 120rpx; height: 120rpx; background: #13cdba; border-radius: 120rpx; box-shadow: rgba(0,0,0,.1) 0 5rpx 20rpx;} -.pes_img > .pers_box{ border-radius: 120rpx;} -.pers_lst{ padding: 80rpx 0 0rpx 0;} -.pers_lst .kou_top3{ width: 40rpx; height: 40rpx; margin-right: 10rpx;} -.pers_line{ position: relative; padding: 0rpx 0 60rpx 0;} -.pers_line text{ font-size: 36rpx; display: inline-block; position: relative; top:-10rpx} -.rgh_jtou{ position: absolute; right: 20rpx; top:10rpx; transform: rotate(-90deg); width: 30rpx; height: 30rpx;} - -.pes_img_tc{position: absolute; top:40rpx; right: 0rpx; font-size: 24rpx; display: inline-block; padding: 6rpx 22rpx; border-radius: 20rpx 0rpx 20rpx 0; /* border:3rpx solid rgba(0,0,0,.1); */ background:rgba(206, 231, 250, 0.3); ; color: rgba(0,0,0,.5);} +.icn_ref2 { + animation: change_first_circle 1s linear infinite; +} +@keyframes change_first_circle { + 0% { + transform: rotate(0deg); + } -/* 关于我们 */ -.guy_img{/* box-shadow: rgba(0,0,0,.1) 0 0 20rpx; */width: 160rpx; height: 160rpx; padding: 15rpx; border-radius: 160rpx; display: block; margin: 0 auto; } -.tup_size_160{width: 160rpx; height: 160rpx; border-radius: 15rpx;} -.abt_ht_text{ font-weight: bold; font-size: 45rpx; text-align: center; display: block; padding: 40rpx 0 60rpx 0;} -.abt_ht_text text{ display: block; color: #999; font-weight: normal; font-size: 24rpx; padding: 20rpx 0 0 0;} + 100% { + transform: rotate(-360deg); + } +} -/* 系统更新 */ -.btn_upd{ position: fixed; bottom: 30rpx; left: 5%; right:5%; z-index: 6;} -.btn_upd_inf{display: block; width: 100%; padding: 20rpx 0; border-radius: 100rpx; color: #fff; background: #00B8A5; text-align: center; box-shadow: rgba(0,0,0,.2) 0 5rpx 15rpx;} +.ing2_ref_pic { + width: 30rpx; + height: 30rpx; + margin-right: 10rpx; + position: relative; + top: 5rpx +} -/* 景区详情-门票 */ -.piao_box{background-color: #ffe0e0 ; background-image: linear-gradient(#ffe0e0, #fff 10%, rgba(255,255,255,.8) 90%)} -.piao_list .secdt_tck{background: none; padding-left: 0; padding-right: 0; border-bottom: 1px solid #eee;} -.piao_list .secdt_tck:last-child{ border-bottom: 0;} -.piao_list .mp_name{ padding-left: 0; padding-right: 0;} -.piao_list .mp_r_box{ width: 30%; text-align: center;} - -.tips_style, .tips_style2, .tips_style3{font-size: 24rpx; color: #999; display: inline-block;} -.tips_style2{color: #ff8921; font-size: 20rpx;} -.txt-lineth{text-decoration: line-through; } -.tips_piao .tips_style{ padding-right: 20rpx;} -.piao_list.piao_list .mp_name{ max-height: 70rpx;} -.piao_list .mp_r_box{ padding-left: 30rpx;} -.piao_list .btn_buy{ background: #1677ff; padding: 12rpx 0; width: 85%; border-radius: 8rpx; display: block; margin: 0 auto;} -.piao_list .fh_rmb, .piao_list .price_rmb{color: #ff8921;} -.piao_list .fh_rmb{ padding-left: 0;} -.icon_size_5{ width: 25rpx; height: 25rpx;} -.tips_style .icon_size_5{ margin-right: 10rpx;} -.third_tips{ margin-top:15rpx} -.third_tips .tips_style{ margin-right: 10px; background: #fff; /* border:1rpx solid #eee; */ padding: 10rpx 15rpx;} +.ing2_icn_ref2 { + animation: change_sec_circle 1s linear infinite; + transform: scaleY(-1); +} -/* 服务保障弹窗可滑动 */ -.wd_bax_scrol{height: 100%; overflow-y: auto;-webkit-overflow-scrolling: touch; - overflow-scrolling: touch;} -/* 购买须知弹层 */ -.gmai_box{color: #333; font-size: 14px;} +@keyframes change_sec_circle { + 0% { + transform: rotate(0deg); + } -/* 支付页面 */ -.doc-layer{ position: relative; z-index: 9;} + 100% { + transform: rotate(-180deg); + } +} + + + + + +/* 首页增加邯郸概况模块 */ +.unit_city6 { + position: relative; + height: 196rpx; +} + +.city_name { + position: absolute; + width: 100%; + bottom: -10rpx; + left: 0; + text-align: center; +} + +.city_name .ht_text { + display: inline-block; + padding: 20rpx 0; + background: rgba(0, 0, 0, .6); + color: #fff; + border-radius: 0 0 15rpx 15rpx; +} + + +.gaik_pic { + position: relative; + height: 360rpx; +} + +.pic_abs { + position: absolute; + z-index: 0; + height: 360rpx; + top: 0; + left: 0; + width: 100%; +} + +/* .gaik_pic .jianj_img, .gaik_pic .jianj_img .shij_pic{ height: 360rpx;} */ +.buj_ad { + position: relative; + top: -40rpx; + padding-top: 50rpx; + background: #fff; + border-radius: 20rpx; +} +.inx_gaik { + position: absolute; + top: 0rpx; + right: 50rpx; + width: 150rpx; + height: 220rpx; + background: linear-gradient(rgba(17, 194, 188, .8), rgba(17, 194, 188, .1)); +} + +.gaik_link { + border: 2rpx solid #fff; + padding: 10rpx; + color: #fff; + font-size: 14px; + margin-top: 60rpx; + margin-left: 36rpx; + display: inline-block; + width: 60rpx; + border-color: rgba(255, 255, 255, .6) +} /* -意见反馈-列表 +邯郸简介 + */ -.lst_sug_unit{ border-bottom: 20rpx solid #f2f2f2; padding-top:30rpx} -.sug_tips{ /* border-top:2rpx solid #eee; */ padding: 15rpx 0 30rpx 0;} - -.sug_lst_inf{ font-size: 32rpx; line-height: 51rpx; margin: 20rpx 0 0 0; color: #444;} -.sug_img{ width: 100%; height: 216rpx;} -.sug_lst_img .w_33{ width:31%; margin-right: 3.5%;} -.sug_lst_img .w_33:nth-child(3n){ margin-right: 0;} -.sug_lst_img .w_33:nth-child(4n) .sug_img{ background: #f2dedc;} -.sug_lst_img .w_33:nth-child(4n+1) .sug_img{ background: #e6f2dc;} -.sug_lst_img .w_33:nth-child(4n+2) .sug_img{ background: #dcf0f2;} -.sug_lst_img .w_33:nth-child(4n+3) .sug_img{ background: #e9dcf2 ;} -.sug_lst_time{position: relative; border-top:2rpx solid #eee; padding-top:20rpx; display: block; width: 100%;} -.sug_lst_time .kou_top3{ width: 36rpx; height: 36rpx; display: block; position: absolute; top:20rpx; left: 0; filter: grayscale(100%);} -.sug_lst_time .chel_t_s{ padding-left: 45rpx; display: block;} - -.up_touj, .down_touj{ display: inline-block; width:15rpx ; height: 15rpx; background: transparent; /* text-indent: -999999px; */line-height: 0; transform:rotate(-45deg); border-bottom: 6rpx solid #00B8A5; border-left:6rpx solid #00B8A5; position: relative; right: -10rpx; top:-10rpx } -.up_touj{transform:rotate(135deg); border-color:#999; border-width: 5rpx;} - -.sug_lst_object text{ display: inline-block; margin-right: 20rpx; color: #fff; padding: 10rpx 20rpx; border-radius: 10rpx; font-size: 24rpx; background: #00B8A5;} -.tsu_bt{justify-content: center; align-items: center; align-content: center; text-align: center; border-bottom: 2rpx solid #c6e4e1; padding-bottom: 20rpx; margin-bottom: 10rpx;} -.tsu_bt .b_tol_ipt{text-align: left; font-size: 36rpx; margin-right: 10rpx; position: relative;} -.tsu_bt .b_tol_ipt:before{ content: ''; display: block; width: 20rpx; height: 8rpx; transform: rotate(110deg); border-top:2rpx solid #00B8A5; border-bottom:2rpx solid #00B8A5;position: absolute; left: -32rpx; top:18rpx} -/* .tsu_bt .b_tol_ipt:after{ content: ''; display: block; width: 30rpx; height: 6rpx; transform: rotate(110deg); background: #00B8A5; position: absolute; left: -30rpx; top:25rpx}*/ -.lst_sug_warp .lst_sug_unit:last-child{ border: none;} -.zhed_gao{ height: 80rpx; overflow: hidden; position: relative; margin-bottom: 15rpx;} -/* .zhed_gao:after{ display: block; width: 70rpx; height: 51rpx; content: '...'; background: #fff; font-size: 32rpx; color: #999; position: absolute; right: 50rpx; bottom: -15rpx; text-align: center; } */ +.top_sjz_jj { + position: relative +} +.jianj_img { + position: absolute; + top: 0; + left: 0; + width: 100%; + background: #f00; + height: 480rpx; + z-index: 0; +} -/* 投诉form表单页 */ -.sug_dly_flex{ display: flex;flex-flow: row nowrap;} -.sug_r{text-align: right; justify-content: flex-end;} -.sug_sgu{ flex: 1; font-size: 32rpx; } -.obj_type text{ display: inline-block; margin-right: 10rpx; font-size: 24rpx; color: #999; padding: 6rpx 15rpx; border:2rpx solid #eee} -.obj_type .cue{ background: #00B8A5; color: #fff; border:none} -.ipt_sug{ padding: 10rpx 0; padding-bottom: 0; margin-top:20rpx ;font-size:32rpx; color: #333; line-height:48rpx ;} -.box_fm_sug { border-bottom: 20rpx solid #f2f2f2; } -.sug_form_line { border-bottom: 2rpx solid #eee; padding: 30rpx 0;} -.lst_sug_unit .sug_form_line:last-child{ border-bottom: none;} -.sug_dwei{color: #00B8A5; font-size: 24rpx;} -.sug_dwei text{ display: inline-block; margin-left: 15rpx;} -.sug_fm_img{ padding-top:30rpx; flex-wrap: wrap;} -.sug_fm_img .w_33{ margin-bottom: 30rpx;} -.fm_img_2 .sug_img{ width: 180rpx; height: 180rpx; /* margin-top:15rpx */} -.fm_img_2{ border:2rpx solid #ddd; width: 180rpx; height: 180rpx; position: relative;} -.btn_del_sug{ position: absolute; right: -10rpx; top:-15rpx; width: 50rpx; height: 50rpx; background: #ffeff4; border-radius: 50rpx;} - -.fm_img_2 .kou_top{ margin-top:45rpx; } -.sug_r .btn_del_sug{ right: 0; top:0} -.sub_lxir{position: relative;} -.sub_lxir .sug_sgu{ flex: none;} -.sub_lxir .sug_r{ flex: 1;} -.sub_lxir .ipt_sug{ margin-top:0; text-align: left; padding:0; width:90%; text-indent: 40rpx;} - -.btn_baoh_sug{ position: absolute; right: 0rpx; top:-10rpx; display: inline-block; padding: 2rpx 18rpx 6px 18rpx; background: #eaf9f8; } -.btn_baoh_sug text{font-size:28rpx; color: #00B8A5; } -.btn_baoh_sug .kou_top3{ width: 35rpx; height: 35rpx; margin-right: 10rpx; display: inline-block; vertical-align: middle;} - -.sug_fied{ position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,.6);} -.sug_edit_btn{ padding-top: 20rpx; padding-bottom: 20rpx; } -.state_sub{ background: #1677ff; border:none; border-radius:100rpx ; font-size: 32rpx; font-weight: normal; color: #fff;} -.blk_2{ height: 180rpx;} +.jianj_img .shij_pic { + border-radius: 0; + height: 480rpx; + position: relative; +} +.jianj_img .shij_pic:after { + content: ''; + width: 100%; + height: 480rpx; + position: absolute; + left: 0; + top: 0; + background: linear-gradient(rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .8)); +} -/* 投诉主页 */ -.box_tsu{ position: absolute; top:40%; left: 50%; transform: translate(-50%,-50%) ; width:70%; /* background: #f00; */} -.inx_s_ove{ border:2rpx solid #eee; border-radius: 10rpx; padding: 20rpx; margin-bottom: 40rpx;} -.inx_s_ove .kou_top{ width: 120rpx; height: 120rpx; margin-top:20rpx} -.inx_sug_inf{margin-left: 40rpx;} -.inx_sug_inf .ht_text{font-weight: 700;} +.sjz_main { + position: relative; + z-index: 2; +} +.sjz_summary { + padding-top: 120rpx; + padding-bottom: 30rpx; +} -/* 美食详情-升级 */ -.fod_det_pic{ position: relative;} -.fod_det_bt:after{ display: none !important;} -.fod_det_bt{ /* position:absolute; */ /*padding-left: 50rpx; padding-top:20rpx; padding-bottom: 40rpx !important; */ display: block; background:linear-gradient(rgba(255,255,255,.6),rgba(255,255,255,1)); color: #333; /* bottom: 0; left: 0; right: 0; */ text-align: left !important; } -.fod_det_cont{ top:0 !important; border-radius: 0 !important; box-shadow:none !important} -.arc_origin{ top:0 !important} -.arc_gl_user{ color: #fff !important;} -.arc_gl_user{ opacity: .8;} +.sjz_neir2 { + border-radius: 30rpx; + background: linear-gradient(rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0)); + padding: 60rpx 0 +} -.zxun_tit .lis_time{ padding-top:16rpx} -.zxun_tit .half_unit:nth-child(2){ text-align: right;} +.sjz_neir2 .mmd_line { + padding: 0; + margin: 0; + margin-left: 50rpx; +} -/* 百度翻译 */ -/* 列表 */ -.uni-list{position:relative;display:flex;width:100%;background-color:#fff;flex-direction:column;} -.uni-list:after{position:absolute;right:0;bottom:0;left:0;z-index:10;height:1px;background-color:#c8c7cc;content:'';-webkit-transform:scaleY(.5);transform:scaleY(.5);} -.uni-list::before{position:absolute;top:0;right:0;left:0;z-index:10;height:1px;background-color:#c8c7cc;content:'';-webkit-transform:scaleY(.5);transform:scaleY(.5);} -.uni-list-cell{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;} -.uni-list-cell-hover{background-color:#eee;} -.uni-list-cell-pd{padding:22upx 30upx;} -.uni-list-cell-left{padding:0 30upx;font-size:28upx;} -.uni-list-cell-db,.uni-list-cell-right{flex:1;} -.uni-list-cell::after{position:absolute;right:0;bottom:0;left:30upx;z-index:3;height:1px;background-color:#c8c7cc;content:'';-webkit-transform:scaleY(.5);transform:scaleY(.5);} -.uni-list .uni-list-cell:last-child::after{height:0upx;} -.uni-list-cell-last.uni-list-cell::after{height:0upx;} -.uni-list-cell-divider{position:relative;display:flex;padding:15upx 20upx;background-color:#f7f7f7;color:#999;} -.uni-list-cell-divider::before{position:absolute;top:0;right:0;left:0;height:1px;background-color:#c8c7cc;content:'';-webkit-transform:scaleY(.5);transform:scaleY(.5);} -.uni-list-cell-divider::after{position:absolute;right:0;bottom:0;left:0upx;height:1px;background-color:#c8c7cc;content:'';-webkit-transform:scaleY(.5);transform:scaleY(.5);} -.uni-list-cell-navigate{position:relative;display:flex;box-sizing:border-box;padding:22upx 30upx;width:100%;font-size:30upx;line-height:48upx;flex:1;justify-content:space-between;align-items:center;} -.uni-list-cell-navigate{padding-right:36upx;} -.uni-navigate-badge{padding-right:50upx;} -.uni-list-cell-navigate.uni-navigate-right:after{position:absolute;top:50%;right:24upx;color:#bbb;content:'\e583';font-family:uniicons;-webkit-transform:translateY(-50%);transform:translateY(-50%);} -.uni-list-cell-navigate.uni-navigate-bottom:after{position:absolute;top:50%;right:24upx;color:#bbb;content:'\e581';font-family:uniicons;-webkit-transform:translateY(-50%);transform:translateY(-50%);} -.uni-list-cell-navigate.uni-navigate-bottom.uni-active::after{position:absolute;top:50%;right:24upx;color:#bbb;content:'\e580';font-family:uniicons;-webkit-transform:translateY(-50%);transform:translateY(-50%);} -.uni-input{padding:15upx 25upx;height:50upx;background:#fff;font-size:28upx;line-height:50upx;flex:1;} +.sjz_summary .shij_inf { + padding-left: 0; + padding-right: 0; + color: #fff; + padding-top: 10rpx +} +.sjz_summary .shij_inf .mssj_adr, +.sjz_summary .tit_com, +.sjz_summary .shij_inf .sjz_link { + color: #fff; +} +.sjz_summary .shij_inf .sjz_link { + opacity: .8; + display: inline-block; + background: rgba(0, 0, 0, .2); + border: 2rpx solid #fff; + padding: 10rpx 25rpx; + border-radius: 60rpx; + margin-top: 30rpx +} +/* 工具栏 */ +.sjz_tol_2 { + background: #f2f2f2; + position: relative; + padding: 25rpx 0; + margin-right: 30rpx; + border-radius: 10rpx; + box-shadow: rgba(0, 0, 0, .1) 0 0 15rpx; +} -/* ******************************************* -**2020/03/20** -*************************************************************** */ +.sjz_neir2 .mmd_line .scroll-view-item_H { + width: 32%; +} -/* 旅行社 */ -.noCard{margin:auto;width:90%;height:200upx;border-radius:10upx;box-shadow:0 0 10upx 0 rgba(0,0,0,.1);color:#999;align-items:center;justify-content:center;} -.nav,.noCard{display:flex;background-color:#fff;} -.nav{position:fixed;top:0;left:0;z-index:996;width:100%;color:#fff;font-size:24upx;flex-direction:column;align-items:flex-start;justify-content:flex-start;} -.searchInput999{display:flex;margin:0 auto;width:90%;height:56upx;border:2rpx solid #ddd;border-radius:10upx;align-items:center;} -.search999{width:32upx;height:32upx;} -.searchBox999{display:flex;width:56upx;height:56upx;justify-content:center;align-items:center;} -.input999{width:80%;color:#999;} -.lxs_list{margin-bottom:20rpx;padding:20rpx 40rpx 30rpx; background: #fff; border-radius: 10rpx;/* border-bottom:20rpx solid #eee; */} -.lvs_tit{padding:10rpx 0;color:#000;font-weight:700;font-size:36rpx;} -.lvs_tit:before{position:relative;top:4rpx;left:-6rpx;display:inline-block;margin-right:15rpx;width:8rpx;height:30rpx;border-radius:8rpx;background:#1677ff;content:'';} -.lxs_type{padding:15rpx 0 20rpx 23rpx;border-bottom:2rpx solid #eee;} -.lxs_type text{display:inline-block;padding:8rpx 15rpx;background:#fdefe2;color:#f1890d;font-size:24rpx;} -.lvx_flex{display:flex;padding:20rpx 15rpx 10rpx 20rpx;} -.phe_txt{color:#999;font-size:30rpx;} -.phe_data{color:#999;flex:1;font-size:28rpx;} -.phe_icn{position:relative;top:0rpx;margin-left:26rpx;width:36rpx;height:36rpx;} -.navTabBox .click{color:#000;} - -.card_lxs .lxs_list{position: relative; } -.dyj_type{ position: absolute; right: 30rpx; top:30rpx; } -.dyj_type text{display: inline-block; padding: 5rpx 15rpx; border:3rpx solid #73c198; font-size: 28rpx; color:#29b96d ; border-radius: 50rpx 50rpx 50rpx 0;} -.lvs_tit{ border-bottom: 3rpx solid #eee; padding: 15rpx 0;} -.card_lxs .lvs_tit:before{ display: none;} -.lvs_tit .kou_top3{ margin-right: 10rpx; vertical-align: middle; display: inline-block; border-radius: 50%;} -.xb_nan{background: #5aa4f0;} -.xb_nv{background: #f05aa1;} +/* .scroll-view_H .scroll-view-item_H:first-child .sjz_tol_2{ margin-left: 0;} */ +.tol_inf3 { + text-align: left; + align-self: flex-start; + padding: 0 10rpx; + padding-bottom: 80rpx; +} +.tol_inf3 text { + display: block; +} -/* */ -.shij_list{ border-radius: 15rpx; box-shadow: rgba(0,0,0,.1) 0rpx 0rpx 50rpx; margin-bottom: 30rpx; } -.shij_img{ position: relative; } -.shij_pic{ width: 100%; height: 360rpx; border-radius: 15rpx;} -/* .shij_img:before{ display: block; position: absolute; left: 0; top:0; width: 100%; height:360rpx ; content: ''; background: radial-gradient(rgba(0,0,0,.2) 5%, rgba(0,0,0,.2) 15%, rgba(0,0,0,.3) 60%); z-index: 6;} */ -.shij_bq{ position: absolute; z-index: 12; right: 20rpx; top: 20rpx; display: inline-block; padding: 8rpx 25rpx; background: rgba(24,153,253,.6); box-shadow:rgba(0,0,0,.1) 0rpx 0rpx 10rpx ; color: #fff; font-size: 24rpx; border-radius: 50rpx 50rpx 50rpx 0;} -.shij_num{position: absolute;z-index: 8; left: 30rpx; top: 0rpx; display: inline-block;background: rgba(255,194,48,1); color: #510202;padding:25rpx 10rpx 15rpx 10rpx; font-size: 24rpx; border-radius: 0rpx 0 50rpx 50rpx; } -.shij_inf{ padding:0 20rpx; padding-bottom: 40rpx; } -.shij_inf .ht_text{ /* padding-bottom:20rpx; font-weight: 700; */} -.sp_num, .sp_like{ display: inline-block; padding-bottom: 40rpx; color: #999; font-size: 28rpx; margin-right: 20rpx;} -.inx_ht_warp .shij_list:nth-child(n+4) .shij_num{ display: none;} -.sj_pic_play{ position: absolute; width: 120rpx; height: 120rpx; top:120rpx; left:50% ; margin-left: -60rpx; z-index: 7;} +.big_t { + font-size: 42rpx; + font-weight: 700; +} -.inx_xcp .ht_text{ font-weight: 700; /* text-align: center; */} -.inx_xcp .shij_list{border-radius: 0;box-shadow:none; border-bottom: 2rpx solid #eee; padding-top:20rpx} -.inx_zhib .ht_text{ padding-bottom:0} -.inx_xcp .inx_ht_warp{margin-top:10rpx} +.sma_t { + font-size: 30rpx; + padding-top: 5rpx; + color: #999; +} -.inx_xcp .shij_inf{padding-bottom:40rpx; } +.pic_tol_ab { + position: absolute; + right: 15rpx; + bottom: 15rpx; + z-index: 3; +} -/* 投诉 */ -.x_box_center{ position: absolute; top:40%; left: 50%; transform: translate(-50%,-50%); width: 80%;} -.x_ts_box{border: 3rpx solid #eee; padding: 40rpx 30rpx; margin-bottom: 30rpx; border-radius: 10rpx; } -.flex_1{flex: 1;} -.x_ts_box .bq_1{ width: 120rpx; height: 120rpx; margin-right: 40rpx; border-radius:50% 50% 50% 0%; text-align: center;} -.x_ts_box .kou_top{width: 80rpx; height: 80rpx; margin-top:20rpx; } -.x_ts_box .ht_text{ font-weight: bold; padding-bottom: 15rpx;} -.x_ts_box .chel_t_s{ font-size: 30rpx; color: #999; padding-bottom: 5rpx;} -.x_box_center .x_ts_box:nth-child(1) .bq_1{background: #4fc7e0;} -.x_box_center .x_ts_box:nth-child(2) .bq_1{background: #4ed5b5;} - - - -.example{padding:0 15px 15px;} -.example-info{padding:15px;background:#fff;color:#3b4144;} -.example-body{padding:0;background-color:#fff;font-size:14px;flex-direction:row;flex-wrap:wrap;justify-content:center;} -.example{padding:0 15px;} -.example-info{display:block;padding:15px;background-color:#fff;color:#3b4144;font-size:14px;line-height:20px;} -.example-info-text{color:#3b4144;font-size:14px;line-height:20px;} -.example-body{padding:15px;background-color:#fff;flex-direction:column;} -.word-btn-white{color:#fff;font-size:18px;} -.word-btn{display:flex;margin:15px;height:48px;border-radius:6px;background-color:#007aff;flex-direction:row;align-items:center;justify-content:center;} -.word-btn--hover{background-color:#4ca2ff;} -.uni-nav-bar-text{font-size:28rpx;} -.city{display:flex;margin-left:4px;flex-direction:row;align-items:center;justify-content:flex-start;} -.input-view{display:flex;margin:7px 0;padding:0 15px;height:30px;border-radius:15px;background-color:#f8f8f8;line-height:30px;flex-direction:row;flex:1;flex-wrap:nowrap;} -.input-uni-icon{line-height:30px;} -.nav-bar-input{padding:0 5px;width:370rpx;height:30px; color: #333; background-color:#f8f8f8;font-size:28rpx;line-height:30px;} -.example-body{padding:0;} +.pic_tol_ab .tol_icn { + width: 80rpx; + height: 80rpx; +} + +/* 多彩 */ + +.sjz_dcai .mssj_adr { + -webkit-line-clamp: 3; + max-height: 126rpx; + color: #333; + text-align: justify; + padding-right: 0; +} + +.sjz_dcai .shij_inf { + padding-right: 0; +} + +.sjz_link { + padding: 20rpx 0 0 0; + font-size: 28rpx; + color: #1677ff; +} + +/* 进出 */ +.sjz_jc { + flex-wrap: wrap; +} + +.sjz_jc .half_unit { + width: 48%; + margin-right: 2%; +} + +.sjz_jc .half_unit:nth-child(even) { + margin-left: 2%; + margin-right: 0; +} + +.jc_dany { + padding: 20rpx 0 20rpx 0; + background: #fff; + box-shadow: rgba(0, 0, 0, .1) 0 0 15rpx; + margin-bottom: 30rpx; + border-left: 10rpx solid #809ae5; + align-items: center; + align-self: center; +} + +.jc_dany .icn_ref { + margin-right: 15rpx; + position: relative; + top: 8rpx +} + +.jc_txt { + font-size: 32rpx; + color: #333; +} + +.sjz_jc .half_unit:nth-child(2) .jc_dany { + border-color: #e8904a; +} + +.sjz_jc .half_unit:nth-child(3) .jc_dany { + border-color: #4acad6; +} + +.sjz_jc .half_unit:nth-child(4) .jc_dany { + border-color: #f5797c; +} + +/* 发现邯郸 */ +.sjz_fax .scol_unit { + border: none; + width: 95%; + position: relative +} + +.fax_zhe { + position: absolute; + top: 0; + bottom: 0; + left: 0; + background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1)); + width: 100%; + height: 100%; + border-radius: 15rpx; +} + +.fax_zhe .ht_text { + padding-top: 300rpx; + color: #fff; + font-size: 38rpx; + text-align: center; + font-weight: 700; +} + +.tit_sjz_s { + font-size: 36rpx; + color: #333; + padding: 20rpx 0; +} + +/* 区县 */ +.sjz_qux_dyuan { + padding: 20rpx 0; + /* border-radius: 20rpx 20rpx 0 0; */ +} + +.sjz_qux_dyuan text { + font-size: 32rpx; + color: #333; +} + +.qux_name { + display: inline-block; + padding: 10rpx 30rpx; + font-size: 28rpx; + background: rgba(0, 0, 0, .6); + border-radius: 100rpx; + color: #fff; +} + +.h_zbian .w_33 { + width: 47.5%; + box-shadow: rgba(0, 0, 0, .1) 0 0 15rpx; + margin-bottom: 20rpx; + margin-right: 2.5%; + background: #fff; + border-bottom: 6rpx solid #4acad6; +} + +.h_zbian .w_33:nth-child(2n) { + margin-right: 0; + margin-left: 2.5%; +} + +.h_zbian .w_33:nth-child(4n) { + border-color: #e78f4a; +} + +.h_zbian .w_33:nth-child(4n+1) { + border-color: #f4797c; +} + +.h_zbian .w_33:nth-child(4n+2) { + border-color: #54b4e8; +} + +.h_zbian .w_33:nth-child(4n+3) { + border-color: #4acad6; +} + + + + + + + + + + + + + + + + + + + + + +/* 图片背景色块填充 */ +/* +首页 +*/ + +/* 轮播图 */ +.lh-swiper swiper-item:nth-child(4n) { + background: #f2dedc; +} + +.lh-swiper swiper-item:nth-child(4n+1) { + background: #e6f2dc; +} + +.lh-swiper swiper-item:nth-child(4n+2) { + background: #dcf0f2; +} + +.lh-swiper swiper-item:nth-child(4n+3) { + background: #e9dcf2; +} + +/* tab切换 */ +.scol_ht_box .scol_unit:nth-child(4n) .ht_pic { + background: #f2dedc; +} + +.scol_ht_box .scol_unit:nth-child(4n+1) .ht_pic { + background: #e6f2dc; +} + +.scol_ht_box .scol_unit:nth-child(4n+2) .ht_pic { + background: #dcf0f2; +} + +.scol_ht_box .scol_unit:nth-child(4n+3) .ht_pic { + background: #e9dcf2; +} + +/* 印象邯郸 */ +.inx_yxs .b_tol_ipt:nth-child(4n) .city_img { + background: #f2dedc; +} + +.inx_yxs .b_tol_ipt:nth-child(4n+1) .city_img { + background: #e6f2dc; +} + +.inx_yxs .b_tol_ipt:nth-child(4n+2) .city_img { + background: #dcf0f2; +} + +.inx_yxs .b_tol_ipt:nth-child(4n+3) .city_img { + background: #e9dcf2; +} + +/* 活动 */ +.half_unit .fod_sp_box:nth-child(2n) .pic_shop { + background: #f2dedc; +} + +.half_unit .fod_sp_box:nth-child(2n+1) .pic_shop { + background: #e6f2dc; +} + +.shij_pic, +.pic_shop { + background: #e7f1ff; +} + +/* 路线 */ +.dly_flex .b_tol_ipt:nth-child(4n) .line_pic { + background: #f2dedc; +} + +.dly_flex .b_tol_ipt:nth-child(4n+1) .line_pic { + background: #e6f2dc; +} + +.dly_flex .b_tol_ipt:nth-child(4n+2) .line_pic { + background: #dcf0f2; +} + +.dly_flex .b_tol_ipt:nth-child(4n+3) .line_pic { + background: #e9dcf2; +} + +/* 攻略 */ +.dly_flex .unit_book:nth-child(4n) .city_img { + background: #f2dedc; +} + +.dly_flex .unit_book:nth-child(4n+1) .city_img { + background: #e6f2dc; +} + +.dly_flex .unit_book:nth-child(4n+2) .city_img { + background: #dcf0f2; +} + +.dly_flex .unit_book:nth-child(4n+3) .city_img { + background: #e9dcf2; +} + + +/* 视频 */ +.inx_ht_warp .shij_list:nth-child(4n) .shij_pic { + background: #f2dedc; +} + +.dly_flex .shij_list:nth-child(4n+1) .shij_pic { + background: #e6f2dc; +} + +.dly_flex .shij_list:nth-child(4n+2) .shij_pic { + background: #dcf0f2; +} + +.dly_flex .shij_list:nth-child(4n+3) .shij_pic { + background: #e9dcf2; +} + + +/* +资讯列表 + */ +.mode_com .list-item:nth-child(4n) .item-pic { + background: #f2dedc; +} + +.mode_com .list-item:nth-child(4n+1) .item-pic { + background: #e6f2dc; +} + +.mode_com .list-item:nth-child(4n+2) .item-pic { + background: #dcf0f2; +} + +.mode_com .list-item:nth-child(4n+3) .item-pic { + background: #e9dcf2; +} + +/* +美食列表 +*/ +.mode_com .food_lst:nth-child(4n) .food_pic { + background: #f2dedc; +} + +.mode_com .food_lst:nth-child(4n+1) .food_pic { + background: #e6f2dc; +} + +.mode_com .food_lst:nth-child(4n+2) .food_pic { + background: #dcf0f2; +} + +.mode_com .food_lst:nth-child(4n+3) .food_pic { + background: #e9dcf2; +} + + +/* + 滹沱河生态走廊 + */ +/* 目的地 */ +.dly_flex_c .w_33:nth-child(3n) .mud2_pic { + background: #f2dedc; +} + +.dly_flex_c .w_33:nth-child(3n+1) .mud2_pic { + background: #dcf0f2; +} + +.dly_flex_c .w_33:nth-child(3n+2) .mud2_pic { + background: #e6f2dc; +} + +/* vr */ +.uni-scroll-view .scol_unit:nth-child(4n) .vr_pic { + background: #f2dedc; +} + +.uni-scroll-view .scol_unit:nth-child(4n+1) .vr_pic { + background: #e6f2dc; +} + +.uni-scroll-view .scol_unit:nth-child(4n+2) .vr_pic { + background: #dcf0f2; +} + +.uni-scroll-view .scol_unit:nth-child(4n+3) .vr_pic { + background: #e9dcf2; +} + +/* 周边推荐 */ +.dly_flex_c .half_unit:nth-child(4n) .h_zb_pic { + background: #f2dedc; +} + +.dly_flex_c .half_unit:nth-child(4n+1) .h_zb_pic { + background: #dcf0f2; +} + +.dly_flex_c .half_unit:nth-child(4n+2) .h_zb_pic { + background: #e6f2dc; +} + +.dly_flex_c .half_unit:nth-child(4n+3) .h_zb_pic { + background: #e9dcf2; +} + +/* 历史文化名城 */ +.zoul_lis .fod_sp_box:nth-child(4n) .pic_lis { + background: #f2dedc; +} + +.zoul_lis .fod_sp_box:nth-child(4n+1) .pic_lis { + background: #dcf0f2; +} + +.zoul_lis .fod_sp_box:nth-child(4n+2) .pic_lis { + background: #e6f2dc; +} + +.zoul_lis .fod_sp_box:nth-child(4n+3) .pic_lis { + background: #e9dcf2; +} + + +/* + 目的地详情 + */ +/* 轮播图 */ +.pic_swp_bg { + background: #dcf0f2; +} + +.swiper_jqu swiper-item:nth-child(4n) .swiper_tup { + background: #f2dedc; +} + +.swiper_jqu swiper-item:nth-child(4n+1) .swiper_tup { + background: #e6f2dc; +} + +.swiper_jqu swiper-item:nth-child(4n+2) .swiper_tup { + background: #dcf0f2; +} + +.swiper_jqu swiper-item:nth-child(4n+3) .swiper_tup { + background: #e9dcf2; +} + +/* 热门景区 */ +.dly_flex .b_tol_ipt:nth-child(4n) .mmd_jq_pic { + background: #f2dedc; +} + +.dly_flex .b_tol_ipt:nth-child(4n+1) .mmd_jq_pic { + background: #e6f2dc; +} + +.dly_flex .b_tol_ipt:nth-child(4n+2) .mmd_jq_pic { + background: #dcf0f2; +} + +.dly_flex .b_tol_ipt:nth-child(4n+3) .mmd_jq_pic { + background: #e9dcf2; +} + +/* 玩转目的地 */ +.dly_flex .half_unit:nth-child(4n) .sm_pic { + background: #f2dedc; +} + +.dly_flex .half_unit:nth-child(4n+1) .sm_pic { + background: #dcf0f2; +} + +.dly_flex .half_unit:nth-child(4n+2) .sm_pic { + background: #e6f2dc; +} + +.dly_flex .half_unit:nth-child(4n+3) .sm_pic { + background: #e9dcf2; +} + +/* 精品线路 */ +.mmd_xl_pic1 { + background: #f2dedc; +} + +.mmd_xlu_box .jinp_xl:nth-child(4n) .pic_xlu { + background: #f2dedc; +} + +.mmd_xlu_box .jinp_xl:nth-child(4n+1) .pic_xlu { + background: #e6f2dc; +} + +.mmd_xlu_box .jinp_xl:nth-child(4n+2) .pic_xlu { + background: #dcf0f2; +} + +.mmd_xlu_box .jinp_xl:nth-child(4n+3) .pic_xlu { + background: #e9dcf2; +} + +/* 攻略 */ +.dly_flex .glue_dany:nth-child(4n) .glue_pic { + background: #f2dedc; +} + +.dly_flex .glue_dany:nth-child(4n+1) .glue_pic { + background: #e6f2dc; +} + +.dly_flex .glue_dany:nth-child(4n+2) .glue_pic { + background: #dcf0f2; +} + +.dly_flex .glue_dany:nth-child(4n+3) .glue_pic { + background: #e9dcf2; +} + + + +/* +驿站营地详情页 + */ + +/* 环境监测 */ +.yz_huanj { + background: #0ecdc6; + margin-top: 30rpx; + border-radius: 10rpx; + padding: 15rpx; + position: relative; +} + +.tit_huanj { + color: #fff; + padding: 10rpx 0 25rpx 0; + font-size: 22px; + /*font-weight: 600; position: absolute; left: 10rpx; top:45rpx; width: 90rpx; */ +} + +.swp_hj_box { + /* margin-left: 90rpx; */ + background: #fff; + margin-right: 10rpx; +} + +.huanj_swiper { + height: 165rpx; +} + +.huanj_data { + font-size: 32rpx; + color: #222; + padding: 5rpx 0 5rpx 0; + text-overflow: ellipsis; + white-space: pre-wrap; + -webkit-box-orient: vertical; + -webkit-line-clamp: 1; + display: -webkit-box; + overflow: hidden; +} + +.huanj_inf { + font-size: 22rpx; + color: #999; + text-overflow: ellipsis; + white-space: pre-wrap; + -webkit-box-orient: vertical; + -webkit-line-clamp: 1; + display: -webkit-box; + overflow: hidden; +} + +.huanj_cshu { + padding-top: 20rpx; +} + +/* 驿站专题 */ + +.yuz_zhti .swiper-tab-wrap, +.yuz_zhti .cont_mode, +.yuz_zhti { + /* background: #c1dfdf; */ + background: none; +} + +.yuz_zhti .tit_com_3 { + /* color: #0d494e; */ +} + +.tab_warp_yz {} + +.tab_warp_yz .scol_unit { + border: none; + width: 50%; + height: 480rpx; + position: relative; +} + +.tab_warp_yz .vr_pic { + height: 420rpx; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.yiz_fod_inf .ht_text { + text-align: center; +} + +.yiz_fod_inf { + position: absolute; + height: 80rpx; + background: #fff; + bottom: 0rpx; + left: 0; + width: 100%; + padding-top: 20px; +} + +.adorn { + position: absolute; + left: 15rpx; + top: 15rpx; + z-index: 3; +} + +.adorn .kou_top2 { + display: inline-block; + background: rgba(255, 255, 255, .7); + box-shadow: rgba(0, 0, 0, .1) 0 0 15rpx; + border-radius: 100%; +} + +.yiz_lst_su .secdt_tck { + background: rgba(255, 255, 255, .4); + border-radius: 15rpx; + box-shadow: rgba(0, 0, 0, .1) 0 0 10rpx; + margin-bottom: 30rpx; +} + +.mp_pic { + background: #e6faff; +} + +.yiz_lst_su .secdt_tck:last-child { + margin-bottom: 0; +} + +.tec_yiz .yin_warp { + height: auto; +} + +.yiz_tc_box .unit_book { + width: 32%; + margin-right: 0; + position: relative; + margin-top: 10rpx; +} + +.yiz_tc_box .unit_book:nth-child(3n+2) { + margin-left: 2%; + margin-right: 2%; +} + +.yiz_tc_box>.unit_book>.ht_text { + position: absolute; + top: 0; + left: 0; + display: inline-flex; + flex-direction: column; + align-content: center; + justify-content: center; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, .6); + border-radius: 15rpx; + z-index: 0; + text-align: center; + z-index: 6; + color: #fff; +} + +.yiz_tc_box>.unit_book>.city_img { + position: relative; + height: 200rpx; +} + +.yul_1 { + width: 55%; + height: 360rpx; + position: relative; +} + +.yul_2 { + width: 43%; + margin-left: 2%; +} + +.yul_2_two { + height: 170rpx; + margin-bottom: 20rpx; + position: relative; +} + +.yul_2>.yul_2_two:nth-child(2) { + margin-bottom: 0; +} + +.yul_img { + background: #e6faff; + width: 100%; + height: 170rpx; + border-radius: 15rpx; +} + +.yul_1 .yul_img { + height: 360rpx; +} + +.yul_tit { + position: absolute; + bottom: 0; + left: 0; + width: 100%; + background: rgba(251, 81, 117, .8); + height: 75rpx; + line-height: 75rpx; + font-size: 16px; + color: #fff; + border-radius: 60rpx 0rpx 15rpx 15rpx; + text-align: center; +} + + + +/* + 个人中心 + */ +.pers_top { + box-shadow: 0 0 15rpx rgba(0, 0, 0, .1); + padding: 60rpx 0; +} + +.pes_inf { + /* flex: 1; */ +} + +.t_adm_box { + padding-right: 30rpx; +} + +.pes_inf>view>text { + display: block; +} + +.t_hi { + font-size: 54rpx; + color: #222; + font-weight: 700; +} + +.t_nic { + font-size: 32rpx; + color: #444; +} + +.pers_box { + width: 120rpx; + height: 120rpx; + border-radius: 50%; +} + +.pes_img { + width: 120rpx; + height: 120rpx; + background: #13cdba; + border-radius: 120rpx; + box-shadow: rgba(0, 0, 0, .1) 0 5rpx 20rpx; +} + +.pes_img>.pers_box { + border-radius: 120rpx; +} + +.pers_lst { + padding: 80rpx 0 0rpx 0; +} + +.pers_lst .kou_top3 { + width: 40rpx; + height: 40rpx; + margin-right: 10rpx; +} + +.pers_line { + position: relative; + padding: 0rpx 0 60rpx 0; +} + +.pers_line text { + font-size: 36rpx; + display: inline-block; + position: relative; + top: -10rpx +} + +.rgh_jtou { + position: absolute; + right: 20rpx; + top: 10rpx; + transform: rotate(-90deg); + width: 30rpx; + height: 30rpx; +} + +.pes_img_tc { + position: absolute; + top: 40rpx; + right: 0rpx; + font-size: 24rpx; + display: inline-block; + padding: 6rpx 22rpx; + border-radius: 20rpx 0rpx 20rpx 0; + /* border:3rpx solid rgba(0,0,0,.1); */ + background: rgba(206, 231, 250, 0.3); + ; + color: rgba(0, 0, 0, .5); +} + + +/* 关于我们 */ +.guy_img { + /* box-shadow: rgba(0,0,0,.1) 0 0 20rpx; */ + width: 160rpx; + height: 160rpx; + padding: 15rpx; + border-radius: 160rpx; + display: block; + margin: 0 auto; +} + +.tup_size_160 { + width: 160rpx; + height: 160rpx; + border-radius: 15rpx; +} + +.abt_ht_text { + font-weight: bold; + font-size: 45rpx; + text-align: center; + display: block; + padding: 40rpx 0 60rpx 0; +} + +.abt_ht_text text { + display: block; + color: #999; + font-weight: normal; + font-size: 24rpx; + padding: 20rpx 0 0 0; +} + +/* 系统更新 */ +.btn_upd { + position: fixed; + bottom: 30rpx; + left: 5%; + right: 5%; + z-index: 6; +} + +.btn_upd_inf { + display: block; + width: 100%; + padding: 20rpx 0; + border-radius: 100rpx; + color: #fff; + background: #00B8A5; + text-align: center; + box-shadow: rgba(0, 0, 0, .2) 0 5rpx 15rpx; +} + + +/* 景区详情-门票 */ +.piao_box { + background-color: #ffe0e0; + background-image: linear-gradient(#ffe0e0, #fff 10%, rgba(255, 255, 255, .8) 90%) +} + +.piao_list .secdt_tck { + background: none; + padding-left: 0; + padding-right: 0; + border-bottom: 1px solid #eee; +} + +.piao_list .secdt_tck:last-child { + border-bottom: 0; +} + +.piao_list .mp_name { + padding-left: 0; + padding-right: 0; +} + +.piao_list .mp_r_box { + width: 30%; + text-align: center; +} + +.tips_style, +.tips_style2, +.tips_style3 { + font-size: 24rpx; + color: #999; + display: inline-block; +} + +.tips_style2 { + color: #ff8921; + font-size: 20rpx; +} + +.txt-lineth { + text-decoration: line-through; +} + +.tips_piao .tips_style { + padding-right: 20rpx; +} + +.piao_list.piao_list .mp_name { + max-height: 70rpx; +} + +.piao_list .mp_r_box { + padding-left: 30rpx; +} + +.piao_list .btn_buy { + background: #1677ff; + padding: 12rpx 0; + width: 85%; + border-radius: 8rpx; + display: block; + margin: 0 auto; +} + +.piao_list .fh_rmb, +.piao_list .price_rmb { + color: #ff8921; +} + +.piao_list .fh_rmb { + padding-left: 0; +} + +.icon_size_5 { + width: 25rpx; + height: 25rpx; +} + +.tips_style .icon_size_5 { + margin-right: 10rpx; +} + +.third_tips { + margin-top: 15rpx +} + +.third_tips .tips_style { + margin-right: 10px; + background: #fff; + /* border:1rpx solid #eee; */ + padding: 10rpx 15rpx; +} + +/* 服务保障弹窗可滑动 */ +.wd_bax_scrol { + height: 100%; + overflow-y: auto; + -webkit-overflow-scrolling: touch; + overflow-scrolling: touch; +} + +/* 购买须知弹层 */ +.gmai_box { + color: #333; + font-size: 14px; +} + +/* 支付页面 */ +.doc-layer { + position: relative; + z-index: 9; +} + + + +/* +意见反馈-列表 + */ +.lst_sug_unit { + border-bottom: 20rpx solid #f2f2f2; + padding-top: 30rpx +} + +.sug_tips { + /* border-top:2rpx solid #eee; */ + padding: 15rpx 0 30rpx 0; +} + +.sug_lst_inf { + font-size: 32rpx; + line-height: 51rpx; + margin: 20rpx 0 0 0; + color: #444; +} + +.sug_img { + width: 100%; + height: 216rpx; +} + +.sug_lst_img .w_33 { + width: 31%; + margin-right: 3.5%; +} + +.sug_lst_img .w_33:nth-child(3n) { + margin-right: 0; +} + +.sug_lst_img .w_33:nth-child(4n) .sug_img { + background: #f2dedc; +} + +.sug_lst_img .w_33:nth-child(4n+1) .sug_img { + background: #e6f2dc; +} + +.sug_lst_img .w_33:nth-child(4n+2) .sug_img { + background: #dcf0f2; +} + +.sug_lst_img .w_33:nth-child(4n+3) .sug_img { + background: #e9dcf2; +} + +.sug_lst_time { + position: relative; + border-top: 2rpx solid #eee; + padding-top: 20rpx; + display: block; + width: 100%; +} + +.sug_lst_time .kou_top3 { + width: 36rpx; + height: 36rpx; + display: block; + position: absolute; + top: 20rpx; + left: 0; + filter: grayscale(100%); +} + +.sug_lst_time .chel_t_s { + padding-left: 45rpx; + display: block; +} + +.up_touj, +.down_touj { + display: inline-block; + width: 15rpx; + height: 15rpx; + background: transparent; + /* text-indent: -999999px; */ + line-height: 0; + transform: rotate(-45deg); + border-bottom: 6rpx solid #00B8A5; + border-left: 6rpx solid #00B8A5; + position: relative; + right: -10rpx; + top: -10rpx +} + +.up_touj { + transform: rotate(135deg); + border-color: #999; + border-width: 5rpx; +} + +.sug_lst_object text { + display: inline-block; + margin-right: 20rpx; + color: #fff; + padding: 10rpx 20rpx; + border-radius: 10rpx; + font-size: 24rpx; + background: #00B8A5; +} + +.tsu_bt { + justify-content: center; + align-items: center; + align-content: center; + text-align: center; + border-bottom: 2rpx solid #c6e4e1; + padding-bottom: 20rpx; + margin-bottom: 10rpx; +} + +.tsu_bt .b_tol_ipt { + text-align: left; + font-size: 36rpx; + margin-right: 10rpx; + position: relative; +} + +.tsu_bt .b_tol_ipt:before { + content: ''; + display: block; + width: 20rpx; + height: 8rpx; + transform: rotate(110deg); + border-top: 2rpx solid #00B8A5; + border-bottom: 2rpx solid #00B8A5; + position: absolute; + left: -32rpx; + top: 18rpx +} + +/* .tsu_bt .b_tol_ipt:after{ content: ''; display: block; width: 30rpx; height: 6rpx; transform: rotate(110deg); background: #00B8A5; position: absolute; left: -30rpx; top:25rpx}*/ +.lst_sug_warp .lst_sug_unit:last-child { + border: none; +} + +.zhed_gao { + height: 80rpx; + overflow: hidden; + position: relative; + margin-bottom: 15rpx; +} + +/* .zhed_gao:after{ display: block; width: 70rpx; height: 51rpx; content: '...'; background: #fff; font-size: 32rpx; color: #999; position: absolute; right: 50rpx; bottom: -15rpx; text-align: center; } */ + + +/* 投诉form表单页 */ +.sug_dly_flex { + display: flex; + flex-flow: row nowrap; +} + +.sug_r { + text-align: right; + justify-content: flex-end; +} + +.sug_sgu { + flex: 1; + font-size: 32rpx; +} + +.obj_type text { + display: inline-block; + margin-right: 10rpx; + font-size: 24rpx; + color: #999; + padding: 6rpx 15rpx; + border: 2rpx solid #eee +} + +.obj_type .cue { + background: #00B8A5; + color: #fff; + border: none +} + +.ipt_sug { + padding: 10rpx 0; + padding-bottom: 0; + margin-top: 20rpx; + font-size: 32rpx; + color: #333; + line-height: 48rpx; +} + +.box_fm_sug { + border-bottom: 20rpx solid #f2f2f2; +} + +.sug_form_line { + border-bottom: 2rpx solid #eee; + padding: 30rpx 0; +} + +.lst_sug_unit .sug_form_line:last-child { + border-bottom: none; +} + +.sug_dwei { + color: #00B8A5; + font-size: 24rpx; +} + +.sug_dwei text { + display: inline-block; + margin-left: 15rpx; +} + +.sug_fm_img { + padding-top: 30rpx; + flex-wrap: wrap; +} + +.sug_fm_img .w_33 { + margin-bottom: 30rpx; +} + +.fm_img_2 .sug_img { + width: 180rpx; + height: 180rpx; + /* margin-top:15rpx */ +} + +.fm_img_2 { + border: 2rpx solid #ddd; + width: 180rpx; + height: 180rpx; + position: relative; +} + +.btn_del_sug { + position: absolute; + right: -10rpx; + top: -15rpx; + width: 50rpx; + height: 50rpx; + background: #ffeff4; + border-radius: 50rpx; +} + +.fm_img_2 .kou_top { + margin-top: 45rpx; +} + +.sug_r .btn_del_sug { + right: 0; + top: 0 +} + +.sub_lxir { + position: relative; +} + +.sub_lxir .sug_sgu { + flex: none; +} + +.sub_lxir .sug_r { + flex: 1; +} + +.sub_lxir .ipt_sug { + margin-top: 0; + text-align: left; + padding: 0; + width: 90%; + text-indent: 40rpx; +} + +.btn_baoh_sug { + position: absolute; + right: 0rpx; + top: -10rpx; + display: inline-block; + padding: 2rpx 18rpx 6px 18rpx; + background: #eaf9f8; +} + +.btn_baoh_sug text { + font-size: 28rpx; + color: #00B8A5; +} + +.btn_baoh_sug .kou_top3 { + width: 35rpx; + height: 35rpx; + margin-right: 10rpx; + display: inline-block; + vertical-align: middle; +} + +.sug_fied { + position: fixed; + bottom: 0; + left: 0; + right: 0; + background: rgba(255, 255, 255, .6); +} + +.sug_edit_btn { + padding-top: 20rpx; + padding-bottom: 20rpx; +} + +.state_sub { + background: #1677ff; + border: none; + border-radius: 100rpx; + font-size: 32rpx; + font-weight: normal; + color: #fff; +} + +.blk_2 { + height: 180rpx; +} + + +/* 投诉主页 */ +.box_tsu { + position: absolute; + top: 40%; + left: 50%; + transform: translate(-50%, -50%); + width: 70%; + /* background: #f00; */ +} + +.inx_s_ove { + border: 2rpx solid #eee; + border-radius: 10rpx; + padding: 20rpx; + margin-bottom: 40rpx; +} + +.inx_s_ove .kou_top { + width: 120rpx; + height: 120rpx; + margin-top: 20rpx +} + +.inx_sug_inf { + margin-left: 40rpx; +} + +.inx_sug_inf .ht_text { + font-weight: 700; +} + + +/* 美食详情-升级 */ +.fod_det_pic { + position: relative; +} + +.fod_det_bt:after { + display: none !important; +} + +.fod_det_bt { + /* position:absolute; */ + /*padding-left: 50rpx; padding-top:20rpx; padding-bottom: 40rpx !important; */ + display: block; + background: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, 1)); + color: #333; + /* bottom: 0; left: 0; right: 0; */ + text-align: left !important; +} + +.fod_det_cont { + top: 0 !important; + border-radius: 0 !important; + box-shadow: none !important +} + +.arc_origin { + top: 0 !important +} + +.arc_gl_user { + color: #fff !important; +} + +.arc_gl_user { + opacity: .8; +} + +.zxun_tit .lis_time { + padding-top: 16rpx +} + +.zxun_tit .half_unit:nth-child(2) { + text-align: right; +} + +/* 百度翻译 */ +/* 列表 */ +.uni-list { + position: relative; + display: flex; + width: 100%; + background-color: #fff; + flex-direction: column; +} + +.uni-list:after { + position: absolute; + right: 0; + bottom: 0; + left: 0; + z-index: 10; + height: 1px; + background-color: #c8c7cc; + content: ''; + -webkit-transform: scaleY(.5); + transform: scaleY(.5); +} + +.uni-list::before { + position: absolute; + top: 0; + right: 0; + left: 0; + z-index: 10; + height: 1px; + background-color: #c8c7cc; + content: ''; + -webkit-transform: scaleY(.5); + transform: scaleY(.5); +} + +.uni-list-cell { + position: relative; + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; +} + +.uni-list-cell-hover { + background-color: #eee; +} + +.uni-list-cell-pd { + padding: 22upx 30upx; +} + +.uni-list-cell-left { + padding: 0 30upx; + font-size: 28upx; +} + +.uni-list-cell-db, +.uni-list-cell-right { + flex: 1; +} + +.uni-list-cell::after { + position: absolute; + right: 0; + bottom: 0; + left: 30upx; + z-index: 3; + height: 1px; + background-color: #c8c7cc; + content: ''; + -webkit-transform: scaleY(.5); + transform: scaleY(.5); +} + +.uni-list .uni-list-cell:last-child::after { + height: 0upx; +} + +.uni-list-cell-last.uni-list-cell::after { + height: 0upx; +} + +.uni-list-cell-divider { + position: relative; + display: flex; + padding: 15upx 20upx; + background-color: #f7f7f7; + color: #999; +} + +.uni-list-cell-divider::before { + position: absolute; + top: 0; + right: 0; + left: 0; + height: 1px; + background-color: #c8c7cc; + content: ''; + -webkit-transform: scaleY(.5); + transform: scaleY(.5); +} + +.uni-list-cell-divider::after { + position: absolute; + right: 0; + bottom: 0; + left: 0upx; + height: 1px; + background-color: #c8c7cc; + content: ''; + -webkit-transform: scaleY(.5); + transform: scaleY(.5); +} + +.uni-list-cell-navigate { + position: relative; + display: flex; + box-sizing: border-box; + padding: 22upx 30upx; + width: 100%; + font-size: 30upx; + line-height: 48upx; + flex: 1; + justify-content: space-between; + align-items: center; +} + +.uni-list-cell-navigate { + padding-right: 36upx; +} + +.uni-navigate-badge { + padding-right: 50upx; +} + +.uni-list-cell-navigate.uni-navigate-right:after { + position: absolute; + top: 50%; + right: 24upx; + color: #bbb; + content: '\e583'; + font-family: uniicons; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); +} + +.uni-list-cell-navigate.uni-navigate-bottom:after { + position: absolute; + top: 50%; + right: 24upx; + color: #bbb; + content: '\e581'; + font-family: uniicons; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); +} + +.uni-list-cell-navigate.uni-navigate-bottom.uni-active::after { + position: absolute; + top: 50%; + right: 24upx; + color: #bbb; + content: '\e580'; + font-family: uniicons; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); +} + +.uni-input { + padding: 15upx 25upx; + height: 50upx; + background: #fff; + font-size: 28upx; + line-height: 50upx; + flex: 1; +} + + + + +/* ******************************************* +**2020/03/20** +*************************************************************** */ + +/* 旅行社 */ +.noCard { + margin: auto; + width: 90%; + height: 200upx; + border-radius: 10upx; + box-shadow: 0 0 10upx 0 rgba(0, 0, 0, .1); + color: #999; + align-items: center; + justify-content: center; +} + +.nav, +.noCard { + display: flex; + background-color: #fff; +} + +.nav { + position: fixed; + top: 0; + left: 0; + z-index: 996; + width: 100%; + color: #fff; + font-size: 24upx; + flex-direction: column; + align-items: flex-start; + justify-content: flex-start; +} + +.searchInput999 { + display: flex; + margin: 0 auto; + width: 90%; + height: 56upx; + border: 2rpx solid #ddd; + border-radius: 10upx; + align-items: center; +} + +.search999 { + width: 32upx; + height: 32upx; +} + +.searchBox999 { + display: flex; + width: 56upx; + height: 56upx; + justify-content: center; + align-items: center; +} + +.input999 { + width: 80%; + color: #999; +} + +.lxs_list { + margin-bottom: 20rpx; + padding: 20rpx 40rpx 30rpx; + background: #fff; + border-radius: 10rpx; + /* border-bottom:20rpx solid #eee; */ +} + +.lvs_tit { + padding: 10rpx 0; + color: #000; + font-weight: 700; + font-size: 36rpx; +} + +.lvs_tit:before { + position: relative; + top: 4rpx; + left: -6rpx; + display: inline-block; + margin-right: 15rpx; + width: 8rpx; + height: 30rpx; + border-radius: 8rpx; + background: #1677ff; + content: ''; +} + +.lxs_type { + padding: 15rpx 0 20rpx 23rpx; + border-bottom: 2rpx solid #eee; +} + +.lxs_type text { + display: inline-block; + padding: 8rpx 15rpx; + background: #fdefe2; + color: #f1890d; + font-size: 24rpx; +} + +.lvx_flex { + display: flex; + padding: 20rpx 15rpx 10rpx 20rpx; +} + +.phe_txt { + color: #999; + font-size: 30rpx; +} + +.phe_data { + color: #999; + flex: 1; + font-size: 28rpx; +} + +.phe_icn { + position: relative; + top: 0rpx; + margin-left: 26rpx; + width: 36rpx; + height: 36rpx; +} + +.navTabBox .click { + color: #000; +} + +.card_lxs .lxs_list { + position: relative; +} + +.dyj_type { + position: absolute; + right: 30rpx; + top: 30rpx; +} + +.dyj_type text { + display: inline-block; + padding: 5rpx 15rpx; + border: 3rpx solid #73c198; + font-size: 28rpx; + color: #29b96d; + border-radius: 50rpx 50rpx 50rpx 0; +} + +.lvs_tit { + border-bottom: 3rpx solid #eee; + padding: 15rpx 0; +} + +.card_lxs .lvs_tit:before { + display: none; +} + +.lvs_tit .kou_top3 { + margin-right: 10rpx; + vertical-align: middle; + display: inline-block; + border-radius: 50%; +} + +.xb_nan { + background: #5aa4f0; +} + +.xb_nv { + background: #f05aa1; +} + + +/* */ +.shij_list { + border-radius: 15rpx; + box-shadow: rgba(0, 0, 0, .1) 0rpx 0rpx 50rpx; + margin-bottom: 30rpx; +} + +.shij_img { + position: relative; +} + +.shij_pic { + width: 100%; + height: 360rpx; + border-radius: 15rpx; +} + +/* .shij_img:before{ display: block; position: absolute; left: 0; top:0; width: 100%; height:360rpx ; content: ''; background: radial-gradient(rgba(0,0,0,.2) 5%, rgba(0,0,0,.2) 15%, rgba(0,0,0,.3) 60%); z-index: 6;} */ +.shij_bq { + position: absolute; + z-index: 12; + right: 20rpx; + top: 20rpx; + display: inline-block; + padding: 8rpx 25rpx; + background: rgba(24, 153, 253, .6); + box-shadow: rgba(0, 0, 0, .1) 0rpx 0rpx 10rpx; + color: #fff; + font-size: 24rpx; + border-radius: 50rpx 50rpx 50rpx 0; +} + +.shij_num { + position: absolute; + z-index: 8; + left: 30rpx; + top: 0rpx; + display: inline-block; + background: rgba(255, 194, 48, 1); + color: #510202; + padding: 25rpx 10rpx 15rpx 10rpx; + font-size: 24rpx; + border-radius: 0rpx 0 50rpx 50rpx; +} + +.shij_inf { + padding: 0 20rpx; + padding-bottom: 40rpx; +} + +.shij_inf .ht_text { + /* padding-bottom:20rpx; font-weight: 700; */ +} + +.sp_num, +.sp_like { + display: inline-block; + padding-bottom: 40rpx; + color: #999; + font-size: 28rpx; + margin-right: 20rpx; +} + +.inx_ht_warp .shij_list:nth-child(n+4) .shij_num { + display: none; +} + +.sj_pic_play { + position: absolute; + width: 120rpx; + height: 120rpx; + top: 120rpx; + left: 50%; + margin-left: -60rpx; + z-index: 7; +} + +.inx_xcp .ht_text { + font-weight: 700; + /* text-align: center; */ +} + +.inx_xcp .shij_list { + border-radius: 0; + box-shadow: none; + border-bottom: 2rpx solid #eee; + padding-top: 20rpx +} + +.inx_zhib .ht_text { + padding-bottom: 0 +} + +.inx_xcp .inx_ht_warp { + margin-top: 10rpx +} + +.inx_xcp .shij_inf { + padding-bottom: 40rpx; +} + +/* 投诉 */ +.x_box_center { + position: absolute; + top: 40%; + left: 50%; + transform: translate(-50%, -50%); + width: 80%; +} + +.x_ts_box { + border: 3rpx solid #eee; + padding: 40rpx 30rpx; + margin-bottom: 30rpx; + border-radius: 10rpx; +} + +.flex_1 { + flex: 1; +} + +.x_ts_box .bq_1 { + width: 120rpx; + height: 120rpx; + margin-right: 40rpx; + border-radius: 50% 50% 50% 0%; + text-align: center; +} + +.x_ts_box .kou_top { + width: 80rpx; + height: 80rpx; + margin-top: 20rpx; +} + +.x_ts_box .ht_text { + font-weight: bold; + padding-bottom: 15rpx; +} + +.x_ts_box .chel_t_s { + font-size: 30rpx; + color: #999; + padding-bottom: 5rpx; +} + +.x_box_center .x_ts_box:nth-child(1) .bq_1 { + background: #4fc7e0; +} + +.x_box_center .x_ts_box:nth-child(2) .bq_1 { + background: #4ed5b5; +} + + + +.example { + padding: 0 15px 15px; +} + +.example-info { + padding: 15px; + background: #fff; + color: #3b4144; +} + +.example-body { + padding: 0; + background-color: #fff; + font-size: 14px; + flex-direction: row; + flex-wrap: wrap; + justify-content: center; +} + +.example { + padding: 0 15px; +} + +.example-info { + display: block; + padding: 15px; + background-color: #fff; + color: #3b4144; + font-size: 14px; + line-height: 20px; +} + +.example-info-text { + color: #3b4144; + font-size: 14px; + line-height: 20px; +} + +.example-body { + padding: 15px; + background-color: #fff; + flex-direction: column; +} + +.word-btn-white { + color: #fff; + font-size: 18px; +} + +.word-btn { + display: flex; + margin: 15px; + height: 48px; + border-radius: 6px; + background-color: #007aff; + flex-direction: row; + align-items: center; + justify-content: center; +} + +.word-btn--hover { + background-color: #4ca2ff; +} + +.uni-nav-bar-text { + font-size: 28rpx; +} + +.city { + display: flex; + margin-left: 4px; + flex-direction: row; + align-items: center; + justify-content: flex-start; +} + +.input-view { + display: flex; + margin: 7px 0; + padding: 0 15px; + height: 30px; + border-radius: 15px; + background-color: #f8f8f8; + line-height: 30px; + flex-direction: row; + flex: 1; + flex-wrap: nowrap; +} + +.input-uni-icon { + line-height: 30px; +} + +.nav-bar-input { + padding: 0 5px; + width: 370rpx; + height: 30px; + color: #333; + background-color: #f8f8f8; + font-size: 28rpx; + line-height: 30px; +} + +.example-body { + padding: 0; +} + +/* 搜索页面 */ +.xa_sch_wp { + background: #f5f5f5; + padding: 30rpx 0 20rpx 0; +} + +.tye_line { + font-size: 28rpx; + color: #999; + padding: 10rpx 0; +} + +.anw_inf { + font-size: 30rpx; + color: #666; + display: block; + padding: 30rpx 150rpx 30rpx 30rpx; + border-bottom: 2rpx solid #eee; + position: relative; +} + +.anw_inf:before { + content: ''; + display: inline-block; + width: 10rpx; + height: 10rpx; + background: #aaa; + border-radius: 10rpx; + position: absolute; + left: 0; + top: 45rpx +} + +.anw_key { + color: rgb(22, 119, 255); + font-size: 30rpx; +} + +.tye_sch { + display: inline-block; + padding-left: 15rpx; +} + +.tye_sch:before { + content: '/'; + display: inline-block; + width: 10rpx; + height: 10rpx; + /* background: #aaa; border-radius: 10rpx; vertical-align: middle;*/ + margin-right: 10rpx; +} + +.tyesch_pic { + display: inline-block; + width: 42rpx; + height: 42rpx; + position: relative; + left: -15rpx; + top: 10rpx +} + +.searc_lst { + padding: 20rpx 0 80rpx 0; +} + +.after_type { + position: absolute; + right: 32rpx; + top: 30rpx; + color: #999; + font-size: 25rpx; + z-index: 3; +} + +.ipt_sch { + padding: 0 30rpx; + text-indent: 50rpx; + height: 60rpx; + border-radius: 60rpx; + background: rgba(0, 0, 0, .05); + font-size: 30rpx; + color: #333; + position: relative; + padding-right: 60rpx; +} + +.seh_box {} + +.sch_btn_suo { + height: 60rpx; + line-height: 60rpx; + text-align: center; + font-size: 30rpx; + color: #fff; + background: #0983FF; + border: 3rpx solid #eee; + border-radius: 60rpx; +} + +.sous_k { + width: 75%; + position: relative; +} + +.sous_n { + width: 20%; + margin-left: 20rpx; + padding-right: 10rpx +} + +.clear_pic { + position: absolute; + right: 8rpx; + top: 12rpx; + display: block; + width: 36rpx; + height: 36rpx; +} + +.search_warp { + /* background: #fff; */ +} + +.reci_sch { + display: inline-block; + padding: 10rpx 25rpx; + background: rgba(255, 255, 255, .6); + color: #999; + font-size: 24rpx; + margin-right: 15rpx; + margin-bottom: 10rpx; + border-radius: 5rpx; +} + +.cur { + display: inline-block; + background: rgb(22, 119, 255); + color: #fff; +} -/* 搜索页面 */ -.xa_sch_wp{background: #f5f5f5; padding: 30rpx 0 20rpx 0;} -.tye_line{ font-size: 28rpx; color:#999; padding:10rpx 0;} -.anw_inf{font-size: 30rpx; color: #666; display: block; padding:30rpx 150rpx 30rpx 30rpx; border-bottom: 2rpx solid #eee; position: relative;} -.anw_inf:before{ content: ''; display: inline-block; width: 10rpx; height: 10rpx; background: #aaa; border-radius: 10rpx; position: absolute;left: 0; top:45rpx } -.anw_key{ color: rgb(22, 119, 255);font-size: 30rpx; } -.tye_sch{ display: inline-block; padding-left: 15rpx;} -.tye_sch:before{ content: '/'; display: inline-block; width: 10rpx; height: 10rpx; /* background: #aaa; border-radius: 10rpx; vertical-align: middle;*/ margin-right: 10rpx;} -.tyesch_pic{ display: inline-block; width: 42rpx; height: 42rpx; position: relative; left: -15rpx; top:10rpx} -.searc_lst{ padding: 20rpx 0 80rpx 0;} -.after_type{ position: absolute; right:32rpx; top:30rpx; color: #999; font-size: 25rpx; z-index: 3;} -.ipt_sch{padding: 0 30rpx; text-indent: 50rpx; height: 60rpx; border-radius: 60rpx; background: rgba(0,0,0,.05);font-size: 30rpx; color: #333; position: relative; padding-right: 60rpx;} - -.seh_box{} -.sch_btn_suo{ height: 60rpx; line-height: 60rpx; text-align: center; font-size: 30rpx; color: #fff; background: #0983FF; border:3rpx solid #eee; border-radius: 60rpx; } -.sous_k{width: 75%; position: relative;} -.sous_n{width: 20%; margin-left: 20rpx; padding-right: 10rpx} -.clear_pic{ position: absolute; right:8rpx; top:12rpx; display: block; width: 36rpx; height: 36rpx;} -.search_warp{ /* background: #fff; */} -.reci_sch{ display: inline-block; padding: 10rpx 25rpx;background: rgba(255,255,255,.6);color: #999; font-size: 24rpx; margin-right: 15rpx; margin-bottom: 10rpx; border-radius: 5rpx; } -.cur{ display: inline-block; background: rgb(22, 119, 255); color: #fff; } diff --git a/subPageA/Audiovisual/AudiovisualList/AudiovisualList.vue b/subPageA/Audiovisual/AudiovisualList/AudiovisualList.vue index f694999..46bdba4 100644 --- a/subPageA/Audiovisual/AudiovisualList/AudiovisualList.vue +++ b/subPageA/Audiovisual/AudiovisualList/AudiovisualList.vue @@ -85,7 +85,7 @@ {{item.title}} - + @@ -187,19 +187,8 @@ this.getClassData() }, /*下拉刷新的回调 */ - downCallback(mescroll) { - this.param.pageno = 1 - this.getListData(); - // #ifdef H5 - this.top = uni.upx2px(100 + 88) + 'px'; // H5的高度需加上 88的标题栏 - // #endif - // #ifndef H5 - this.top = uni.upx2px(100) + 'px'; // 非H5不必加 - // #endif - setTimeout(() => { - mescroll.endSuccess(); - this.top = 0; - }, 2500); + downCallback() { + this.mescroll.resetUpScroll(); }, upCallback(mescroll) { this.mescroll = mescroll @@ -399,4 +388,4 @@ } } } - \ No newline at end of file + diff --git a/subPageA/method/methodList/methodClass.vue b/subPageA/method/methodList/methodClass.vue index a1225a0..403d69a 100644 --- a/subPageA/method/methodList/methodClass.vue +++ b/subPageA/method/methodList/methodClass.vue @@ -37,7 +37,7 @@ upOption: { auto: true //是否在初始化完毕之后自动执行下拉回调callback; 默认true }, - //数据 + //数据 data_list: [], //列表数据 parames: { pagesize: 10, @@ -55,21 +55,8 @@ }, methods: { /*下拉刷新的回调 */ - downCallback(mescroll) { - this.mescroll = mescroll - this.parames.pageno = 1 - this.data_list = [] - this.getListData(); - // #ifdef H5 - this.top = uni.upx2px(100 + 88) + 'px'; // H5的高度需加上 88的标题栏 - // #endif - // #ifndef H5 - this.top = uni.upx2px(100) + 'px'; // 非H5不必加 - // #endifL - setTimeout(() => { - this.mescroll.endSuccess(); - this.top = 0; - }, 2500); + downCallback() { + this.mescroll.resetUpScroll(); }, /*上拉刷新的回调 */ upCallback(mescroll) { @@ -259,4 +246,4 @@ } } } - \ No newline at end of file + diff --git a/subPageA/method/methodList/methodList.vue b/subPageA/method/methodList/methodList.vue index 22ecbef..9f8cdf6 100644 --- a/subPageA/method/methodList/methodList.vue +++ b/subPageA/method/methodList/methodList.vue @@ -64,7 +64,7 @@ duration: 500, //数据 pic_list: [], //轮播图数据 - class_list: [], //分类数据 + class_list: [], //分类数据 data_list: [], //列表数据 parames: { pagesize: 10, @@ -99,21 +99,8 @@ }); }, /*下拉刷新的回调 */ - downCallback(mescroll) { - this.mescroll = mescroll - this.parames.pageno = 1 - this.data_list = [] - this.getListData(); - // #ifdef H5 - this.top = uni.upx2px(100 + 88) + 'px'; // H5的高度需加上 88的标题栏 - // #endif - // #ifndef H5 - this.top = uni.upx2px(100) + 'px'; // 非H5不必加 - // #endifL - setTimeout(() => { - this.mescroll.endSuccess(); - this.top = 0; - }, 2500); + downCallback() { + this.mescroll.resetUpScroll(); }, /*上拉刷新的回调 */ upCallback(mescroll) { @@ -218,7 +205,7 @@ margin-right: 24rpx; overflow: hidden; - + .img { width: 100%; @@ -235,7 +222,7 @@ line-height: 40rpx; font-size: 24rpx; background: linear-gradient(to right, rgba(224, 75, 0, .7), rgba(224, 75, 0, 0)); - + &:before { content: ""; position: absolute; @@ -275,4 +262,4 @@ } } } - \ No newline at end of file + diff --git a/subPageA/shop/shopList/shopList.vue b/subPageA/shop/shopList/shopList.vue index 939049b..e7782d6 100644 --- a/subPageA/shop/shopList/shopList.vue +++ b/subPageA/shop/shopList/shopList.vue @@ -72,22 +72,11 @@ goodsName: "" }, }; - }, - methods: { + }, + methods: { /*下拉刷新的回调 */ - downCallback(mescroll) { - this.parames.pageno = 1 - this.get_data(); - // #ifdef H5 - this.top = uni.upx2px(100 + 88) + 'px'; // H5的高度需加上 88的标题栏 - // #endif - // #ifndef H5 - this.top = uni.upx2px(100) + 'px'; // 非H5不必加 - // #endif - setTimeout(() => { - mescroll.endSuccess(); - this.top = 0; - }, 2500); + downCallback() { + this.mescroll.resetUpScroll(); }, upCallback(mescroll) { this.mescroll = mescroll @@ -211,4 +200,4 @@ } } } - \ No newline at end of file + diff --git a/subPageB/Homestay/homestaylist/homestaylist.vue b/subPageB/Homestay/homestaylist/homestaylist.vue index cfba47c..486df3f 100644 --- a/subPageB/Homestay/homestaylist/homestaylist.vue +++ b/subPageB/Homestay/homestaylist/homestaylist.vue @@ -181,20 +181,8 @@ this.destinationBak = this.destination; }, /*下拉刷新的回调 */ - downCallback(mescroll) { - console.log("下拉刷新的") - this.param.pageno = 1 - this.get_data(); - // #ifdef H5 - this.top = uni.upx2px(100 + 88) + 'px'; // H5的高度需加上 88的标题栏 - // #endif - // #ifndef H5 - this.top = uni.upx2px(100) + 'px'; // 非H5不必加 - // #endif - setTimeout(() => { - mescroll.endSuccess(); - this.top = 0; - }, 2500); + downCallback() { + this.mescroll.resetUpScroll(); }, upCallback(mescroll) { this.mescroll = mescroll diff --git a/subPageB/hotel/hotellist/hotellist.vue b/subPageB/hotel/hotellist/hotellist.vue index 3647a92..3a31b96 100644 --- a/subPageB/hotel/hotellist/hotellist.vue +++ b/subPageB/hotel/hotellist/hotellist.vue @@ -235,19 +235,8 @@ }, methods: { /*下拉刷新的回调 */ - downCallback(mescroll) { - that.initData(), that.get_data(mescroll); - //this.get_data(mescroll); - // #ifdef H5 - this.top = uni.upx2px(100 + 88) + 'px'; // H5的高度需加上 88的标题栏 - // #endif - // #ifndef H5 - this.top = uni.upx2px(100) + 'px'; // 非H5不必加 - // #endif - setTimeout(() => { - mescroll.endSuccess(); - this.top = 0; - }, 2500); + downCallback() { + this.mescroll.resetUpScroll(); }, upCallback(mescroll) { var that = this; @@ -613,4 +602,4 @@ width: 24rpx; margin-right: 8rpx; } - \ No newline at end of file + diff --git a/subPageB/travel/travellist/travellist.vue b/subPageB/travel/travellist/travellist.vue index 7ea1b21..7da88be 100644 --- a/subPageB/travel/travellist/travellist.vue +++ b/subPageB/travel/travellist/travellist.vue @@ -150,26 +150,8 @@ export default { this.getData(); }, /*下拉刷新的回调 */ - downCallback(mescroll) { - this.pageno = 1; - // this.list = []; - this.searchValue = ""; - this.mescroll = mescroll; - if(this.redisType){ - this.getRedisData(mescroll); - }else{ - this.getData(mescroll); - } - // #ifdef H5 - this.top = uni.upx2px(100 + 88) + 'px'; // H5的高度需加上 88的标题栏 - // #endif - // #ifndef H5 - this.top = uni.upx2px(100) + 'px'; // 非H5不必加 - // #endif - setTimeout(() => { - mescroll.endSuccess(); - this.top = 0; - }, 2500); + downCallback() { + this.mescroll.resetUpScroll(); }, upCallback(mescroll) { var that = this; diff --git a/subPageC/Ai/index.vue b/subPageC/Ai/index.vue index fc64108..37fa516 100644 --- a/subPageC/Ai/index.vue +++ b/subPageC/Ai/index.vue @@ -10,9 +10,9 @@ src="https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/ai-self.png"> E鹿小助手 - - + + @@ -53,7 +53,7 @@ + \ No newline at end of file diff --git a/subPageC/weather/index.vue b/subPageC/weather/index.vue index 306b1f3..b5711c2 100644 --- a/subPageC/weather/index.vue +++ b/subPageC/weather/index.vue @@ -195,7 +195,6 @@ background: linear-gradient(to bottom, #617cb1, #9ab7d8); } - } .v-weather-bg { @@ -370,8 +369,8 @@ } .data { - width: 200rpx; - flex: 0 0 200rpx; + width: 150rpx; + flex: 0 0 150rpx; color: #fff; } } diff --git a/uni_modules/zero-markdown-view/changelog.md b/uni_modules/zero-markdown-view/changelog.md deleted file mode 100644 index d13259c..0000000 --- a/uni_modules/zero-markdown-view/changelog.md +++ /dev/null @@ -1,15 +0,0 @@ -## 2.0.5(2024-04-24) -## 流式输出代码块解决方案 -## 2.0.4(2023-12-06) -### 长按复制代码改为点击代码块复制 -## 2.0.3(2023-10-30) -doc: 文档说明 -## 2.0.2(2023-10-30) -- 新增长按复制代码-仅小程序可用 -- 新增代码块语言显示 -## 2.0.1(2023-10-27) -##支持vue2,vue3 -## 2.0.0(2022-11-01) -使用mp-html自带的插件,重新生成uniapp包,大幅减少插件体积 -## 1.0.0(2022-09-13) -首次发布 diff --git a/uni_modules/zero-markdown-view/components/mp-html/highlight/config.js b/uni_modules/zero-markdown-view/components/mp-html/highlight/config.js deleted file mode 100644 index 2f81762..0000000 --- a/uni_modules/zero-markdown-view/components/mp-html/highlight/config.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - copyByClickCode: true, // 点击代码块复制 - showLanguageName: true, // 是否在代码块右上角显示语言的名称 - showLineNumber: false // 是否显示行号 -} diff --git a/uni_modules/zero-markdown-view/components/mp-html/highlight/index.js b/uni_modules/zero-markdown-view/components/mp-html/highlight/index.js deleted file mode 100644 index 7faa633..0000000 --- a/uni_modules/zero-markdown-view/components/mp-html/highlight/index.js +++ /dev/null @@ -1,109 +0,0 @@ -/** - * @fileoverview highlight 插件 - * Include prismjs (https://prismjs.com) - */ -import prism from './prism.min' -import config from './config' -import Parser from '../parser' - -function Highlight (vm) { - this.vm = vm -} - -Highlight.prototype.onParse = function (node, vm) { - if (node.name === 'pre') { - if (vm.options.editable) { - node.attrs.class = (node.attrs.class || '') + ' hl-pre' - return - } - let i - for (i = node.children.length; i--;) { - if (node.children[i].name === 'code') break - } - if (i === -1) return - const code = node.children[i] - let className = code.attrs.class + ' ' + node.attrs.class - i = className.indexOf('language-') - if (i === -1) { - i = className.indexOf('lang-') - if (i === -1) { - className = 'language-text' - i = 9 - } else { - i += 5 - } - } else { - i += 9 - } - let j - for (j = i; j < className.length; j++) { - if (className[j] === ' ') break - } - const lang = className.substring(i, j) - if (code.children.length) { - const text = this.vm.getText(code.children).replace(/&/g, '&') - if (!text) return - if (node.c) { - node.c = undefined - } - if (prism.languages[lang]) { - code.children = (new Parser(this.vm).parse( - // 加一层 pre 保留空白符 - '
' + prism.highlight(text, prism.languages[lang], lang).replace(/token /g, 'hl-') + '
'))[0].children - } - node.attrs.class = 'hl-pre' - code.attrs.class = 'hl-code' - code.attrs.style ='display:block;overflow: auto;' - if (config.showLanguageName) { - node.children.push({ - name: 'div', - attrs: { - class: 'hl-language', - style: 'user-select:none;position:absolute;top:0;right:2px;font-size:10px;' - }, - children: [{ - type: 'text', - text: lang - }] - }) - } - if (config.copyByClickCode) { - node.attrs.style += (node.attrs.style || '') + ';user-select:none;' - node.attrs['data-content'] = text - node.children.push({ - name: 'div', - attrs: { - class: 'hl-copy', - style: 'user-select:none;position:absolute;top:0;right:3px;font-size:10px;' - }, - // children: [{ - // type: 'text', - // text: '复制' - // }] - }) - vm.expose() - // console.log('vm',node,vm) - } - if (config.showLineNumber) { - const line = text.split('\n').length; const children = [] - for (let k = line; k--;) { - children.push({ - name: 'span', - attrs: { - class: 'span' - } - }) - } - node.children.push({ - name: 'span', - attrs: { - class: 'line-numbers-rows' - }, - children - }) - } - } - } -} - -export default Highlight diff --git a/uni_modules/zero-markdown-view/components/mp-html/highlight/prism.min.js b/uni_modules/zero-markdown-view/components/mp-html/highlight/prism.min.js deleted file mode 100644 index 0b67d39..0000000 --- a/uni_modules/zero-markdown-view/components/mp-html/highlight/prism.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/*! PrismJS 1.22.0 -https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript */ -var _self="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{},Prism=function(u){var c=/\blang(?:uage)?-([\w-]+)\b/i,n=0,M={manual:u.Prism&&u.Prism.manual,disableWorkerMessageHandler:u.Prism&&u.Prism.disableWorkerMessageHandler,util:{encode:function e(n){return n instanceof W?new W(n.type,e(n.content),n.alias):Array.isArray(n)?n.map(e):n.replace(/&/g,"&").replace(/=l.reach);k+=y.value.length,y=y.next){var b=y.value;if(t.length>n.length)return;if(!(b instanceof W)){var x=1;if(h&&y!=t.tail.prev){m.lastIndex=k;var w=m.exec(n);if(!w)break;var A=w.index+(f&&w[1]?w[1].length:0),P=w.index+w[0].length,S=k;for(S+=y.value.length;S<=A;)y=y.next,S+=y.value.length;if(S-=y.value.length,k=S,y.value instanceof W)continue;for(var E=y;E!==t.tail&&(Sl.reach&&(l.reach=j);var C=y.prev;L&&(C=I(t,C,L),k+=L.length),z(t,C,x);var _=new W(o,g?M.tokenize(O,g):O,v,O);y=I(t,C,_),N&&I(t,y,N),1"+a.content+""},!u.document)return u.addEventListener&&(M.disableWorkerMessageHandler||u.addEventListener("message",function(e){var n=JSON.parse(e.data),t=n.language,r=n.code,a=n.immediateClose;u.postMessage(M.highlight(r,M.languages[t],t)),a&&u.close()},!1)),M;var e=M.util.currentScript();function t(){M.manual||M.highlightAll()}if(e&&(M.filename=e.src,e.hasAttribute("data-manual")&&(M.manual=!0)),!M.manual){var r=document.readyState;"loading"===r||"interactive"===r&&e&&e.defer?document.addEventListener("DOMContentLoaded",t):window.requestAnimationFrame?window.requestAnimationFrame(t):window.setTimeout(t,16)}return M}(_self);export default Prism;"undefined"!=typeof global&&(global.Prism=Prism); -Prism.languages.markup={comment://,prolog:/<\?[\s\S]+?\?>/,doctype:{pattern:/"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^$|[[\]]/,"doctype-tag":/^DOCTYPE/,name:/[^\s<>'"]+/}},cdata://i,tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity,Prism.languages.markup.doctype.inside["internal-subset"].inside=Prism.languages.markup,Prism.hooks.add("wrap",function(a){"entity"===a.type&&(a.attributes.title=a.content.replace(/&/,"&"))}),Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(a,e){var s={};s["language-"+e]={pattern:/(^$)/i,lookbehind:!0,inside:Prism.languages[e]},s.cdata=/^$/i;var n={"included-cdata":{pattern://i,inside:s}};n["language-"+e]={pattern:/[\s\S]+/,inside:Prism.languages[e]};var t={};t[a]={pattern:RegExp("(<__[^]*?>)(?:))*\\]\\]>|(?!)".replace(/__/g,function(){return a}),"i"),lookbehind:!0,greedy:!0,inside:n},Prism.languages.insertBefore("markup","cdata",t)}}),Prism.languages.html=Prism.languages.markup,Prism.languages.mathml=Prism.languages.markup,Prism.languages.svg=Prism.languages.markup,Prism.languages.xml=Prism.languages.extend("markup",{}),Prism.languages.ssml=Prism.languages.xml,Prism.languages.atom=Prism.languages.xml,Prism.languages.rss=Prism.languages.xml; -!function(e){var t=/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-]+[\s\S]*?(?:;|(?=\s*\{))/,inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\((?!\s*\))\s*)(?:[^()]|\((?:[^()]|\([^()]*\))*\))+?(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|(?:[^\\\\\r\n()\"']|\\\\[^])*)\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:RegExp("[^{}\\s](?:[^{};\"']|"+t.source+")*?(?=\\s*\\{)"),string:{pattern:t,greedy:!0},property:/[-_a-z\xA0-\uFFFF][-\w\xA0-\uFFFF]*(?=\s*:)/i,important:/!important\b/i,function:/[-a-z0-9]+(?=\()/i,punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var s=e.languages.markup;s&&(s.tag.addInlined("style","css"),e.languages.insertBefore("inside","attr-value",{"style-attr":{pattern:/(^|["'\s])style\s*=\s*(?:"[^"]*"|'[^']*')/i,lookbehind:!0,inside:{"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{style:{pattern:/(["'])[\s\S]+(?=["']$)/,lookbehind:!0,alias:"language-css",inside:e.languages.css},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}},"attr-name":/^style/i}}},s.tag))}(Prism); -Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|interface|extends|implements|trait|instanceof|new)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/,boolean:/\b(?:true|false)\b/,function:/\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+\.?\d*|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/}; -Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])[_$A-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\.(?:prototype|constructor))/,lookbehind:!0}],keyword:[{pattern:/((?:^|})\s*)(?:catch|finally)\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|for|from|function|(?:get|set)(?=\s*[\[$\w\xA0-\uFFFF])|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],number:/\b(?:(?:0[xX](?:[\dA-Fa-f](?:_[\dA-Fa-f])?)+|0[bB](?:[01](?:_[01])?)+|0[oO](?:[0-7](?:_[0-7])?)+)n?|(?:\d(?:_\d)?)+n|NaN|Infinity)\b|(?:\b(?:\d(?:_\d)?)+\.?(?:\d(?:_\d)?)*|\B\.(?:\d(?:_\d)?)+)(?:[Ee][+-]?(?:\d(?:_\d)?)+)?/,function:/#?[_$a-zA-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|interface|extends|implements|instanceof|new)\s+)[\w.\\]+/,Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*]|\\.|[^/\\\[\r\n])+\/[gimyus]{0,6}(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/,lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Prism.languages.regex},"regex-flags":/[a-z]+$/,"regex-delimiter":/^\/|\/$/}},"function-variable":{pattern:/#?[_$a-zA-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|[_$a-zA-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+[_$A-Za-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*)?\s*\(\s*)(?!\s)(?:[^()]|\([^()]*\))+?(?=\s*\))/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*=>)/i,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()]|\([^()]*\))+?(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:[_$A-Za-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()]|\([^()]*\))+?(?=\s*\)\s*\{)/,lookbehind:!0,inside:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),Prism.languages.insertBefore("javascript","string",{"template-string":{pattern:/`(?:\\[\s\S]|\${(?:[^{}]|{(?:[^{}]|{[^}]*})*})+}|(?!\${)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\${(?:[^{}]|{(?:[^{}]|{[^}]*})*})+}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\${|}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}}}),Prism.languages.markup&&Prism.languages.markup.tag.addInlined("script","javascript"),Prism.languages.js=Prism.languages.javascript; diff --git a/uni_modules/zero-markdown-view/components/mp-html/markdown/index.js b/uni_modules/zero-markdown-view/components/mp-html/markdown/index.js deleted file mode 100644 index 8900403..0000000 --- a/uni_modules/zero-markdown-view/components/mp-html/markdown/index.js +++ /dev/null @@ -1,34 +0,0 @@ -/** - * @fileoverview markdown 插件 - * Include marked (https://github.com/markedjs/marked) - * Include github-markdown-css (https://github.com/sindresorhus/github-markdown-css) - */ -import marked from './marked.min' -let index = 0 - -function Markdown (vm) { - this.vm = vm - vm._ids = {} -} - -Markdown.prototype.onUpdate = function (content) { - if (this.vm.markdown) { - return marked(content) - } -} - -Markdown.prototype.onParse = function (node, vm) { - if (vm.options.markdown) { - // 中文 id 需要转换,否则无法跳转 - if (vm.options.useAnchor && node.attrs && /[\u4e00-\u9fa5]/.test(node.attrs.id)) { - const id = 't' + index++ - this.vm._ids[node.attrs.id] = id - node.attrs.id = id - } - if (node.name === 'p' || node.name === 'table' || node.name === 'tr' || node.name === 'th' || node.name === 'td' || node.name === 'blockquote' || node.name === 'pre' || node.name === 'code') { - node.attrs.class = `md-${node.name} ${node.attrs.class || ''}` - } - } -} - -export default Markdown diff --git a/uni_modules/zero-markdown-view/components/mp-html/markdown/marked.min.js b/uni_modules/zero-markdown-view/components/mp-html/markdown/marked.min.js deleted file mode 100644 index 2efcf53..0000000 --- a/uni_modules/zero-markdown-view/components/mp-html/markdown/marked.min.js +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * marked - a markdown parser - * Copyright (c) 2011-2020, Christopher Jeffrey. (MIT Licensed) - * https://github.com/markedjs/marked - */ -function t(){"use strict";function i(e,t){for(var n=0;ne.length)&&(t=e.length);for(var n=0,r=new Array(t);n=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function n(e){return c[e]}var e,t=(function(t){function e(){return{baseUrl:null,breaks:!1,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartLists:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1}}t.exports={defaults:e(),getDefaults:e,changeDefaults:function(e){t.exports.defaults=e}}}(e={exports:{}}),e.exports),r=(t.defaults,t.getDefaults,t.changeDefaults,/[&<>"']/),l=/[&<>"']/g,a=/[<>"']|&(?!#?\w+;)/,o=/[<>"']|&(?!#?\w+;)/g,c={"&":"&","<":"<",">":">",'"':""","'":"'"};var u=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi;function h(e){return e.replace(u,function(e,t){return"colon"===(t=t.toLowerCase())?":":"#"===t.charAt(0)?"x"===t.charAt(1)?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):""})}var g=/(^|[^\[])\^/g;var f=/[^\w:]/g,d=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;var k={},b=/^[^:]+:\/*[^/]*$/,m=/^([^:]+:)[\s\S]*$/,x=/^([^:]+:\/*[^/]*)[\s\S]*$/;function w(e,t){k[" "+e]||(b.test(e)?k[" "+e]=e+"/":k[" "+e]=v(e,"/",!0));var n=-1===(e=k[" "+e]).indexOf(":");return"//"===t.substring(0,2)?n?t:e.replace(m,"$1")+t:"/"===t.charAt(0)?n?t:e.replace(x,"$1")+t:e+t}function v(e,t,n){var r=e.length;if(0===r)return"";for(var i=0;it)n.splice(t);else for(;n.length>=1,e+=e;return n+e},q=t.defaults,O=v,C=R,U=_,j=T;function E(e,t,n){var r=t.href,i=t.title?U(t.title):null,t=e[1].replace(/\\([\[\]])/g,"$1");return"!"!==e[0].charAt(0)?{type:"link",raw:n,href:r,title:i,text:t}:{type:"image",raw:n,href:r,title:i,text:U(t)}}var D=function(){function e(e){this.options=e||q}var t=e.prototype;return t.space=function(e){e=this.rules.block.newline.exec(e);if(e)return 1=n.length?e.slice(n.length):e}).join("\n")}(n,t[3]||"");return{type:"code",raw:n,lang:t[2]&&t[2].trim(),text:e}}},t.heading=function(e){e=this.rules.block.heading.exec(e);if(e)return{type:"heading",raw:e[0],depth:e[1].length,text:e[2]}},t.nptable=function(e){e=this.rules.block.nptable.exec(e);if(e){var t={type:"table",header:C(e[1].replace(/^ *| *\| *$/g,"")),align:e[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:e[3]?e[3].replace(/\n$/,"").split("\n"):[],raw:e[0]};if(t.header.length===t.align.length){for(var n=t.align.length,r=0;r ?/gm,"");return{type:"blockquote",raw:t[0],text:e}}},t.list=function(e){e=this.rules.block.list.exec(e);if(e){for(var t,n,r,i,s,l=e[0],a=e[2],o=1g[0].length||3/i.test(e[0])&&(t=!1),!n&&/^<(pre|code|kbd|script)(\s|>)/i.test(e[0])?n=!0:n&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(e[0])&&(n=!1),{type:this.options.sanitize?"text":"html",raw:e[0],inLink:t,inRawBlock:n,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(e[0]):U(e[0]):e[0]}},t.link=function(e){var t=this.rules.inline.link.exec(e);if(t){e=j(t[2],"()");-1$/,"$1"))&&e.replace(this.rules.inline._escapes,"$1"),title:r&&r.replace(this.rules.inline._escapes,"$1")},t[0])}},t.reflink=function(e,t){if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){e=(n[2]||n[1]).replace(/\s+/g," ");if((e=t[e.toLowerCase()])&&e.href)return E(n,e,n[0]);var n=n[0].charAt(0);return{type:"text",raw:n,text:n}}},t.strong=function(e,t,n){void 0===n&&(n="");var r=this.rules.inline.strong.start.exec(e);if(r&&(!r[1]||r[1]&&(""===n||this.rules.inline.punctuation.exec(n)))){t=t.slice(-1*e.length);var i,s="**"===r[0]?this.rules.inline.strong.endAst:this.rules.inline.strong.endUnd;for(s.lastIndex=0;null!=(r=s.exec(t));)if(i=this.rules.inline.strong.middle.exec(t.slice(0,r.index+3)))return{type:"strong",raw:e.slice(0,i[0].length),text:e.slice(2,i[0].length-2)}}},t.em=function(e,t,n){void 0===n&&(n="");var r=this.rules.inline.em.start.exec(e);if(r&&(!r[1]||r[1]&&(""===n||this.rules.inline.punctuation.exec(n)))){t=t.slice(-1*e.length);var i,s="*"===r[0]?this.rules.inline.em.endAst:this.rules.inline.em.endUnd;for(s.lastIndex=0;null!=(r=s.exec(t));)if(i=this.rules.inline.em.middle.exec(t.slice(0,r.index+2)))return{type:"em",raw:e.slice(0,i[0].length),text:e.slice(1,i[0].length-1)}}},t.codespan=function(e){var t=this.rules.inline.code.exec(e);if(t){var n=t[2].replace(/\n/g," "),r=/[^ ]/.test(n),e=n.startsWith(" ")&&n.endsWith(" ");return r&&e&&(n=n.substring(1,n.length-1)),n=U(n,!0),{type:"codespan",raw:t[0],text:n}}},t.br=function(e){e=this.rules.inline.br.exec(e);if(e)return{type:"br",raw:e[0]}},t.del=function(e){e=this.rules.inline.del.exec(e);if(e)return{type:"del",raw:e[0],text:e[2]}},t.autolink=function(e,t){e=this.rules.inline.autolink.exec(e);if(e){var n,t="@"===e[2]?"mailto:"+(n=U(this.options.mangle?t(e[1]):e[1])):n=U(e[1]);return{type:"link",raw:e[0],text:n,href:t,tokens:[{type:"text",raw:n,text:n}]}}},t.url=function(e,t){var n,r,i,s;if(n=this.rules.inline.url.exec(e)){if("@"===n[2])i="mailto:"+(r=U(this.options.mangle?t(n[0]):n[0]));else{for(;s=n[0],n[0]=this.rules.inline._backpedal.exec(n[0])[0],s!==n[0];);r=U(n[0]),i="www."===n[1]?"http://"+r:r}return{type:"link",raw:n[0],text:r,href:i,tokens:[{type:"text",raw:r,text:r}]}}},t.inlineText=function(e,t,n){e=this.rules.inline.text.exec(e);if(e){n=t?this.options.sanitize?this.options.sanitizer?this.options.sanitizer(e[0]):U(e[0]):e[0]:U(this.options.smartypants?n(e[0]):e[0]);return{type:"text",raw:e[0],text:n}}},e}(),R=$,T=z,$=A,z={newline:/^\n+/,code:/^( {4}[^\n]+\n*)+/,fences:/^ {0,3}(`{3,}(?=[^`\n]*\n)|~{3,})([^\n]*)\n(?:|([\s\S]*?)\n)(?: {0,3}\1[~`]* *(?:\n+|$)|$)/,hr:/^ {0,3}((?:- *){3,}|(?:_ *){3,}|(?:\* *){3,})(?:\n+|$)/,heading:/^ {0,3}(#{1,6}) +([^\n]*?)(?: +#+)? *(?:\n+|$)/,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( {0,3})(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?! {0,3}bull )\n*|\s*$)/,html:"^ {0,3}(?:<(script|pre|style)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|\\n*|$)|\\n*|$)|)[\\s\\S]*?(?:\\n{2,}|$)|<(?!script|pre|style)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:\\n{2,}|$)|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:\\n{2,}|$))",def:/^ {0,3}\[(label)\]: *\n? *]+)>?(?:(?: +\n? *| *\n *)(title))? *(?:\n+|$)/,nptable:R,table:R,lheading:/^([^\n]+)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html)[^\n]+)*)/,text:/^[^\n]+/,_label:/(?!\s*\])(?:\\[\[\]]|[^\[\]])+/,_title:/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/};z.def=T(z.def).replace("label",z._label).replace("title",z._title).getRegex(),z.bullet=/(?:[*+-]|\d{1,9}[.)])/,z.item=/^( *)(bull) ?[^\n]*(?:\n(?! *bull ?)[^\n]*)*/,z.item=T(z.item,"gm").replace(/bull/g,z.bullet).getRegex(),z.listItemStart=T(/^( *)(bull)/).replace("bull",z.bullet).getRegex(),z.list=T(z.list).replace(/bull/g,z.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+z.def.source+")").getRegex(),z._tag="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",z._comment=/|$)/,z.html=T(z.html,"i").replace("comment",z._comment).replace("tag",z._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),z.paragraph=T(z._paragraph).replace("hr",z.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|!--)").replace("tag",z._tag).getRegex(),z.blockquote=T(z.blockquote).replace("paragraph",z.paragraph).getRegex(),z.normal=$({},z),z.gfm=$({},z.normal,{nptable:"^ *([^|\\n ].*\\|.*)\\n {0,3}([-:]+ *\\|[-| :]*)(?:\\n((?:(?!\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)",table:"^ *\\|(.+)\\n {0,3}\\|?( *[-:]+[-| :]*)(?:\\n *((?:(?!\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"}),z.gfm.nptable=T(z.gfm.nptable).replace("hr",z.hr).replace("heading"," {0,3}#{1,6} ").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|!--)").replace("tag",z._tag).getRegex(),z.gfm.table=T(z.gfm.table).replace("hr",z.hr).replace("heading"," {0,3}#{1,6} ").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|!--)").replace("tag",z._tag).getRegex(),z.pedantic=$({},z.normal,{html:T("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",z._comment).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^ *(#{1,6}) *([^\n]+?) *(?:#+ *)?(?:\n+|$)/,fences:R,paragraph:T(z.normal._paragraph).replace("hr",z.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",z.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});R={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:R,tag:"^comment|^|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^|^",link:/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(?!\s*\])((?:\\[\[\]]?|[^\[\]\\])+)\]/,nolink:/^!?\[(?!\s*\])((?:\[[^\[\]]*\]|\\[\[\]]|[^\[\]])*)\](?:\[\])?/,reflinkSearch:"reflink|nolink(?!\\()",strong:{start:/^(?:(\*\*(?=[*punctuation]))|\*\*)(?![\s])|__/,middle:/^\*\*(?:(?:(?!overlapSkip)(?:[^*]|\\\*)|overlapSkip)|\*(?:(?!overlapSkip)(?:[^*]|\\\*)|overlapSkip)*?\*)+?\*\*$|^__(?![\s])((?:(?:(?!overlapSkip)(?:[^_]|\\_)|overlapSkip)|_(?:(?!overlapSkip)(?:[^_]|\\_)|overlapSkip)*?_)+?)__$/,endAst:/[^punctuation\s]\*\*(?!\*)|[punctuation]\*\*(?!\*)(?:(?=[punctuation_\s]|$))/,endUnd:/[^\s]__(?!_)(?:(?=[punctuation*\s])|$)/},em:{start:/^(?:(\*(?=[punctuation]))|\*)(?![*\s])|_/,middle:/^\*(?:(?:(?!overlapSkip)(?:[^*]|\\\*)|overlapSkip)|\*(?:(?!overlapSkip)(?:[^*]|\\\*)|overlapSkip)*?\*)+?\*$|^_(?![_\s])(?:(?:(?!overlapSkip)(?:[^_]|\\_)|overlapSkip)|_(?:(?!overlapSkip)(?:[^_]|\\_)|overlapSkip)*?_)+?_$/,endAst:/[^punctuation\s]\*(?!\*)|[punctuation]\*(?!\*)(?:(?=[punctuation_\s]|$))/,endUnd:/[^\s]_(?!_)(?:(?=[punctuation*\s])|$)/},code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:R,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\?@\\[\\]`^{|}~"};R.punctuation=T(R.punctuation).replace(/punctuation/g,R._punctuation).getRegex(),R._blockSkip="\\[[^\\]]*?\\]\\([^\\)]*?\\)|`[^`]*?`|<[^>]*?>",R._overlapSkip="__[^_]*?__|\\*\\*\\[^\\*\\]*?\\*\\*",R._comment=T(z._comment).replace("(?:--\x3e|$)","--\x3e").getRegex(),R.em.start=T(R.em.start).replace(/punctuation/g,R._punctuation).getRegex(),R.em.middle=T(R.em.middle).replace(/punctuation/g,R._punctuation).replace(/overlapSkip/g,R._overlapSkip).getRegex(),R.em.endAst=T(R.em.endAst,"g").replace(/punctuation/g,R._punctuation).getRegex(),R.em.endUnd=T(R.em.endUnd,"g").replace(/punctuation/g,R._punctuation).getRegex(),R.strong.start=T(R.strong.start).replace(/punctuation/g,R._punctuation).getRegex(),R.strong.middle=T(R.strong.middle).replace(/punctuation/g,R._punctuation).replace(/overlapSkip/g,R._overlapSkip).getRegex(),R.strong.endAst=T(R.strong.endAst,"g").replace(/punctuation/g,R._punctuation).getRegex(),R.strong.endUnd=T(R.strong.endUnd,"g").replace(/punctuation/g,R._punctuation).getRegex(),R.blockSkip=T(R._blockSkip,"g").getRegex(),R.overlapSkip=T(R._overlapSkip,"g").getRegex(),R._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g,R._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,R._email=/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/,R.autolink=T(R.autolink).replace("scheme",R._scheme).replace("email",R._email).getRegex(),R._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,R.tag=T(R.tag).replace("comment",R._comment).replace("attribute",R._attribute).getRegex(),R._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,R._href=/<(?:\\[<>]?|[^\s<>\\])*>|[^\s\x00-\x1f]*/,R._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,R.link=T(R.link).replace("label",R._label).replace("href",R._href).replace("title",R._title).getRegex(),R.reflink=T(R.reflink).replace("label",R._label).getRegex(),R.reflinkSearch=T(R.reflinkSearch,"g").replace("reflink",R.reflink).replace("nolink",R.nolink).getRegex(),R.normal=$({},R),R.pedantic=$({},R.normal,{strong:{start:/^__|\*\*/,middle:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,endAst:/\*\*(?!\*)/g,endUnd:/__(?!_)/g},em:{start:/^_|\*/,middle:/^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/,endAst:/\*(?!\*)/g,endUnd:/_(?!_)/g},link:T(/^!?\[(label)\]\((.*?)\)/).replace("label",R._label).getRegex(),reflink:T(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",R._label).getRegex()}),R.gfm=$({},R.normal,{escape:T(R.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,url:/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,_backpedal:/(?:[^?!.,:;*_~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\'+(n?e:V(e,!0))+"\n":"
"+(n?e:V(e,!0))+"
\n"},t.blockquote=function(e){return"
\n"+e+"
\n"},t.html=function(e){return e},t.heading=function(e,t,n,r){return this.options.headerIds?"'+e+"\n":""+e+"\n"},t.hr=function(){return this.options.xhtml?"
\n":"
\n"},t.list=function(e,t,n){var r=t?"ol":"ul";return"<"+r+(t&&1!==n?' start="'+n+'"':"")+">\n"+e+"\n"},t.listitem=function(e){return"
  • "+e+"
  • \n"},t.checkbox=function(e){return" "},t.paragraph=function(e){return"

    "+e+"

    \n"},t.table=function(e,t){return"\n\n"+e+"\n"+(t=t&&""+t+"")+"
    \n"},t.tablerow=function(e){return"\n"+e+"\n"},t.tablecell=function(e,t){var n=t.header?"th":"td";return(t.align?"<"+n+' align="'+t.align+'">':"<"+n+">")+e+"\n"},t.strong=function(e){return""+e+""},t.em=function(e){return""+e+""},t.codespan=function(e){return""+e+""},t.br=function(){return this.options.xhtml?"
    ":"
    "},t.del=function(e){return""+e+""},t.link=function(e,t,n){if(null===(e=G(this.options.sanitize,this.options.baseUrl,e)))return n;e='"},t.image=function(e,t,n){if(null===(e=G(this.options.sanitize,this.options.baseUrl,e)))return n;n=''+n+'":">"},t.text=function(e){return e},e}(),J=function(){function e(){}var t=e.prototype;return t.strong=function(e){return e},t.em=function(e){return e},t.codespan=function(e){return e},t.del=function(e){return e},t.html=function(e){return e},t.text=function(e){return e},t.link=function(e,t,n){return""+n},t.image=function(e,t,n){return""+n},t.br=function(){return""},e}(),K=function(){function e(){this.seen={}}var t=e.prototype;return t.serialize=function(e){return e.toLowerCase().trim().replace(/<[!\/a-z].*?>/gi,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")},t.getNextSafeSlug=function(e,t){var n=e,r=0;if(this.seen.hasOwnProperty(n))for(r=this.seen[e];n=e+"-"+ ++r,this.seen.hasOwnProperty(n););return t||(this.seen[e]=r,this.seen[n]=0),n},t.slug=function(e,t){void 0===t&&(t={});var n=this.serialize(e);return this.getNextSafeSlug(n,t.dryrun)},e}(),Q=t.defaults,Y=y,ee=function(){function n(e){this.options=e||Q,this.options.renderer=this.options.renderer||new H,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new J,this.slugger=new K}n.parse=function(e,t){return new n(t).parse(e)},n.parseInline=function(e,t){return new n(t).parseInline(e)};var e=n.prototype;return e.parse=function(e,t){void 0===t&&(t=!0);for(var n,r,i,s,l,a,o,c,u,p,h,g,f,d,k,b="",m=e.length,x=0;xAn error occurred:

    "+re(e.message+"",!0)+"
    ";throw e}}return se.options=se.setOptions=function(e){return te(se.defaults,e),ie(se.defaults),se},se.getDefaults=_,se.defaults=t,se.use=function(a){var t,n=te({},a);a.renderer&&function(){var e,l=se.defaults.renderer||new H;for(e in a.renderer)!function(i){var s=l[i];l[i]=function(){for(var e=arguments.length,t=new Array(e),n=0;nAn error occurred:

    "+re(e.message+"",!0)+"
    ";throw e}},se.Parser=ee,se.parser=ee.parse,se.Renderer=H,se.TextRenderer=J,se.Lexer=W,se.lexer=W.lex,se.Tokenizer=D,se.Slugger=K,se.parse=se};export default t(); \ No newline at end of file diff --git a/uni_modules/zero-markdown-view/components/mp-html/mp-html.vue b/uni_modules/zero-markdown-view/components/mp-html/mp-html.vue deleted file mode 100644 index 332c3e0..0000000 --- a/uni_modules/zero-markdown-view/components/mp-html/mp-html.vue +++ /dev/null @@ -1,503 +0,0 @@ - - - - - diff --git a/uni_modules/zero-markdown-view/components/mp-html/node/node.vue b/uni_modules/zero-markdown-view/components/mp-html/node/node.vue deleted file mode 100644 index 3253509..0000000 --- a/uni_modules/zero-markdown-view/components/mp-html/node/node.vue +++ /dev/null @@ -1,678 +0,0 @@ -