From eb1b3ef592c1ef12d5f1f0d29ed32b884699576f Mon Sep 17 00:00:00 2001 From: asd <374367073@qq.com> Date: Fri, 13 Dec 2019 12:00:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/index/list/index.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 components/index/list/index.scss diff --git a/components/index/list/index.scss b/components/index/list/index.scss new file mode 100644 index 0000000..aae32e5 --- /dev/null +++ b/components/index/list/index.scss @@ -0,0 +1,12 @@ +.list { + width: 623rpx; + margin-top: 36rpx; + .title { + font-size: 30rpx; + color: #333; + font-weight: bold; + margin-left: 32rpx; + // margin-bottom: 32rpx; + } + + } \ No newline at end of file