@@ -23,6 +23,12 @@
overflow: hidden;
z-index: 10;
word-break: break-all;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
}
.details-content-name {
@@ -2,7 +2,12 @@
@import "~@less/base.less";
.tips{
-
ul, ol {
padding: 0 0 0 15px;