diff --git a/src/assets/image/02-2.png b/src/assets/image/02-2.png new file mode 100644 index 0000000..def8ca2 Binary files /dev/null and b/src/assets/image/02-2.png differ diff --git a/src/assets/image/02.png b/src/assets/image/02.png index def8ca2..85d6c55 100644 Binary files a/src/assets/image/02.png and b/src/assets/image/02.png differ diff --git a/src/views/home/home.vue b/src/views/home/home.vue index 0da474c..2f9698e 100644 --- a/src/views/home/home.vue +++ b/src/views/home/home.vue @@ -704,21 +704,21 @@ export default { display: flex; // justify-content: center; align-items: center; - span:nth-child(1) { - width: 17px; - font-size: 30px; - font-family: DIN; - font-weight: bold; - font-style: italic; - color: #999999; - line-height: 9px; - } - span.color { - color: #ffa32c; - } - span:nth-child(2) { - padding: 0 10px 0 0px; - } + // span:nth-child(1) { + // width: 17px; + // font-size: 30px; + // font-family: DIN; + // font-weight: bold; + // font-style: italic; + // color: #999999; + // line-height: 9px; + // } + // span.color { + // color: #ffa32c; + // } + // span:nth-child(2) { + // padding: 0 10px 0 0px; + // } } } }