diff --git a/css/index.css b/css/index.css index 7b0a137..b78983d 100644 --- a/css/index.css +++ b/css/index.css @@ -406,7 +406,7 @@ } .recruit .list .item .operate .circle { position: relative; - z-index: 1; + z-index: 3; cursor: pointer; width: 28px; height: 28px; diff --git a/css/index.less b/css/index.less index 1d25c81..c6b3e1a 100644 --- a/css/index.less +++ b/css/index.less @@ -453,7 +453,7 @@ right: 24px; .circle { position: relative; - z-index: 1; + z-index: 3; cursor: pointer; width: 28px; height: 28px;