|
|
@@ -112,9 +112,9 @@
|
|
|
color: rgba(51, 51, 51, 1);
|
|
|
line-height: 27px;
|
|
|
color: #333;
|
|
|
- user-select: all;
|
|
|
- -webkit-user-select: all;
|
|
|
- -ms-user-select: all;
|
|
|
+ user-select: text;
|
|
|
+ -webkit-user-select: text;
|
|
|
+ -ms-user-select: text;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -416,9 +416,9 @@
|
|
|
font-size: remtovw(0.28);
|
|
|
color: #444444;
|
|
|
word-break: break-all;
|
|
|
- user-select: all;
|
|
|
- -webkit-user-select: all;
|
|
|
- -ms-user-select: all;
|
|
|
+ user-select: text;
|
|
|
+ -webkit-user-select: text;
|
|
|
+ -ms-user-select: text;
|
|
|
}
|
|
|
|
|
|
.company-wrapper {
|