1 |
- {"version":3,"sources":["webpack:///./src/views/agreement.vue","webpack:///src/views/agreement.vue","webpack:///./src/views/agreement.vue?5a7b","webpack:///./src/views/agreement.vue?106f","webpack:///./src/views/agreement.vue?168c"],"names":["render","_vm","this","_c","_self","staticClass","attrs","require","on","$event","$router","push","_v","_s","info","title","domProps","content","staticRenderFns","data","mounted","methods","getAggrement","RegisterService","component"],"mappings":"yHAAA,IAAIA,EAAS,WAAkB,IAAIC,EAAIC,KAAKC,EAAGF,EAAIG,MAAMD,GAAG,OAAOA,EAAG,MAAM,CAACE,YAAY,QAAQ,CAACF,EAAG,MAAM,CAACE,YAAY,cAAc,CAACF,EAAG,MAAM,CAACE,YAAY,qBAAqB,CAACF,EAAG,MAAM,CAACE,YAAY,cAAc,CAACF,EAAG,MAAM,CAACE,YAAY,WAAWC,MAAM,CAAC,IAAMC,EAAQ,SAAyBC,GAAG,CAAC,MAAQ,SAASC,GAAQ,OAAOR,EAAIS,QAAQC,KAAK,eAAeR,EAAG,IAAI,CAACE,YAAY,aAAa,CAACJ,EAAIW,GAAG,WAAWX,EAAIY,GAAGZ,EAAIa,KAAKC,OAAO,YAAYZ,EAAG,MAAM,CAACE,YAAY,mBAAmBW,SAAS,CAAC,UAAYf,EAAIY,GAAGZ,EAAIa,KAAKG,eAE7gBC,EAAkB,G,YCwBtB,GACAC,KADA,WAEA,OACAL,UAGAM,QANA,WAOA,qBAEAC,SACAC,aADA,WACA,WACAC,qCAAA,mCCrCmV,I,wBCQ/UC,EAAY,eACd,EACAxB,EACAkB,GACA,EACA,KACA,WACA,MAIa,aAAAM,E,kECnBf","file":"js/chunk-4959a387.3a1b3b4b.js","sourcesContent":["var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"wrap\"},[_c('div',{staticClass:\"header-sub\"},[_c('div',{staticClass:\"header-sub-middle\"},[_c('div',{staticClass:\"header-top\"},[_c('img',{staticClass:\"logo-img\",attrs:{\"src\":require(\"../assets/logo-3.png\")},on:{\"click\":function($event){return _vm.$router.push('/')}}})])])]),_c('p',{staticClass:\"top-title\"},[_vm._v(\"\\n \"+_vm._s(_vm.info.title)+\"\\n \")]),_c('div',{staticClass:\"middle-container\",domProps:{\"innerHTML\":_vm._s(_vm.info.content)}})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<!-- 用户登录协议 -->\r\n<template>\r\n\t<div class=\"wrap\">\r\n\r\n\t\t<div class=\"header-sub\">\r\n\t\t\t<div class=\"header-sub-middle\">\r\n\t\t\t\t<div class=\"header-top\">\r\n\t\t\t\t\t<img @click=\"$router.push('/')\" src=\"../assets/logo-3.png\" class=\"logo-img\">\r\n\t\t\t\t</div>\r\n\r\n\t\t\t</div>\r\n\t\t</div>\r\n\r\n\t\t<p class=\"top-title\">\r\n<!-- 用户登录协议-->\r\n {{ info.title }}\r\n </p>\r\n\r\n\t\t<div class=\"middle-container\" v-html=\"info.content\"></div>\r\n\r\n\t</div>\r\n</template>\r\n\r\n<script>\r\n\timport {RegisterService} from \"@/common/service\";\r\n\r\n export default {\r\n\t\tdata() {\r\n\t\t\treturn {\r\n info: {},\r\n\t\t\t};\r\n\t\t},\r\n\t\tmounted() {\r\n this.getAggrement();\r\n },\r\n\t\tmethods: {\r\n getAggrement() {\r\n RegisterService.aggrement().then(({data}) => this.info = data);\r\n },\r\n },\r\n\t};\r\n</script>\r\n\r\n<style scoped>\r\n\t.wrap {\r\n\t\twidth: 100%;\r\n\t\tdisplay: flex;\r\n\t\tflex-direction: column;\r\n\t\talign-items: center;\r\n\t\tbackground-color: #FFFFFF;\r\n padding-top: 137px;\r\n\t}\r\n\r\n\t.header-sub {\r\n\t\twidth: 100%;\r\n\t\theight: 139px;\r\n\t\tbackground-color: #F8F5ED;\r\n\t\tposition: fixed;\r\n\t\ttop: 44px;\r\n\t\tleft: 0;\r\n\t\tz-index: 99;\r\n\t\tdisplay: flex;\r\n\t\tjustify-content: center;\r\n\t\talign-items: center;\r\n\t}\r\n\r\n\t.header-sub-middle {\r\n\t\twidth: 1200px;\r\n\t\theight: 100%;\r\n\t\tdisplay: flex;\r\n\t\tflex-direction: column;\r\n\t\tpadding: 0 75px 0 35px;\r\n\t\tbox-sizing: border-box;\r\n\t}\r\n\r\n\t.header-top {\r\n\t\twidth: 100%;\r\n\t\theight: 130px;\r\n\t\tdisplay: flex;\r\n\t\talign-items: center;\r\n\t\tjustify-content: space-between;\r\n\t}\r\n\r\n\t.logo-img {\r\n\t\twidth: 224px;\r\n\t}\r\n\r\n\t.footer {\r\n\t\twidth: 100%;\r\n\t\theight: 271px;\r\n\t\tbackground-color: #FFFFFF;\r\n\t\tdisplay: flex;\r\n\t\tflex-direction: column;\r\n\t\tjustify-content: center;\r\n\t\talign-items: center;\r\n\t}\r\n\r\n\t.footer-middle {\r\n\t\twidth: calc(1200px - 292px);\r\n\t\tdisplay: flex;\r\n\t\tflex-direction: column;\r\n\t}\r\n\r\n\t.footer-tag-list {\r\n\t\twidth: 100%;\r\n\t\tdisplay: flex;\r\n\t\talign-items: center;\r\n\t}\r\n\r\n\t.footer-tag-list>li {\r\n\t\tflex: 1;\r\n\t\tdisplay: flex;\r\n\t\tflex-direction: column;\r\n\t\talign-items: center;\r\n\t\tcolor: #333333;\r\n\t\tfont-size: 16px;\r\n\t\tfont-weight: bold;\r\n\t}\r\n\r\n\t.footer-tag-icon {\r\n\t\twidth: 56px;\r\n\t\tmargin-bottom: 14px;\r\n\t}\r\n\r\n\t.footer-bottom {\r\n\t\twidth: 100%;\r\n\t\tdisplay: flex;\r\n\t\tjustify-content: space-between;\r\n\t\talign-items: center;\r\n\t\tpadding: 0 8px;\r\n\t\tbox-sizing: border-box;\r\n\t\tmargin-top: 37px;\r\n\t}\r\n\r\n\t.footer-bottom-left {\r\n\t\tflex: 1;\r\n\t\tdisplay: flex;\r\n\t\talign-items: center;\r\n\t\tmargin-right: 135px;\r\n\t}\r\n\r\n\t.footer-bottom-left-list {\r\n\t\twidth: 100%;\r\n\t\tdisplay: flex;\r\n\t\tflex-wrap: wrap;\r\n\t}\r\n\r\n\t.footer-bottom-left-list>li {\r\n\t\twidth: 33.3333%;\r\n\t\tdisplay: flex;\r\n\t\tjustify-content: center;\r\n\t\talign-items: center;\r\n\t\tcolor: #666666;\r\n\t\tfont-size: 16px;\r\n\t\tfont-weight: bold;\r\n\t\tmargin-top: 15px;\r\n\t}\r\n\r\n\t.footer-bottom-left-list>li:first-child,\r\n\t.footer-bottom-left-list>li:nth-child(2),\r\n\t.footer-bottom-left-list>li:nth-child(3) {\r\n\t\tmargin-top: 0;\r\n\t}\r\n\r\n\t.footer-bottom-right {\r\n\t\tdisplay: flex;\r\n\t\talign-items: center;\r\n\t}\r\n\r\n\t.footer-bottom-right-img {\r\n\t\twidth: 48px;\r\n\t\tmargin-right: 7px;\r\n\t}\r\n\r\n\t.footer-bottom-right-row {\r\n\t\tdisplay: flex;\r\n\t\tflex-direction: column;\r\n\t\talign-items: flex-end;\r\n\t}\r\n\r\n\t.footer-font1 {\r\n\t\tcolor: #C69236;\r\n\t\tfont-size: 28px;\r\n\t\tfont-weight: bold;\r\n\t}\r\n\r\n\t.footer-font2 {\r\n\t\tcolor: #333333;\r\n\t\tfont-size: 16px;\r\n\t\tfont-weight: bold;\r\n\t}\r\n\r\n\t.top-title {\r\n\t\twidth: 100%;\r\n\t\theight: 50px;\r\n\t\tline-height: 50px;\r\n /*background: linear-gradient(180deg, #F3DC99, #F0AE46);*/\r\n background: #FFEC8B;\r\n\t\tfont-size: 24px;\r\n\t\tfont-weight: bold;\r\n\t\t/*color: #FFFFFF;*/\r\n color: #CD3333;\r\n\t\tdisplay: flex;\r\n\t\tjustify-content: center;\r\n\t\talign-items: center;\r\n\t}\r\n\r\n\t.middle-container {\r\n\t\twidth: 1028px;\r\n\t\tdisplay: flex;\r\n\t\tflex-direction: column;\r\n\t\t/*align-items: center;*/\r\n\t\tpadding: 34px 0;\r\n\t}\r\n\r\n\t.msg {\r\n\t\tcolor: #333333;\r\n\t\tfont-size: 18px;\r\n\t}\r\n</style>\r\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./agreement.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./agreement.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./agreement.vue?vue&type=template&id=b18fa862&scoped=true&\"\nimport script from \"./agreement.vue?vue&type=script&lang=js&\"\nexport * from \"./agreement.vue?vue&type=script&lang=js&\"\nimport style0 from \"./agreement.vue?vue&type=style&index=0&id=b18fa862&prod&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"b18fa862\",\n null\n \n)\n\nexport default component.exports","export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../node_modules/css-loader/index.js??ref--6-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./agreement.vue?vue&type=style&index=0&id=b18fa862&prod&scoped=true&lang=css&\""],"sourceRoot":""}
|