diff --git a/css/index.css b/css/index.css index a16e40d..f8995b5 100644 --- a/css/index.css +++ b/css/index.css @@ -170,11 +170,10 @@ font-weight: 400; font-size: 16px; color: #000000; - margin-bottom: 6px; + margin-bottom: 7px; position: relative; max-width: 405px; box-sizing: border-box; - display: inline; } .fate .list .item .left .name::after { content: ""; @@ -200,7 +199,7 @@ } .fate .list .item .left .message .virgule { color: #d7d7d7; - margin: 0 5px; + margin: 0 9px; } .fate .list .item .btn { width: 110px; diff --git a/css/index.less b/css/index.less index 52b8e0d..0f4a11b 100644 --- a/css/index.less +++ b/css/index.less @@ -196,11 +196,10 @@ font-weight: 400; font-size: 16px; color: #000000; - margin-bottom: 6px; + margin-bottom: 7px; position: relative; max-width: 405px; box-sizing: border-box; - display: inline; &::after { content: ""; @@ -226,7 +225,7 @@ } .virgule { color: #d7d7d7; - margin: 0 5px; + margin: 0 9px; } } }