Browse Source

项目工作描述复制修改;

huan-jie 4 years ago
parent
commit
3a1890cd74
1 changed files with 6 additions and 6 deletions
  1. 6 6
      assets/css/job/_post_id.scss

+ 6 - 6
assets/css/job/_post_id.scss

@@ -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 {