From 9c972450ac7e4aee8368ba50157858c4a236dd1a Mon Sep 17 00:00:00 2001 From: jiangyy Date: Thu, 20 Jan 2022 13:42:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/img/add.png | Bin 0 -> 618 bytes .../scss/modules/management/categoryMain.scss | 81 ++++ src/views/modules/base/category/main.vue | 382 ++++++++++++++++++ 3 files changed, 463 insertions(+) create mode 100644 src/assets/img/add.png create mode 100644 src/assets/scss/modules/management/categoryMain.scss create mode 100644 src/views/modules/base/category/main.vue diff --git a/src/assets/img/add.png b/src/assets/img/add.png new file mode 100644 index 0000000000000000000000000000000000000000..59a8922f7e7532587230d7b994ed15283af9dcc0 GIT binary patch literal 618 zcmV-w0+s!VP)Px%BuPX;R9Hvtncr*EP!z|{x%shlYiev6!YT}{WxBoj1H=dafC;jv;s4>Ye}eu8 z;+u#}P+^Qc`5*Ww+O6A5GpdNBsomD><{n9H!G}=p4bgV?-iHLj_vU=^z2}~g9E9Qc zo3ohN{BW7=T};4?P-@WpiG=ya(9+7#wrVTtsjd{cpQC`qL38j4l5ZqlT5>AvQ1)=c2>fq zOcL#ECfg(?;hrBpC!m6acA}Esf4 img { + width: 86px; + height: 86px; + } + } + + .item_add { + font-size: 24px; + font-family: PingFang SC; + font-weight: 500; + color: #333333; + line-height: 350px; + display: flex; + align-items: center; + padding: 17px 16px; + + > img { + width: 86px; + height: 86px; + } + + > span { + font-size: 24px; + font-family: PingFang SC; + font-weight: 500; + color: #333333; + line-height: 350px; + margin-left: 16px; + } + } + } + } + + .div_room::after { + content: ''; + flex: 1; + } +} diff --git a/src/views/modules/base/category/main.vue b/src/views/modules/base/category/main.vue new file mode 100644 index 00000000..7e8900de --- /dev/null +++ b/src/views/modules/base/category/main.vue @@ -0,0 +1,382 @@ + + + + + + + + + \ No newline at end of file