From ecc4007499e6e0706357f3c04620cf9aef2be492 Mon Sep 17 00:00:00 2001 From: edisonxiang Date: Thu, 19 Sep 2019 07:52:50 +0800 Subject: [PATCH] add dot --- themes/project/static/css/custom.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/themes/project/static/css/custom.css b/themes/project/static/css/custom.css index 973c698..0dd1fe6 100644 --- a/themes/project/static/css/custom.css +++ b/themes/project/static/css/custom.css @@ -174,16 +174,30 @@ } .reason .content_why .detail { margin-left: 50px; + position: relative; } .reason .content_why .detail p { font-size: 20px; color: #313131; line-height: 30px; + padding-left: 15px; } .reason .content_why .detail p:nth-child(1) { /*margin-bottom: 40px;*/ } +.reason .content_why .detail p::before{ + content:''; + display: inline-block; + position: absolute; + top: 10px; + left:0; + border-radius: 50%; + background: #000; + width: 5px; + height: 5px; +} + .e_mail { background: url('../img/bg2.png') no-repeat; height: 380px; -- GitLab