You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
2.8 KiB

{"remainingRequest":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/codewhy/src/views/profile/childComps/UserInfo.vue?vue&type=style&index=0&id=7e8e5350&scoped=true&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/src/views/profile/childComps/UserInfo.vue","mtime":1615964293197},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/css-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/loaders/stylePostLoader.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/postcss-loader/src/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKI3VzZXItaW5mbyB7CiAgZGlzcGxheTogZmxleDsKICBwYWRkaW5nOiAxNXB4OwogIG1hcmdpbi10b3A6IC01cHg7Cn0KCgojdXNlci1pbmZvIC5wcml2YXRlSW1hZ2Utc3ZnIHsKICB3aWR0aDogODBweDsKICBoZWlnaHQ6IDcwcHg7CiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsKICBib3JkZXItcmFkaXVzOiAzMHB4OwogIG92ZXJmbG93OiBoaWRkZW47Cn0KLmxlZnQgewogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBoZWlnaHQ6IDcwcHg7CiAgd2lkdGg6IDIwMHB4OwogIGZsb2F0OiBsZWZ0OwogIG1hcmdpbi1sZWZ0OjEwcHggOwp9CgojdXNlci1pbmZvIC5sb2dpbi1pbmZvIHsKICBjb2xvcjogcmdiKDg4LCA3MywgNzMpOwogIGJvcmRlci1yYWRpdXM6KDAsMCwwLDApCn0K"},{"version":3,"sources":["UserInfo.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BA;AACA;AACA;AACA;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA","file":"UserInfo.vue","sourceRoot":"src/views/profile/childComps","sourcesContent":["<template>\n <div id=\"user-info\">\n <a href=\"#\" class=\"clear-fix\">\n <slot name=\"user-icon\">\n <div class=\"privateImage-svg\">\n </div>\n </slot>\n <div class=\"login-info left\">\n <slot name=\"user-nickname\" > </slot>\n <slot name=\"sign\" ></slot>\n </div>\n </a>\n </div>\n</template>\n\n<script>\nexport default {\n name: \"UserInfo\",\n data() {\n return {\n isLogin: \"登陆/注册\",\n name: \"\",\n };\n },\n created() {},\n methods: {},\n};\n</script>\n\n<style scoped>\n#user-info {\n display: flex;\n padding: 15px;\n margin-top: -5px;\n}\n\n\n#user-info .privateImage-svg {\n width: 80px;\n height: 70px;\n background-color: #fff;\n border-radius: 30px;\n overflow: hidden;\n}\n.left {\n position: relative;\n height: 70px;\n width: 200px;\n float: left;\n margin-left:10px ;\n}\n\n#user-info .login-info {\n color: rgb(88, 73, 73);\n border-radius:(0,0,0,0)\n}\n</style>"]}]}