From a3a8c23b196980732a795713a5eb5fe0c7075bf9 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Wed, 11 Jul 2018 21:47:13 +0800 Subject: [PATCH] Revert "提交" --- src/app/routes/pro/list/basic-list/basic-list.component.less | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/src/app/routes/pro/list/basic-list/basic-list.component.less b/src/app/routes/pro/list/basic-list/basic-list.component.less new file mode 100644 index 0000000..4a8ff3f --- /dev/null +++ b/src/app/routes/pro/list/basic-list/basic-list.component.less @@ -0,0 +1,21 @@ +.header-info { + position: relative; + text-align: center; + > em { + background-color: #e8e8e8; + position: absolute; + height: 56px; + width: 1px; + top: 0; + right: 0; + } +} + +@media screen and (max-width: 576px) { + .header-info { + margin-bottom: 16px; + > em { + display: none; + } + } +} -- Gitblit v1.8.0