From 226c49837f497eb5019e2d37fc4f638649687550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B6=E7=8E=89=E9=9C=9E?= <2656731479@qq.com> Date: Thu, 7 Apr 2022 19:18:48 +0800 Subject: [PATCH 1/5] 11 --- .../demo(\345\274\271\347\252\227).html" | 71 ++-- .../demo.html" | 359 ++++++++++++++++++ .../img/1.jpg" | Bin 0 -> 23604 bytes .../img/2.jpg" | Bin 0 -> 27298 bytes .../img/3.jpg" | Bin 0 -> 25864 bytes .../img/4.jpg" | Bin 0 -> 26554 bytes .../img/5.jpg" | Bin 0 -> 11106 bytes .../img/6.jpg" | Bin 0 -> 9726 bytes 8 files changed, 405 insertions(+), 25 deletions(-) create mode 100644 "\345\217\266\347\216\211\351\234\236/Vue/2022-04-06\350\256\241\347\256\227\345\261\236\346\200\247(\345\225\206\345\223\201\350\257\246\346\203\205\345\200\222\350\256\241\346\227\266\346\212\230\346\211\243)/demo.html" create mode 100644 "\345\217\266\347\216\211\351\234\236/Vue/2022-04-06\350\256\241\347\256\227\345\261\236\346\200\247(\345\225\206\345\223\201\350\257\246\346\203\205\345\200\222\350\256\241\346\227\266\346\212\230\346\211\243)/img/1.jpg" create mode 100644 "\345\217\266\347\216\211\351\234\236/Vue/2022-04-06\350\256\241\347\256\227\345\261\236\346\200\247(\345\225\206\345\223\201\350\257\246\346\203\205\345\200\222\350\256\241\346\227\266\346\212\230\346\211\243)/img/2.jpg" create mode 100644 "\345\217\266\347\216\211\351\234\236/Vue/2022-04-06\350\256\241\347\256\227\345\261\236\346\200\247(\345\225\206\345\223\201\350\257\246\346\203\205\345\200\222\350\256\241\346\227\266\346\212\230\346\211\243)/img/3.jpg" create mode 100644 "\345\217\266\347\216\211\351\234\236/Vue/2022-04-06\350\256\241\347\256\227\345\261\236\346\200\247(\345\225\206\345\223\201\350\257\246\346\203\205\345\200\222\350\256\241\346\227\266\346\212\230\346\211\243)/img/4.jpg" create mode 100644 "\345\217\266\347\216\211\351\234\236/Vue/2022-04-06\350\256\241\347\256\227\345\261\236\346\200\247(\345\225\206\345\223\201\350\257\246\346\203\205\345\200\222\350\256\241\346\227\266\346\212\230\346\211\243)/img/5.jpg" create mode 100644 "\345\217\266\347\216\211\351\234\236/Vue/2022-04-06\350\256\241\347\256\227\345\261\236\346\200\247(\345\225\206\345\223\201\350\257\246\346\203\205\345\200\222\350\256\241\346\227\266\346\212\230\346\211\243)/img/6.jpg" 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 123b5c0..dc14595 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 @@