diff --git a/share_project/src/main/resources/static/css/individual-home.css b/share_project/src/main/resources/static/css/individual-home.css new file mode 100644 index 0000000000000000000000000000000000000000..a52230b6f7733e4c25097445c91b3334e881cc53 --- /dev/null +++ b/share_project/src/main/resources/static/css/individual-home.css @@ -0,0 +1,128 @@ +.large { + position: absolute; + top: 0px; + left: 0; + width: 100%; + height: 48px; + background: #FFFFFF; + box-shadow: 0px 7px 6px 1px rgba(60, 60, 60, 0.05); + z-index: 999; +} + +.logo { + position: absolute; + top: 11px; + left: 54px; + width: 75px; + height: 30px; +} + +.logo img { + width: 100%; + height: auto; +} + +.browse, +.publish { + position: absolute; + top: 0px; + left: 263px; + width: 120px; + height: 48px; + font-size: 15px; + font-weight: 300; + font-family: SourceHanSansCN-Light; + color: #3C3C3C; + text-align: center; + line-height: 48px; +} + +.choice .publish { + left: 383px; +} + +.current { + background: #FDFAEB; + font-family: SourceHanSansCN-Bold; + font-size: 15px; + font-weight: bold; + color: #FADA3C; + line-height: 48px; + height: 48px; +} + +.current::after { + content: ""; + display: block; + width: 31px; + height: 4px; + background: #FADA3C; + border-radius: 2px; + margin: -3px auto; +} + + +/* 头像 */ + +.message { + position: absolute; + top: 13px; + right: 147px; + width: 19px; + height: 21px; +} + +.message img:nth-child(1) { + width: 100%; + height: auto; +} + +.message img:nth-child(2) { + position: absolute; + top: 0; + right: -3px; + width: 13px; + height: 13px; +} + +.pic { + position: absolute; + top: 12px; + right: 80px; + width: 27px; + height: 27px; +} + +.pic img { + width: 100%; + height: 100%; + border-radius: 50%; +} + + +/* 头像下的列表 */ + +.pic ul { + margin-left: -10.5px; + width: 48px; + height: 52px; + background: #FFFFFF; + border: 1px solid #EEEEEE; + border-radius: 0px 0px 3px 3px; + display: none; +} + +.pic li { + width: 48px; + height: 26px; + font-size: 6px; + font-family: SourceHanSansCN-Light; + font-weight: 300; + color: #666666; + transform: scale(0.85); + line-height: 28px; +} + +.pic ul li:hover { + color: #EEC708; +} \ No newline at end of file diff --git a/share_project/src/main/resources/static/individual-home.html b/share_project/src/main/resources/static/individual-home.html new file mode 100644 index 0000000000000000000000000000000000000000..011aba446a25a743a92f76f2f49234ec0c39ee31 --- /dev/null +++ b/share_project/src/main/resources/static/individual-home.html @@ -0,0 +1,63 @@ + + +
+ + + +