diff --git a/css/common.css b/css/common.css index 9cd8870..bd23ea2 100644 --- a/css/common.css +++ b/css/common.css @@ -573,6 +573,14 @@ body { margin-bottom: 20px; position: absolute; transition: all 0.3s; + user-select: none; +} +.my-project .my-box .manage-box .list .item.load { + transition: auto; + z-index: 1000; +} +.my-project .my-box .manage-box .list .item:active { + opacity: 1; } .my-project .my-box .manage-box .list .item .top { padding: 16px 10px 14px; @@ -706,11 +714,14 @@ body { background-color: transparent; resize: none; font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; + height: 34px; } .my-project .my-box .manage-box .list .item .bottom .drag-icon { width: 16px; height: 16px; margin-top: 6px; + cursor: pointer; + -webkit-user-drag: none; } .empty-box { flex-direction: column; diff --git a/css/common.less b/css/common.less index 77b869c..82a9c9a 100644 --- a/css/common.less +++ b/css/common.less @@ -647,7 +647,17 @@ body { border-radius: 12px; margin-bottom: 20px; position: absolute; - transition: all .3s; + transition: all 0.3s; + user-select: none; + + &.load { + transition: auto; + z-index: 1000; + } + + &:active { + opacity: 1; + } .top { padding: 16px 10px 14px; @@ -795,12 +805,15 @@ body { background-color: transparent; resize: none; font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; + height: 34px; } .drag-icon { width: 16px; height: 16px; margin-top: 6px; + cursor: pointer; + -webkit-user-drag: none; } } } diff --git a/html/index.html b/html/index.html index 50c9c66..17bad70 100644 --- a/html/index.html +++ b/html/index.html @@ -307,10 +307,11 @@