当前位置:网站首页>Wechat solves the problem of long press selected style
Wechat solves the problem of long press selected style
2022-07-28 19:08:00 【Li & Xuan】
user-select The attribute value
| value | describe |
|---|---|
| auto | Default . If the browser allows , You can select text . |
| none | Prevent text selection . |
| text | Text can be selected by the user . |
| all | Click to select text , Instead of double clicking . |
| contain | Select the text within this element , Only support (Explorer Not tested ) |
| inherit | Inherit this attribute of the parent element |
| initial | Set as the initial style attribute |
| revert | The default value of the element attribute defined in the style sheet . If the user defines the explicit setting in the style sheet , Then press the user-defined settings, otherwise , According to the browser's default style, set otherwise , Equivalent to unset |
| unset | If this attribute can be inherited , Is the inherited value , Can't be inherited (initial), Is the default value |
{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
边栏推荐
- What kind of knowledge payment system functions are more conducive to the development of the platform and lecturers?
- 零知识证明:具有DDH假设的 ZKP
- Configuration tutorial: how does the organizational structure of the new version of easycvr (v2.5.0) cascade to the superior platform?
- 2022 Hangdian multi school field 2 1011 DOS card (line segment tree)
- What does real HTAP mean to users and developers?
- New progress in the implementation of the industry | the openatom openharmony sub forum of the 2022 open atom global open source summit was successfully held
- Can I get employed after two months of software testing training?
- 【物理应用】水下浮动风力涡轮机的尾流诱导动态模拟风场附matlab代码
- 2022年暑假ACM热身练习3(详细)
- Live broadcast platform software development, JS implementation by alphabetical order
猜你喜欢

Win11怎么调亮度?Win11调屏幕亮度的四种方法

kotlin:Nothing

Win11系统svchost.exe一直在下载怎么办?

QT widget promoted to QWidget

C language (high-level) character function and string function + Exercise

AI has changed thousands of industries. How can developers devote themselves to the new "sound" state of AI voice

Chinese enterprise service industry market in 2022

When the new version of easycvr is linked at the same level, the subordinate platform passes up the cause analysis of the incomplete display of the hierarchical directory
![[actual combat] realize page distortion correction with OpenCV](/img/7b/7e25bde34a9d5463af3dd40599c80e.png)
[actual combat] realize page distortion correction with OpenCV

4、 Interface requests data to update input information interactively
随机推荐
配置教程:新版本EasyCVR(v2.5.0)组织结构如何级联到上级平台?
My creation anniversary -- July 25th, 2022
LeetCode_ 343_ integer partition
OAI L3 and L2 interface analysis
【数据分析】基于MATLAB实现SVDD决策边界可视化
QT function optimization: QT 3D gallery
How long does software testing training take?
How new people get started learning software testing
JVM four reference types
Introduction and advanced level of MySQL (I)
Two month software testing training scam? How to choose training institutions?
[GXYCTF2019]StrongestMind
kotlin:Nothing
MySQL date function
cv5200无线WiFi通信模块,视频图像传输无线化,实时无线通信技术
N32 replaces STM32. Don't ignore these details!
How to use the white list function of the video fusion cloud service easycvr platform?
视频融合云服务EasyCVR平台白名单功能如何使用?
Interviewer: what are the usage scenarios of ThreadLocal? How to avoid memory leakage?
【实战】用OpenCV实现页面扭曲矫正