diff --git a/node_modules/.cache/eslint/7dc60d80.json b/node_modules/.cache/eslint/7dc60d80.json new file mode 100644 index 00000000..743a29b2 --- /dev/null +++ b/node_modules/.cache/eslint/7dc60d80.json @@ -0,0 +1 @@ +[{"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\main.js":"1","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\App.vue":"2","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\router\\index.js":"3","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\Main.vue":"4","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\components\\header.vue":"5","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\components\\background.vue":"6","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\recommend\\index.vue":"7","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\chat\\chat.vue":"8","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\community\\trends.vue":"9","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\space\\space.vue":"10","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\login\\login.vue":"11"},{"size":261,"mtime":1731506523733,"results":"12","hashOfConfig":"13"},{"size":97,"mtime":1731506523731,"results":"14","hashOfConfig":"13"},{"size":1052,"mtime":1731513557777,"results":"15","hashOfConfig":"13"},{"size":359,"mtime":1731741182777,"results":"16","hashOfConfig":"13"},{"size":2643,"mtime":1731566073424,"results":"17","hashOfConfig":"13"},{"size":919,"mtime":1731566064122,"results":"18","hashOfConfig":"13"},{"size":161,"mtime":1731508571798,"results":"19","hashOfConfig":"13"},{"size":156,"mtime":1731511731213,"results":"20","hashOfConfig":"13"},{"size":155,"mtime":1731512433247,"results":"21","hashOfConfig":"13"},{"size":157,"mtime":1731512507547,"results":"22","hashOfConfig":"13"},{"size":14422,"mtime":1731741182778,"results":"23","hashOfConfig":"13"},{"filePath":"24","messages":"25","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},"10795if",{"filePath":"27","messages":"28","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"29"},{"filePath":"30","messages":"31","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},{"filePath":"32","messages":"33","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"34","messages":"35","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"36","messages":"37","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"38","messages":"39","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"29"},{"filePath":"40","messages":"41","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"29"},{"filePath":"42","messages":"43","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"29"},{"filePath":"44","messages":"45","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"29"},{"filePath":"46","messages":"47","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\main.js",[],[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\App.vue",[],[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\router\\index.js",[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\Main.vue",[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\components\\header.vue",[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\components\\background.vue",[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\recommend\\index.vue",[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\chat\\chat.vue",[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\community\\trends.vue",[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\space\\space.vue",[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\login\\login.vue",[]] diff --git a/src/assets/css/community/community.css b/src/assets/css/community/community.css new file mode 100644 index 00000000..c0ef566d --- /dev/null +++ b/src/assets/css/community/community.css @@ -0,0 +1,80 @@ + +.base +{ + height: 100vh; + background-image: url("../../pictures/communityback.png"); + background-size: 90%; + background-attachment: fixed; /* 背景固定 */ + background-position: -600px; /* 向左移动背景图像 50px */ + background-position: center; /* 可以选择让背景居中 */ + z-index: -1; +} +.touxiang +{ + position: absolute; + top:50%; + left:5%; + border-radius: 10px; + width: 50px; + height:50px; + transform: translateY(-50%) +} +.leftinfo +{ + background-color: rgba(255,255,255,0.8); + width: 15%; + position: fixed; + left:0%; + border: 3px solid orchid; + height:100%; + +} +.rightheat +{ + + background-color: rgba(255,255,255,0.8); + position: fixed; + right:0%; + width: 15%; + border: 3px solid orchid; + height:100%; + +} +.familytitle +{ + position: absolute; + top:8%; + left:35%; + font-size: 14px; + font-weight: bold; + +} +.familycontent +{ + position: absolute; + bottom:12%; + left:35%; + font-size: 13px; + +} +.Hotsearchnum{ + border-radius: 50%; + width: 25px; + height: 25px; + display: flex; + justify-content: center; + align-items: center; + } +.middle +{ + position: absolute; + left:50%; + transform: translateX(-50%); + width: 65%; + border: 3px solid orchid; + height:100%; + z-index:1; +} +.post-list { + + } diff --git a/新建文件夹/package-lock.json b/新建文件夹/package-lock.json index 949a1df7..a0b1e76b 100644 --- a/新建文件夹/package-lock.json +++ b/新建文件夹/package-lock.json @@ -4184,6 +4184,12 @@ "ajv": "^6.9.1" } }, + "node_modules/animate.css": { + "version": "4.1.1", + "resolved": "https://registry.npmmirror.com/animate.css/-/animate.css-4.1.1.tgz", + "integrity": "sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ==", + "license": "MIT" + }, "node_modules/ansi-colors": { "version": "4.1.3", "resolved": "https://registry.npmmirror.com/ansi-colors/-/ansi-colors-4.1.3.tgz", diff --git a/新建文件夹/src/App.vue b/新建文件夹/src/App.vue index 83ffa537..837c15cf 100644 --- a/新建文件夹/src/App.vue +++ b/新建文件夹/src/App.vue @@ -1,6 +1,7 @@ diff --git a/新建文件夹/src/assets/pictures/communityback.png b/新建文件夹/src/assets/pictures/communityback.png new file mode 100644 index 00000000..2bf72596 Binary files /dev/null and b/新建文件夹/src/assets/pictures/communityback.png differ diff --git a/新建文件夹/src/assets/pictures/touxiang.png b/新建文件夹/src/assets/pictures/touxiang.png new file mode 100644 index 00000000..0ff1e8cc Binary files /dev/null and b/新建文件夹/src/assets/pictures/touxiang.png differ diff --git a/新建文件夹/src/components/CommentInput.vue b/新建文件夹/src/components/CommentInput.vue new file mode 100644 index 00000000..c4805c2e --- /dev/null +++ b/新建文件夹/src/components/CommentInput.vue @@ -0,0 +1,57 @@ + + + + + + \ No newline at end of file diff --git a/新建文件夹/src/components/PostCard.vue b/新建文件夹/src/components/PostCard.vue new file mode 100644 index 00000000..0b2a69fa --- /dev/null +++ b/新建文件夹/src/components/PostCard.vue @@ -0,0 +1,173 @@ + + + + + + + \ No newline at end of file diff --git a/新建文件夹/src/components/header.vue b/新建文件夹/src/components/header.vue index 939e0e40..90397327 100644 --- a/新建文件夹/src/components/header.vue +++ b/新建文件夹/src/components/header.vue @@ -9,7 +9,7 @@ active-text-color="#FEB2D7" > 智能推荐 @@ -56,12 +56,11 @@ }) + export default { + name: 'HeaderComponent', + } + + \ No newline at end of file diff --git a/新建文件夹/src/views/space/space.vue b/新建文件夹/src/views/space/space.vue index d33f715b..519f561b 100644 --- a/新建文件夹/src/views/space/space.vue +++ b/新建文件夹/src/views/space/space.vue @@ -1,9 +1,9 @@ \ No newline at end of file