diff --git "a/\345\217\266\347\216\211\351\234\236/Vue/2022-03-31\347\224\237\345\221\275\345\221\250\346\234\237(\346\263\250\345\206\214\351\241\265\351\235\242)/img/bg4.jpg" "b/\345\217\266\347\216\211\351\234\236/Vue/2022-03-31\347\224\237\345\221\275\345\221\250\346\234\237(\346\263\250\345\206\214\351\241\265\351\235\242)/img/bg4.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..c2ebbe9e308a77167106d9149f0ebb4508032ae3 Binary files /dev/null and "b/\345\217\266\347\216\211\351\234\236/Vue/2022-03-31\347\224\237\345\221\275\345\221\250\346\234\237(\346\263\250\345\206\214\351\241\265\351\235\242)/img/bg4.jpg" differ diff --git "a/\345\217\266\347\216\211\351\234\236/Vue/2022-03-31\347\224\237\345\221\275\345\221\250\346\234\237(\346\263\250\345\206\214\351\241\265\351\235\242)/register.html" "b/\345\217\266\347\216\211\351\234\236/Vue/2022-03-31\347\224\237\345\221\275\345\221\250\346\234\237(\346\263\250\345\206\214\351\241\265\351\235\242)/register.html" index 3c2dadd774fd79846c9aa21368f856b97ff65d3d..ff9b5848332e75fd7ddef0e0b28958e693cf52df 100644 --- "a/\345\217\266\347\216\211\351\234\236/Vue/2022-03-31\347\224\237\345\221\275\345\221\250\346\234\237(\346\263\250\345\206\214\351\241\265\351\235\242)/register.html" +++ "b/\345\217\266\347\216\211\351\234\236/Vue/2022-03-31\347\224\237\345\221\275\345\221\250\346\234\237(\346\263\250\345\206\214\351\241\265\351\235\242)/register.html" @@ -19,8 +19,8 @@ body { font-family: "宋体"; - background: rgb(207, 232, 240); - background-size: 100%; + background:url(./img/bg4.jpg); + background-size: cover; color: black; } @@ -33,7 +33,7 @@ height: 38px; width: 50px; border: 1px solid silver; - border-radius: 4px; + border-radius: 5px; font-size: 16px; cursor: pointer; margin-left: 10px; @@ -44,14 +44,16 @@ padding: 20px 100px; border-radius: 20px; box-sizing: border-box; - margin: 100px auto; - background-color: white; + margin: 50px 55%; + background-color: rgba(255,255,255,0.7); } - #app h2{ - color: rgb(150, 208, 231); + + #app h2 { + color: #7b6a6a; text-align: center; margin: 20px 0; } + label { display: inline-block; width: 70px; @@ -71,6 +73,9 @@ width: 200px; height: 38px; border-radius: 4px; + outline: none; + border: 0; + border: 1px solid #b38e8e } textarea { @@ -87,7 +92,7 @@ width: 270px; height: 38px; border-radius: 5px; - background: #77d3ea; + background: #7b6a6a; border: 1px solid silver; color: white; font-size: 18px; diff --git "a/\345\217\266\347\216\211\351\234\236/Vue/2022-04-01\345\210\227\350\241\250\344\270\216\345\210\244\346\226\255(\345\225\206\345\223\201\345\210\227\350\241\250)/demo(\345\274\271\347\252\227).html" "b/\345\217\266\347\216\211\351\234\236/Vue/2022-04-01\345\210\227\350\241\250\344\270\216\345\210\244\346\226\255(\345\225\206\345\223\201\345\210\227\350\241\250)/demo(\345\274\271\347\252\227).html" index 123b5c046ba9cdfd1f4292819917c1b94d02abcc..dc145958b821a05a563d060f0ea292889686b184 100644 --- "a/\345\217\266\347\216\211\351\234\236/Vue/2022-04-01\345\210\227\350\241\250\344\270\216\345\210\244\346\226\255(\345\225\206\345\223\201\345\210\227\350\241\250)/demo(\345\274\271\347\252\227).html" +++ "b/\345\217\266\347\216\211\351\234\236/Vue/2022-04-01\345\210\227\350\241\250\344\270\216\345\210\244\346\226\255(\345\225\206\345\223\201\345\210\227\350\241\250)/demo(\345\274\271\347\252\227).html" @@ -56,6 +56,23 @@ line-height: 20px; cursor: pointer; } + + a { + text-decoration: none; + color: rgb(82, 78, 78); + } + + .details { + width: 80px; + height: 30px; + background-color: #cac2c4; + position: absolute; + bottom: 20px; + right: 0; + text-align: center; + line-height: 30px; + border-radius: 15px 0 0 15px; + } @@ -63,14 +80,15 @@