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 @@ + + + + + + + Document + + + + + + + + + + + +
+ +
+ + + \ No newline at end of file diff --git a/share_project/src/main/resources/static/individual-register.html b/share_project/src/main/resources/static/individual-register.html index 6863b55c260af732f6b4bad03a6d3b9ca587de9e..7b0c34406612aac1f4a970f987bbd4a10f529982 100644 --- a/share_project/src/main/resources/static/individual-register.html +++ b/share_project/src/main/resources/static/individual-register.html @@ -15,10 +15,9 @@
- - 个人注册 - - + + 个人注册 +
diff --git a/share_project/src/main/resources/static/js/page/individual-home.js b/share_project/src/main/resources/static/js/page/individual-home.js new file mode 100644 index 0000000000000000000000000000000000000000..f62ebc6abcecdfa699dd7500cf7a7656c61c2ac1 --- /dev/null +++ b/share_project/src/main/resources/static/js/page/individual-home.js @@ -0,0 +1,7 @@ +const choice = new Vue({ + el:".choice", + data:{ + ischange:true, + ischange2d:false + } +}) diff --git a/share_project/src/main/resources/static/pay-page.html b/share_project/src/main/resources/static/pay-page.html index bf3f31bede0d154a0e8f7c87ea40ad6088609a54..e26314a2d5adc509af53e794b50b719a6d00adaa 100644 --- a/share_project/src/main/resources/static/pay-page.html +++ b/share_project/src/main/resources/static/pay-page.html @@ -73,7 +73,7 @@ {{item}}元 需支付金额¥{{price[index]}} - +
@@ -87,49 +87,18 @@