diff --git a/static/css/main.css b/static/css/main.css index ddd49f81..7149c302 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -4266,7 +4266,8 @@ button:focus { margin: 0 auto; } .fifleBox{ - height: 275px; + min-height: 259px; + max-height: 275px; overflow-y: auto; } .neibianju1 .fifleBox{ @@ -4570,7 +4571,7 @@ button:focus { left: -30px; } .layerout_H2{ - height: calc(100vh - 422px); + height: calc(100vh - 406px); overflow-y: auto; transition: ease all 0.5s; background-color: rgb(246, 246, 246,0.8); @@ -7313,7 +7314,7 @@ h3.defualth3:hover{ border: 0; font-weight: 500; font-family: PingFang SC; - max-width: 112px; + max-width: 76px; padding: 0 14px; height: 28px; border-radius: 4px; @@ -7495,8 +7496,9 @@ li.secondMenu ul li:hover { } .neibianju { background-color: #fff; - padding-top: 2px; - height: 316px; + padding-top: 2px; + min-height: 259px; + max-height: 300px; border-radius: 16px 16px 0 0; box-shadow: 0 -3px 11px 1px rgba(0,0,0,0.06); overflow-y: auto; @@ -7651,7 +7653,7 @@ li.secondMenu ul li:hover { height: 54px; overflow: hidden; float: left; - max-width: 347px; + max-width: 368px; } .worklinkBtngroup button{ margin: 0 8px;