@xysfe/actui 1.6.49 → 1.6.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("@xysfe/actui/es/assets/utils/create/index.js"),require("@xysfe/actui/es/Keyframe/index.js"),require("@xysfe/actui/es/assets/img/agree-animation.png"),require("@xysfe/actui/es/assets/img/head.png"),require("@xysfe/actui/es/assets/img/star-active.png"),require("@xysfe/actui/es/assets/img/star-deactive.png"),require("@xysfe/actui/es/assets/img/agree.png"),require("@xysfe/actui/es/assets/img/comment-uncheck.png"),require("@xysfe/actui/es/assets/img/comment-checked.png")):"function"==typeof define&&define.amd?define(["@xysfe/actui/es/assets/utils/create/index.js","@xysfe/actui/es/Keyframe/index.js","@xysfe/actui/es/assets/img/agree-animation.png","@xysfe/actui/es/assets/img/head.png","@xysfe/actui/es/assets/img/star-active.png","@xysfe/actui/es/assets/img/star-deactive.png","@xysfe/actui/es/assets/img/agree.png","@xysfe/actui/es/assets/img/comment-uncheck.png","@xysfe/actui/es/assets/img/comment-checked.png"],e):"object"==typeof exports?exports.GoldCommentList=e(require("@xysfe/actui/es/assets/utils/create/index.js"),require("@xysfe/actui/es/Keyframe/index.js"),require("@xysfe/actui/es/assets/img/agree-animation.png"),require("@xysfe/actui/es/assets/img/head.png"),require("@xysfe/actui/es/assets/img/star-active.png"),require("@xysfe/actui/es/assets/img/star-deactive.png"),require("@xysfe/actui/es/assets/img/agree.png"),require("@xysfe/actui/es/assets/img/comment-uncheck.png"),require("@xysfe/actui/es/assets/img/comment-checked.png")):t.GoldCommentList=e(t["@xysfe/actui/es/assets/utils/create/index.js"],t["@xysfe/actui/es/Keyframe/index.js"],t["@xysfe/actui/es/assets/img/agree-animation.png"],t["@xysfe/actui/es/assets/img/head.png"],t["@xysfe/actui/es/assets/img/star-active.png"],t["@xysfe/actui/es/assets/img/star-deactive.png"],t["@xysfe/actui/es/assets/img/agree.png"],t["@xysfe/actui/es/assets/img/comment-uncheck.png"],t["@xysfe/actui/es/assets/img/comment-checked.png"])}("undefined"!=typeof self?self:this,function(t,e,s,i,n,a,c,o,r){return function(t){function e(i){if(s[i])return s[i].exports;var n=s[i]={i:i,l:!1,exports:{}};return t[i].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var s={};return e.m=t,e.c=s,e.d=function(t,s,i){e.o(t,s)||Object.defineProperty(t,s,{configurable:!1,enumerable:!0,get:i})},e.n=function(t){var s=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(s,"a",s),s},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="../es",e(e.s=1901)}({1151:function(t,e,s){"use strict";var i=s(1904),n=s(1913);e.a={name:"ActGoldCommentList",props:{commentCfg:{type:Object,default:function(){return{commentList:[],tagList:[],tagCount:3,activeIdx:0,showAll:!1,showPlan:!1,isAllActive:!1,total:0}}}},components:{CommentItem:i.a,TagList:n.a},data:function(){return{checked:!1}},methods:{toggle:function(){this.checked=!this.checked,this.$emit("planCheck",this.checked)},imgClick:function(){this.$emit.apply(this,["imgClick"].concat(Array.prototype.slice.call(arguments)))},agreeClick:function(){this.$emit.apply(this,["agreeClick"].concat(Array.prototype.slice.call(arguments)))},tagClick:function(){this.$emit.apply(this,["tagClick"].concat(Array.prototype.slice.call(arguments)))}}}},1152:function(t,e,s){"use strict";var i=s(1906),n=s.n(i);e.a={name:"ActGoldCommentItem",components:{ActKeyframe:n.a},props:{comment:{type:Object,default:function(){return{}}},isAllActive:{type:Boolean,default:!1},currentIndex:{type:Number,default:0}},data:function(){return{animation:{name:"agree-animation",width:80,height:75,img:s(1907),totalKeyNum:20,count:1,duration:"800ms",autoplay:!1,isNeedCross:!0},hasAgree:!1,agreeCount:0}},methods:{handleImgSize:function(t){return 1===t.length?"large-size":2===t.length?"middle-size":3===t.length?"small-size":void 0},preview:function(t,e){this.imagePreview?this.imagePreview.setData(t,e):this.imagePreview=this.$createImagePreview({images:t,start:e}),this.imagePreview.show(),this.$emit("imgClick",{id:this.comment.id,index:e})},agree:function(){var t=this.comment,e=t.id,s=t.uid,i=t.type,n=t.comment_id,a=this,c=function(){a.hasAgree?(a.hasAgree=!1,a.agreeCount--):a.$refs.keyframe.start()};this.$emit("agreeClick",{cb:c,id:e,uid:s,type:i,comment_id:n,state:this.hasAgree?1:0})},animationend:function(){this.hasAgree=!0,this.agreeCount++}},watch:{comment:{handler:function(t){this.hasAgree=1===Number(t.fabulous_state),this.agreeCount=Number(t.fabulous)||0},immediate:!0}}}},1153:function(t,e,s){"use strict";e.a={name:"TagList",props:{tagList:{type:Array,default:function(){return[]}},tagCount:{type:Number,default:9},activeIdx:{type:Number,default:0},showAll:{type:Boolean,default:!1},total:{type:Number,default:0},isAllActive:{type:Boolean,default:!1}},filters:{tenThousands:function(t){return t>9999?"9999+":t}},computed:{maxTagList:function(){var t=[].concat(this.tagList);return this.showAll&&t.length&&t.unshift({name:"全部",count:this.total}),t.slice(0,this.tagCount)}},data:function(){return{curIdx:0}},methods:{tagClick:function(t,e){this.curIdx=e,this.$emit("tagClick","全部"===t?"":t)}},beforeMount:function(){this.curIdx=this.activeIdx},watch:{activeIdx:function(t){this.curIdx=t}}}},1901:function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=s(22),n=s.n(i),a=s(1902);a.a.install=function(t){t.component(a.a.name,a.a),t.prototype.$createGoldCommentList=n()(a.a,t)},e.default=a.a},1902:function(t,e,s){"use strict";function i(t){o||s(1903)}var n=s(1151),a=s(1916),c=s(8),o=!1,r=i,u=Object(c.a)(n.a,a.a,a.b,!1,r,"data-v-318e410a",null);u.options.__file="src\\components\\GoldCommentList\\src\\index.vue",e.a=u.exports},1903:function(t,e){},1904:function(t,e,s){"use strict";function i(t){o||s(1905)}var n=s(1152),a=s(1908),c=s(8),o=!1,r=i,u=Object(c.a)(n.a,a.a,a.b,!1,r,"data-v-fea36e0c",null);u.options.__file="src\\components\\GoldCommentList\\src\\item.vue",e.a=u.exports},1905:function(t,e){},1906:function(t,s){t.exports=e},1907:function(t,e){t.exports=s},1908:function(t,e,s){"use strict";s.d(e,"a",function(){return i}),s.d(e,"b",function(){return n});var i=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"act-gold-comment-item",style:{"padding-top":0===t.currentIndex&&t.isAllActive?"0":"16px"}},[i("div",{staticClass:"base-info"},[i("div",{staticClass:"comment_head"},[t.comment.head?i("img",{staticClass:"img",attrs:{src:t.comment.head}}):i("img",{staticClass:"img",attrs:{src:s(1909)}})]),t._v(" "),i("div",{staticClass:"middle"},[i("p",[i("span",{staticClass:"name"},[t._v(t._s(t.comment.nickname))]),t._v(" "),t.comment.commentType?i("span",{staticClass:"comment_type"},[t._v(t._s(t.comment.commentType))]):t._e()]),t._v(" "),i("div",{staticClass:"rate"},[i("ul",{staticClass:"stars"},t._l(5,function(e){return i("li",{key:e,staticClass:"star"},[t.comment.star>=e?i("img",{attrs:{src:s(1910)}}):i("img",{attrs:{src:s(1911)}})])}),0),t._v(" "),i("span",{staticClass:"desc"},[t._v(t._s(t.comment.rankTxt))])])])]),t._v(" "),t._t("insuredInfo"),t._v(" "),i("div",[i("p",{staticClass:"comment_text"},[t._v("\n "+t._s(t.comment.comment)+"\n ")]),t._v(" "),t.comment.picture_list&&t.comment.picture_list.length?i("ul",{staticClass:"picture-list"},t._l(t.comment.picture_list,function(e,s){return i("li",{key:s+"ak",staticClass:"item",class:t.handleImgSize(t.comment.picture_list)},[i("img",{attrs:{src:e},on:{click:function(e){return t.preview(t.comment.picture_list,s)}}})])}),0):t._e(),t._v(" "),t.comment.reply?i("div",{staticClass:"comment_reply"},[i("div",{staticClass:"comment_reply_tit"},[t._v("\n 小雨伞客服回复:\n ")]),t._v(" "),i("p",{staticClass:"comment_reply_content"},[t._v("\n "+t._s(t.comment.reply)+"\n ")])]):t._e(),t._v(" "),i("div",{staticClass:"bottom-info",style:{"margin-top":t.comment.picture_list&&t.comment.picture_list.length?"12px":"8px"}},[i("div",[i("span",[t._v(t._s(t.comment.addtime))]),i("span",{staticClass:"comment_addr"},[t._v(t._s(t.comment.comment_addr))])]),t._v(" "),i("div",{staticClass:"agree-info"},[t.hasAgree?i("img",{staticClass:"agree-icon",attrs:{src:s(1912)},on:{click:function(e){return t.agree()}}}):i("div",{staticClass:"agree-icon",on:{click:function(e){return t.agree()}}},[i("act-keyframe",{ref:"keyframe",attrs:{animation:t.animation},on:{animationend:t.animationend}})],1),t._v(" "),t.agreeCount?i("div",{staticClass:"agree"},[i("p",[t._v("有"),i("span",{staticStyle:{color:"#8C7FEE"}},[t._v(t._s(t.agreeCount))]),t._v("个人觉得有帮助")])]):i("div",{staticClass:"agree"},[i("p",[t._v("有帮助")])])])])])],2)},n=[];i._withStripped=!0},1909:function(t,e){t.exports=i},1910:function(t,e){t.exports=n},1911:function(t,e){t.exports=a},1912:function(t,e){t.exports=c},1913:function(t,e,s){"use strict";function i(t){o||s(1914)}var n=s(1153),a=s(1915),c=s(8),o=!1,r=i,u=Object(c.a)(n.a,a.a,a.b,!1,r,"data-v-83763afa",null);u.options.__file="src\\components\\GoldCommentList\\src\\tag.vue",e.a=u.exports},1914:function(t,e){},1915:function(t,e,s){"use strict";s.d(e,"a",function(){return i}),s.d(e,"b",function(){return n});var i=function(){var t=this,e=t.$createElement,s=t._self._c||e;return t.maxTagList.length?s("div",{staticClass:"tag-wrapper"},[s("div",{staticClass:"tag-list"},t._l(t.maxTagList,function(e,i){return s("div",{key:i,class:{tag:!0,active:t.curIdx===i||t.isAllActive},on:{click:function(s){return t.tagClick(e.name,i)}}},[s("p",[s("span",[t._v(t._s(e.name))]),s("span",[t._v(t._s(t._f("tenThousands")(e.count)))])])])}),0),t._v(" "),t.isAllActive?t._e():s("div",{staticClass:"border-bottom"})]):t._e()},n=[];i._withStripped=!0},1916:function(t,e,s){"use strict";s.d(e,"a",function(){return i}),s.d(e,"b",function(){return n});var i=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"act-gold-comment-list"},[i("tag-list",{attrs:{tagList:t.commentCfg.tagList,tagCount:t.commentCfg.tagCount,activeIdx:t.commentCfg.activeIdx,showAll:t.commentCfg.showAll,total:t.commentCfg.total,isAllActive:t.commentCfg.isAllActive},on:{tagClick:t.tagClick}}),t._v(" "),t.commentCfg.showPlan?i("div",{staticClass:"act-gold-comment-check"},[i("div",{staticClass:"check-box",on:{click:function(e){return e.stopPropagation(),t.toggle(e)}}},[t.checked?i("img",{staticClass:"check-icon",attrs:{src:s(1918)}}):i("img",{staticClass:"check-icon",attrs:{src:s(1917)}})]),t._v(" "),i("span",{staticClass:"check-text"},[t._v("\n 有保障方案图\n ")])]):t._e(),t._v(" "),t.commentCfg.commentList.length?i("div",t._l(t.commentCfg.commentList,function(e,s){return i("comment-item",{key:s,attrs:{comment:e,currentIndex:s,isAllActive:t.commentCfg.isAllActive},on:{imgClick:t.imgClick,agreeClick:t.agreeClick},scopedSlots:t._u([{key:"insuredInfo",fn:function(){return[t._t("insuredInfos",null,{item:e})]},proxy:!0}],null,!0)})}),1):i("div",{staticClass:"no-data"},[t._v("\n 暂无数据\n ")])],1)},n=[];i._withStripped=!0},1917:function(t,e){t.exports=o},1918:function(t,e){t.exports=r},22:function(e,s){e.exports=t},8:function(t,e,s){"use strict";function i(t,e,s,i,n,a,c,o){t=t||{};var r=typeof t.default;"object"!==r&&"function"!==r||(t=t.default);var u="function"==typeof t?t.options:t;e&&(u.render=e,u.staticRenderFns=s,u._compiled=!0),i&&(u.functional=!0),a&&(u._scopeId=a);var m;if(c?(m=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),n&&n.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(c)},u._ssrRegister=m):n&&(m=o?function(){n.call(this,this.$root.$options.shadowRoot)}:n),m)if(u.functional){u._injectStyles=m;var l=u.render;u.render=function(t,e){return m.call(e),l(t,e)}}else{var f=u.beforeCreate;u.beforeCreate=f?[].concat(f,m):[m]}return{exports:t,options:u}}e.a=i}})});
1
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("@xysfe/actui/es/assets/utils/create/index.js"),require("@xysfe/actui/es/Keyframe/index.js"),require("@xysfe/actui/es/assets/img/agree-animation.png"),require("@xysfe/actui/es/assets/img/head.png"),require("@xysfe/actui/es/assets/img/star-active.png"),require("@xysfe/actui/es/assets/img/star-deactive.png"),require("@xysfe/actui/es/assets/img/agree.png"),require("@xysfe/actui/es/assets/img/comment-uncheck.png"),require("@xysfe/actui/es/assets/img/comment-checked.png")):"function"==typeof define&&define.amd?define(["@xysfe/actui/es/assets/utils/create/index.js","@xysfe/actui/es/Keyframe/index.js","@xysfe/actui/es/assets/img/agree-animation.png","@xysfe/actui/es/assets/img/head.png","@xysfe/actui/es/assets/img/star-active.png","@xysfe/actui/es/assets/img/star-deactive.png","@xysfe/actui/es/assets/img/agree.png","@xysfe/actui/es/assets/img/comment-uncheck.png","@xysfe/actui/es/assets/img/comment-checked.png"],e):"object"==typeof exports?exports.GoldCommentList=e(require("@xysfe/actui/es/assets/utils/create/index.js"),require("@xysfe/actui/es/Keyframe/index.js"),require("@xysfe/actui/es/assets/img/agree-animation.png"),require("@xysfe/actui/es/assets/img/head.png"),require("@xysfe/actui/es/assets/img/star-active.png"),require("@xysfe/actui/es/assets/img/star-deactive.png"),require("@xysfe/actui/es/assets/img/agree.png"),require("@xysfe/actui/es/assets/img/comment-uncheck.png"),require("@xysfe/actui/es/assets/img/comment-checked.png")):t.GoldCommentList=e(t["@xysfe/actui/es/assets/utils/create/index.js"],t["@xysfe/actui/es/Keyframe/index.js"],t["@xysfe/actui/es/assets/img/agree-animation.png"],t["@xysfe/actui/es/assets/img/head.png"],t["@xysfe/actui/es/assets/img/star-active.png"],t["@xysfe/actui/es/assets/img/star-deactive.png"],t["@xysfe/actui/es/assets/img/agree.png"],t["@xysfe/actui/es/assets/img/comment-uncheck.png"],t["@xysfe/actui/es/assets/img/comment-checked.png"])}("undefined"!=typeof self?self:this,function(t,e,s,i,n,a,c,o,r){return function(t){function e(i){if(s[i])return s[i].exports;var n=s[i]={i:i,l:!1,exports:{}};return t[i].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var s={};return e.m=t,e.c=s,e.d=function(t,s,i){e.o(t,s)||Object.defineProperty(t,s,{configurable:!1,enumerable:!0,get:i})},e.n=function(t){var s=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(s,"a",s),s},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="../es",e(e.s=1901)}({1151:function(t,e,s){"use strict";var i=s(1904),n=s(1913);e.a={name:"ActGoldCommentList",props:{commentCfg:{type:Object,default:function(){return{commentList:[],tagList:[],tagCount:3,activeIdx:0,showAll:!1,showPlan:!1,isAllActive:!1,total:0}}}},components:{CommentItem:i.a,TagList:n.a},data:function(){return{checked:!1}},methods:{toggle:function(){this.checked=!this.checked,this.$emit("planCheck",this.checked)},imgClick:function(){this.$emit.apply(this,["imgClick"].concat(Array.prototype.slice.call(arguments)))},agreeClick:function(){this.$emit.apply(this,["agreeClick"].concat(Array.prototype.slice.call(arguments)))},tagClick:function(){this.$emit.apply(this,["tagClick"].concat(Array.prototype.slice.call(arguments)))}}}},1152:function(t,e,s){"use strict";var i=s(1906),n=s.n(i);e.a={name:"ActGoldCommentItem",components:{ActKeyframe:n.a},props:{comment:{type:Object,default:function(){return{}}},isAllActive:{type:Boolean,default:!1},currentIndex:{type:Number,default:0}},data:function(){return{animation:{name:"agree-animation",width:80,height:75,img:s(1907),totalKeyNum:20,count:1,duration:"800ms",autoplay:!1,isNeedCross:!0},hasAgree:!1,agreeCount:0}},methods:{handleImgSize:function(t){return 1===t.length?"large-size":2===t.length?"middle-size":3===t.length?"small-size":void 0},preview:function(t,e){this.imagePreview?this.imagePreview.setData(t,e):this.imagePreview=this.$createImagePreview({images:t,start:e}),this.imagePreview.show(),this.$emit("imgClick",{id:this.comment.id,index:e})},agree:function(){var t=this.comment,e=t.id,s=t.uid,i=t.type,n=t.comment_id,a=this,c=function(){a.hasAgree?(a.hasAgree=!1,a.agreeCount--):a.$refs.keyframe.start()};this.$emit("agreeClick",{cb:c,id:e,uid:s,type:i,comment_id:n,state:this.hasAgree?1:0})},animationend:function(){this.hasAgree=!0,this.agreeCount++}},watch:{comment:{handler:function(t){this.hasAgree=1===Number(t.fabulous_state),this.agreeCount=Number(t.fabulous)||0},immediate:!0}}}},1153:function(t,e,s){"use strict";e.a={name:"TagList",props:{tagList:{type:Array,default:function(){return[]}},tagCount:{type:Number,default:9},activeIdx:{type:Number,default:0},showAll:{type:Boolean,default:!1},total:{type:Number,default:0},isAllActive:{type:Boolean,default:!1}},filters:{tenThousands:function(t){return t>9999?"9999+":t}},computed:{maxTagList:function(){var t=[].concat(this.tagList);return this.showAll&&t.length&&t.unshift({name:"全部",count:this.total}),t.slice(0,this.tagCount)}},data:function(){return{curIdx:0}},methods:{tagClick:function(t,e){this.curIdx=e,this.$emit("tagClick","全部"===t?"":t)}},beforeMount:function(){this.curIdx=this.activeIdx},watch:{activeIdx:function(t){this.curIdx=t}}}},1901:function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=s(22),n=s.n(i),a=s(1902);a.a.install=function(t){t.component(a.a.name,a.a),t.prototype.$createGoldCommentList=n()(a.a,t)},e.default=a.a},1902:function(t,e,s){"use strict";function i(t){o||s(1903)}var n=s(1151),a=s(1916),c=s(8),o=!1,r=i,u=Object(c.a)(n.a,a.a,a.b,!1,r,"data-v-318e410a",null);u.options.__file="src\\components\\GoldCommentList\\src\\index.vue",e.a=u.exports},1903:function(t,e){},1904:function(t,e,s){"use strict";function i(t){o||s(1905)}var n=s(1152),a=s(1908),c=s(8),o=!1,r=i,u=Object(c.a)(n.a,a.a,a.b,!1,r,"data-v-fea36e0c",null);u.options.__file="src\\components\\GoldCommentList\\src\\item.vue",e.a=u.exports},1905:function(t,e){},1906:function(t,s){t.exports=e},1907:function(t,e){t.exports=s},1908:function(t,e,s){"use strict";s.d(e,"a",function(){return i}),s.d(e,"b",function(){return n});var i=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"act-gold-comment-item",style:{"padding-top":0===t.currentIndex&&t.isAllActive?"0":"16px"}},[i("div",{staticClass:"base-info"},[i("div",{staticClass:"comment_head"},[t.comment.head?i("img",{staticClass:"img",attrs:{src:t.comment.head}}):i("img",{staticClass:"img",attrs:{src:s(1909)}})]),t._v(" "),i("div",{staticClass:"middle"},[i("p",[i("span",{staticClass:"name"},[t._v(t._s(t.comment.nickname))]),t._v(" "),t.comment.commentType?i("span",{staticClass:"comment_type"},[t._v(t._s(t.comment.commentType))]):t._e()]),t._v(" "),i("div",{staticClass:"rate"},[i("ul",{staticClass:"stars"},t._l(5,function(e){return i("li",{key:e,staticClass:"star"},[t.comment.star>=e?i("img",{attrs:{src:s(1910)}}):i("img",{attrs:{src:s(1911)}})])}),0),t._v(" "),i("span",{staticClass:"desc"},[t._v(t._s(t.comment.rankTxt))])])])]),t._v(" "),t._t("insuredInfo"),t._v(" "),i("div",[i("p",{staticClass:"comment_text"},[t._v("\n "+t._s(t.comment.comment)+"\n ")]),t._v(" "),t.comment.picture_list&&t.comment.picture_list.length?i("ul",{staticClass:"picture-list"},t._l(t.comment.picture_list,function(e,s){return i("li",{key:s+"ak",staticClass:"item",class:t.handleImgSize(t.comment.picture_list)},[i("img",{attrs:{src:e},on:{click:function(e){return t.preview(t.comment.picture_list,s)}}})])}),0):t._e(),t._v(" "),t.comment.reply?i("div",{staticClass:"comment_reply"},[i("div",{staticClass:"comment_reply_tit"},[t._v("\n 小雨伞客服回复:\n ")]),t._v(" "),i("p",{staticClass:"comment_reply_content"},[t._v("\n "+t._s(t.comment.reply)+"\n ")])]):t._e(),t._v(" "),i("div",{staticClass:"bottom-info",style:{"margin-top":t.comment.picture_list&&t.comment.picture_list.length?"12px":"8px"}},[i("div",[i("span",[t._v(t._s(t.comment.addtime))]),i("span",{staticClass:"comment_addr"},[t._v(t._s(t.comment.comment_addr||"未知"))])]),t._v(" "),i("div",{staticClass:"agree-info"},[t.hasAgree?i("img",{staticClass:"agree-icon",attrs:{src:s(1912)},on:{click:function(e){return t.agree()}}}):i("div",{staticClass:"agree-icon",on:{click:function(e){return t.agree()}}},[i("act-keyframe",{ref:"keyframe",attrs:{animation:t.animation},on:{animationend:t.animationend}})],1),t._v(" "),t.agreeCount?i("div",{staticClass:"agree"},[i("p",[t._v("有"),i("span",{staticStyle:{color:"#8C7FEE"}},[t._v(t._s(t.agreeCount))]),t._v("个人觉得有帮助")])]):i("div",{staticClass:"agree"},[i("p",[t._v("有帮助")])])])])])],2)},n=[];i._withStripped=!0},1909:function(t,e){t.exports=i},1910:function(t,e){t.exports=n},1911:function(t,e){t.exports=a},1912:function(t,e){t.exports=c},1913:function(t,e,s){"use strict";function i(t){o||s(1914)}var n=s(1153),a=s(1915),c=s(8),o=!1,r=i,u=Object(c.a)(n.a,a.a,a.b,!1,r,"data-v-83763afa",null);u.options.__file="src\\components\\GoldCommentList\\src\\tag.vue",e.a=u.exports},1914:function(t,e){},1915:function(t,e,s){"use strict";s.d(e,"a",function(){return i}),s.d(e,"b",function(){return n});var i=function(){var t=this,e=t.$createElement,s=t._self._c||e;return t.maxTagList.length?s("div",{staticClass:"tag-wrapper"},[s("div",{staticClass:"tag-list"},t._l(t.maxTagList,function(e,i){return s("div",{key:i,class:{tag:!0,active:t.curIdx===i||t.isAllActive},on:{click:function(s){return t.tagClick(e.name,i)}}},[s("p",[s("span",[t._v(t._s(e.name))]),s("span",[t._v(t._s(t._f("tenThousands")(e.count)))])])])}),0),t._v(" "),t.isAllActive?t._e():s("div",{staticClass:"border-bottom"})]):t._e()},n=[];i._withStripped=!0},1916:function(t,e,s){"use strict";s.d(e,"a",function(){return i}),s.d(e,"b",function(){return n});var i=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"act-gold-comment-list"},[i("tag-list",{attrs:{tagList:t.commentCfg.tagList,tagCount:t.commentCfg.tagCount,activeIdx:t.commentCfg.activeIdx,showAll:t.commentCfg.showAll,total:t.commentCfg.total,isAllActive:t.commentCfg.isAllActive},on:{tagClick:t.tagClick}}),t._v(" "),t.commentCfg.showPlan?i("div",{staticClass:"act-gold-comment-check"},[i("div",{staticClass:"check-box",on:{click:function(e){return e.stopPropagation(),t.toggle(e)}}},[t.checked?i("img",{staticClass:"check-icon",attrs:{src:s(1918)}}):i("img",{staticClass:"check-icon",attrs:{src:s(1917)}})]),t._v(" "),i("span",{staticClass:"check-text"},[t._v("\n 有保障方案图\n ")])]):t._e(),t._v(" "),t.commentCfg.commentList.length?i("div",t._l(t.commentCfg.commentList,function(e,s){return i("comment-item",{key:s,attrs:{comment:e,currentIndex:s,isAllActive:t.commentCfg.isAllActive},on:{imgClick:t.imgClick,agreeClick:t.agreeClick},scopedSlots:t._u([{key:"insuredInfo",fn:function(){return[t._t("insuredInfos",null,{item:e})]},proxy:!0}],null,!0)})}),1):i("div",{staticClass:"no-data"},[t._v("\n 暂无数据\n ")])],1)},n=[];i._withStripped=!0},1917:function(t,e){t.exports=o},1918:function(t,e){t.exports=r},22:function(e,s){e.exports=t},8:function(t,e,s){"use strict";function i(t,e,s,i,n,a,c,o){t=t||{};var r=typeof t.default;"object"!==r&&"function"!==r||(t=t.default);var u="function"==typeof t?t.options:t;e&&(u.render=e,u.staticRenderFns=s,u._compiled=!0),i&&(u.functional=!0),a&&(u._scopeId=a);var m;if(c?(m=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),n&&n.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(c)},u._ssrRegister=m):n&&(m=o?function(){n.call(this,this.$root.$options.shadowRoot)}:n),m)if(u.functional){u._injectStyles=m;var l=u.render;u.render=function(t,e){return m.call(e),l(t,e)}}else{var f=u.beforeCreate;u.beforeCreate=f?[].concat(f,m):[m]}return{exports:t,options:u}}e.a=i}})});
@@ -1 +1 @@
1
- .record-rule-wrapper[data-v-597d6a82]{line-height:22px;font-size:13px}.record-rule-wrapper .special-description[data-v-597d6a82]{margin:0 30px 0 14px;color:#333;font-size:14px}.record-rule-wrapper .description[data-v-597d6a82]{margin:0 30px 0 14px;color:#666}.record-rule-wrapper .record-rule-content[data-v-597d6a82]{margin-top:12px;padding:0 14px;position:relative;width:100%;overflow:hidden;-webkit-user-select:none;user-select:none}.record-rule-wrapper .record-rule-content[data-v-597d6a82] .scroll-wrapper{width:100%;height:400px}.record-rule-wrapper .record-rule-content[data-v-597d6a82] .scroll-wrapper .scroll-content{width:640px;margin:0 14px;overflow:hidden;position:relative}.record-rule-wrapper .record-rule-content .table-title[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;width:100%;background-color:#f1f1f7;border-radius:10px 10px 0 0;border:1px solid #e2e5e7;border-bottom:none;height:40px;line-height:40px;text-align:center;color:#333}.record-rule-wrapper .record-rule-content .table-title .left-title[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;width:130px}.record-rule-wrapper .record-rule-content .table-title .left-title .header-item[data-v-597d6a82]{width:100%;border-right:1px solid #e2e5e7}.record-rule-wrapper .record-rule-content .table-title .right-title[data-v-597d6a82]{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:hidden}.record-rule-wrapper .record-rule-content .table-title .right-title .right-title-wrapper[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;width:-webkit-fit-content;width:fit-content}.record-rule-wrapper .record-rule-content .table-title .right-title .right-title-wrapper .header-item[data-v-597d6a82]:first-child{width:90px;border-right:1px solid #e2e5e7}.record-rule-wrapper .record-rule-content .table-title .right-title .right-title-wrapper .header-item[data-v-597d6a82]:nth-child(2){width:86px;border-right:1px solid #e2e5e7}.record-rule-wrapper .record-rule-content .table-title .right-title .right-title-wrapper .header-item[data-v-597d6a82]:nth-child(3){width:120px;border-right:1px solid #e2e5e7}.record-rule-wrapper .record-rule-content .table-title .right-title .right-title-wrapper .header-item[data-v-597d6a82]:nth-child(4){width:212px}.record-rule-wrapper .record-rule-content .table-wrapper[data-v-597d6a82]{height:362px;overflow:hidden}.record-rule-wrapper .record-rule-content .table-wrapper .record-table[data-v-597d6a82]{border-radius:0 0 10px 10px;border:1px solid #e2e5e7;display:-webkit-box;display:-webkit-flex;display:flex}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .left-table[data-v-597d6a82]{width:130px}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .left-table .left-table-body-item[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .left-table .left-table-body-item:last-child .body-item-left[data-v-597d6a82],.record-rule-wrapper .record-rule-content .table-wrapper .record-table .left-table .left-table-body-item:last-child .body-item-right .right-row-city[data-v-597d6a82]:last-child{border-bottom:none}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .left-table .left-table-body-item .body-item-left[data-v-597d6a82]{width:55px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;border-right:1px solid #e2e5e7;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1px solid #e2e5e7}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .left-table .left-table-body-item .body-item-right[data-v-597d6a82]{-webkit-box-flex:1;-webkit-flex:1;flex:1}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .left-table .left-table-body-item .body-item-right .right-row-city[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;padding:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1px solid #e2e5e7;border-right:1px solid #e2e5e7}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table[data-v-597d6a82]{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:hidden}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item[data-v-597d6a82],.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-wrapper[data-v-597d6a82]{width:-webkit-fit-content;width:fit-content}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item:last-child .right-row-item .row-citem[data-v-597d6a82]{border-bottom:none}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item .right-row-item[data-v-597d6a82]{width:-webkit-fit-content;width:fit-content;display:-webkit-box;display:-webkit-flex;display:flex}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item .right-row-item .row-citem[data-v-597d6a82]{padding:8px;border-right:1px solid #e2e5e7;border-bottom:1px solid #e2e5e7}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item .right-row-item .row-citem[data-v-597d6a82]:first-child{width:90px}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item .right-row-item .row-citem:first-child .row-citem-content[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item .right-row-item .row-citem:first-child .row-citem-content .icon-question[data-v-597d6a82]{margin-left:4px}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item .right-row-item .row-citem[data-v-597d6a82]:nth-child(2){width:86px}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item .right-row-item .row-citem[data-v-597d6a82]:nth-child(3){width:120px}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item .right-row-item .row-citem[data-v-597d6a82]:nth-child(4){border-right:none;width:212px}.record-rule-wrapper .submit-btn[data-v-597d6a82]{margin-top:100px;padding:10px;border-top:1px solid #f5f5f5}.record-rule-wrapper .submit-btn .full-screen-btn[data-v-597d6a82]{height:4rem;border-radius:2.2rem;background:-webkit-linear-gradient(left,#b6adfb,#9589f4);background:linear-gradient(90deg,#b6adfb,#9589f4);text-align:center;line-height:4rem;font-size:1.6rem;font-family:SourceHanSansSC-Regular,SourceHanSansSC;font-weight:400;color:#fff}.bg-wrap[data-v-597d6a82]{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:9999;background:#fff;content:"viewport-units-buggyfill; width: 100vw; height: 100vh"}.bg-wrap .full-record-rule-wrapper[data-v-597d6a82]{-webkit-transform:rotate(90deg);transform:rotate(90deg);position:absolute;left:100%;top:0;width:100vh;height:100vw;overflow:auto;-webkit-transform-origin:top left;transform-origin:top left;content:"viewport-units-buggyfill; width: 100vh; height: 100vw"}.bg-wrap .full-record-rule-wrapper .title[data-v-597d6a82]{position:relative;font-size:20px;padding-top:12px;color:#333;font-weight:700;text-align:center}.bg-wrap .full-record-rule-wrapper .title .close[data-v-597d6a82]{position:absolute;top:1rem;right:1rem}.bg-wrap .full-record-rule-wrapper .title .close img[data-v-597d6a82]{width:3.2rem;height:3.2rm;pointer-events:auto!important}.bg-wrap .full-record-rule-wrapper .description[data-v-597d6a82]{text-align:center;margin-top:15px;font-size:14px;color:#666}.bg-wrap .full-record-rule-wrapper .description .special-desc[data-v-597d6a82]{color:#333}.bg-wrap .full-record-rule-wrapper .record-rule-content[data-v-597d6a82]{margin-top:12px;padding:0 14px;position:relative;width:100%;overflow:hidden;-webkit-user-select:none;user-select:none}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-header[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;background-color:#f1f1f7;border-radius:10px 10px 0 0;border:1px solid #e2e5e7;border-bottom:none;height:40px;line-height:40px;text-align:center;color:#333}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-header .header-item[data-v-597d6a82]:first-child,.bg-wrap .full-record-rule-wrapper .record-rule-content .table-header .header-item[data-v-597d6a82]:nth-child(2){width:130px;border-right:1px solid #e2e5e7}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-header .header-item[data-v-597d6a82]:nth-child(3){width:90px;border-right:1px solid #e2e5e7}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-header .header-item[data-v-597d6a82]:nth-child(4){width:130px;border-right:1px solid #e2e5e7}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-header .header-item[data-v-597d6a82]:nth-child(5){-webkit-box-flex:1;-webkit-flex:1;flex:1}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body[data-v-597d6a82]{border-radius:0 0 10px 10px;max-height:230px;overflow:auto;border:1px solid #e2e5e7}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;border-bottom:1px solid #e2e5e7}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item[data-v-597d6a82]:last-child{border-radius:0 0 10px 10px;border-bottom:none}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-left[data-v-597d6a82]{width:55px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;border-right:1px solid #e2e5e7;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right[data-v-597d6a82]{-webkit-box-flex:1;-webkit-flex:1;flex:1}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right .right-row-item[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;border-bottom:1px solid #e2e5e7}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right .right-row-item[data-v-597d6a82]:last-child{border-bottom:none}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right .right-row-item .row-citem[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding:8px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-right:1px solid #e2e5e7}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right .right-row-item .row-citem[data-v-597d6a82]:first-child{width:75px}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right .right-row-item .row-citem[data-v-597d6a82]:nth-child(2){width:130px}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right .right-row-item .row-citem:nth-child(2) .range-tip[data-v-597d6a82]{width:100%}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right .right-row-item .row-citem[data-v-597d6a82]:nth-child(3){width:90px}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right .right-row-item .row-citem[data-v-597d6a82]:nth-child(4){width:130px}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right .right-row-item .row-citem[data-v-597d6a82]:nth-child(5){-webkit-box-flex:1;-webkit-flex:1;flex:1;border-right:none}.dialog-mask[data-v-597d6a82]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:300;background:rgba(0,0,0,.5)}.dialog-mask .content[data-v-597d6a82]{position:absolute;top:50%;width:334px;left:50%;padding:15px 12px;max-height:260px;overflow-y:auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;border-radius:13px;font-size:13px;line-height:18px;color:#333}.dialog-mask .content .record-content[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex}
1
+ .record-rule-wrapper[data-v-597d6a82]{line-height:22px;font-size:13px}.record-rule-wrapper .special-description[data-v-597d6a82]{margin:0 30px 0 14px;color:#333;font-size:14px}.record-rule-wrapper .description[data-v-597d6a82]{margin:0 30px 0 14px;color:#666}.record-rule-wrapper .record-rule-content[data-v-597d6a82]{margin-top:12px;padding:0 14px;position:relative;width:100%;overflow:hidden;-webkit-user-select:none;user-select:none}.record-rule-wrapper .record-rule-content[data-v-597d6a82] .scroll-wrapper{width:100%;height:400px}.record-rule-wrapper .record-rule-content[data-v-597d6a82] .scroll-wrapper .scroll-content{width:640px;margin:0 14px;overflow:hidden;position:relative}.record-rule-wrapper .record-rule-content .table-title[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;width:100%;background-color:#f1f1f7;border-radius:10px 10px 0 0;border:1px solid #e2e5e7;border-bottom:none;height:40px;line-height:40px;text-align:center;color:#333}.record-rule-wrapper .record-rule-content .table-title .left-title[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;width:130px}.record-rule-wrapper .record-rule-content .table-title .left-title .header-item[data-v-597d6a82]{width:100%;border-right:1px solid #e2e5e7}.record-rule-wrapper .record-rule-content .table-title .right-title[data-v-597d6a82]{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:hidden}.record-rule-wrapper .record-rule-content .table-title .right-title .right-title-wrapper[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;width:-webkit-fit-content;width:fit-content}.record-rule-wrapper .record-rule-content .table-title .right-title .right-title-wrapper .header-item[data-v-597d6a82]:first-child{width:90px;border-right:1px solid #e2e5e7}.record-rule-wrapper .record-rule-content .table-title .right-title .right-title-wrapper .header-item[data-v-597d6a82]:nth-child(2){width:86px;border-right:1px solid #e2e5e7}.record-rule-wrapper .record-rule-content .table-title .right-title .right-title-wrapper .header-item[data-v-597d6a82]:nth-child(3){width:120px;border-right:1px solid #e2e5e7}.record-rule-wrapper .record-rule-content .table-title .right-title .right-title-wrapper .header-item[data-v-597d6a82]:nth-child(4){width:212px}.record-rule-wrapper .record-rule-content .table-wrapper[data-v-597d6a82]{height:362px;overflow:hidden}.record-rule-wrapper .record-rule-content .table-wrapper .record-table[data-v-597d6a82]{border-radius:0 0 10px 10px;border:1px solid #e2e5e7;display:-webkit-box;display:-webkit-flex;display:flex}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .left-table[data-v-597d6a82]{width:130px}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .left-table .left-table-body-item[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .left-table .left-table-body-item:last-child .body-item-left[data-v-597d6a82],.record-rule-wrapper .record-rule-content .table-wrapper .record-table .left-table .left-table-body-item:last-child .body-item-right .right-row-city[data-v-597d6a82]:last-child{border-bottom:none}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .left-table .left-table-body-item .body-item-left[data-v-597d6a82]{width:55px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;border-right:1px solid #e2e5e7;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1px solid #e2e5e7}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .left-table .left-table-body-item .body-item-right[data-v-597d6a82]{-webkit-box-flex:1;-webkit-flex:1;flex:1}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .left-table .left-table-body-item .body-item-right .right-row-city[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;padding:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1px solid #e2e5e7;border-right:1px solid #e2e5e7}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table[data-v-597d6a82]{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:hidden}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item[data-v-597d6a82],.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-wrapper[data-v-597d6a82]{width:-webkit-fit-content;width:fit-content}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item:last-child .right-row-item .row-citem[data-v-597d6a82]{border-bottom:none}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item .right-row-item[data-v-597d6a82]{width:-webkit-fit-content;width:fit-content;display:-webkit-box;display:-webkit-flex;display:flex}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item .right-row-item .row-citem[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:8px;border-right:1px solid #e2e5e7;border-bottom:1px solid #e2e5e7}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item .right-row-item .row-citem[data-v-597d6a82]:first-child{width:90px}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item .right-row-item .row-citem:first-child .row-citem-content[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item .right-row-item .row-citem:first-child .row-citem-content .icon-question[data-v-597d6a82]{margin-left:4px}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item .right-row-item .row-citem[data-v-597d6a82]:nth-child(2){width:86px}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item .right-row-item .row-citem[data-v-597d6a82]:nth-child(3){width:120px}.record-rule-wrapper .record-rule-content .table-wrapper .record-table .right-table .right-table-body-item .right-row-item .row-citem[data-v-597d6a82]:nth-child(4){border-right:none;width:212px}.record-rule-wrapper .submit-btn[data-v-597d6a82]{margin-top:100px;padding:10px;border-top:1px solid #f5f5f5}.record-rule-wrapper .submit-btn .full-screen-btn[data-v-597d6a82]{height:4rem;border-radius:2.2rem;background:-webkit-linear-gradient(left,#b6adfb,#9589f4);background:linear-gradient(90deg,#b6adfb,#9589f4);text-align:center;line-height:4rem;font-size:1.6rem;font-family:SourceHanSansSC-Regular,SourceHanSansSC;font-weight:400;color:#fff}.bg-wrap[data-v-597d6a82]{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:9999;background:#fff;content:"viewport-units-buggyfill; width: 100vw; height: 100vh"}.bg-wrap .full-record-rule-wrapper[data-v-597d6a82]{-webkit-transform:rotate(90deg);transform:rotate(90deg);position:absolute;left:100%;top:0;width:100vh;height:100vw;overflow:auto;-webkit-transform-origin:top left;transform-origin:top left;content:"viewport-units-buggyfill; width: 100vh; height: 100vw"}.bg-wrap .full-record-rule-wrapper .title[data-v-597d6a82]{position:relative;font-size:20px;padding-top:12px;color:#333;font-weight:700;text-align:center}.bg-wrap .full-record-rule-wrapper .title .close[data-v-597d6a82]{position:absolute;top:1rem;right:1rem}.bg-wrap .full-record-rule-wrapper .title .close img[data-v-597d6a82]{width:3.2rem;height:3.2rm;pointer-events:auto!important}.bg-wrap .full-record-rule-wrapper .description[data-v-597d6a82]{text-align:center;margin-top:15px;font-size:14px;color:#666}.bg-wrap .full-record-rule-wrapper .description .special-desc[data-v-597d6a82]{color:#333}.bg-wrap .full-record-rule-wrapper .record-rule-content[data-v-597d6a82]{margin-top:12px;padding:0 14px;position:relative;width:100%;overflow:hidden;-webkit-user-select:none;user-select:none}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-header[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;background-color:#f1f1f7;border-radius:10px 10px 0 0;border:1px solid #e2e5e7;border-bottom:none;height:40px;line-height:40px;text-align:center;color:#333}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-header .header-item[data-v-597d6a82]:first-child,.bg-wrap .full-record-rule-wrapper .record-rule-content .table-header .header-item[data-v-597d6a82]:nth-child(2){width:130px;border-right:1px solid #e2e5e7}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-header .header-item[data-v-597d6a82]:nth-child(3){width:90px;border-right:1px solid #e2e5e7}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-header .header-item[data-v-597d6a82]:nth-child(4){width:130px;border-right:1px solid #e2e5e7}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-header .header-item[data-v-597d6a82]:nth-child(5){-webkit-box-flex:1;-webkit-flex:1;flex:1}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body[data-v-597d6a82]{border-radius:0 0 10px 10px;max-height:230px;overflow:auto;border:1px solid #e2e5e7}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;border-bottom:1px solid #e2e5e7}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item[data-v-597d6a82]:last-child{border-radius:0 0 10px 10px;border-bottom:none}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-left[data-v-597d6a82]{width:55px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;border-right:1px solid #e2e5e7;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right[data-v-597d6a82]{-webkit-box-flex:1;-webkit-flex:1;flex:1}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right .right-row-item[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;border-bottom:1px solid #e2e5e7}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right .right-row-item[data-v-597d6a82]:last-child{border-bottom:none}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right .right-row-item .row-citem[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding:8px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-right:1px solid #e2e5e7}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right .right-row-item .row-citem[data-v-597d6a82]:first-child{width:75px}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right .right-row-item .row-citem[data-v-597d6a82]:nth-child(2){width:130px}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right .right-row-item .row-citem:nth-child(2) .range-tip[data-v-597d6a82]{width:100%}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right .right-row-item .row-citem[data-v-597d6a82]:nth-child(3){width:90px}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right .right-row-item .row-citem[data-v-597d6a82]:nth-child(4){width:130px}.bg-wrap .full-record-rule-wrapper .record-rule-content .table-body .table-body-item .body-item-right .right-row-item .row-citem[data-v-597d6a82]:nth-child(5){-webkit-box-flex:1;-webkit-flex:1;flex:1;border-right:none}.dialog-mask[data-v-597d6a82]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:300;background:rgba(0,0,0,.5)}.dialog-mask .content[data-v-597d6a82]{position:absolute;top:50%;width:334px;left:50%;padding:15px 12px;max-height:260px;overflow-y:auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;border-radius:13px;font-size:13px;line-height:18px;color:#333}.dialog-mask .content .record-content[data-v-597d6a82]{display:-webkit-box;display:-webkit-flex;display:flex}