当前位置:网站首页>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;
}
边栏推荐
- unity CS1513
- JVM tuning
- A priori, a posteriori, likelihood
- JVM four reference types
- 【滤波跟踪】基于EKF、时差和频差定位实现目标跟踪附matlab代码
- Full analysis of warehouse building on the lake: how to build a lake warehouse integrated data platform | deepnova technology collection series open class phase IV
- Implementation of grayscale publishing with haproxy
- Redis advantages and data structure related knowledge
- The open source of "avoiding disease and avoiding medicine" will not go far
- My creation anniversary -- July 25th, 2022
猜你喜欢

真正的 HTAP 对用户和开发者意味着什么?

【物理应用】大气吸收损耗附matlab代码

Example of observer mode of C -- ordering milk

Unity 之 切换语言导致报错:System.FormatException:String was not recognized as a valid DateTime.

Open source database innovation in the era of digital economy | the 2022 open atom global open source summit database sub forum was successfully held

SwiftUI 组件之如何实现电话号码掩码隐藏部分的文本字段TextField(教程含源码)

1、 My first wechat applet

LeetCode_ 63_ Different paths II

Leetcode skimming - super power 372 medium
![[GXYCTF2019]StrongestMind](/img/f4/61932548e0c7dd60d790d31fb5b96b.png)
[GXYCTF2019]StrongestMind
随机推荐
JVM four reference types
112. 使用自开发的代理服务器解决 SAP UI5 FileUploader 上传文件时遇到的跨域访问错误
4 年后,Debian 终夺回“debian.community”域名!
【物理应用】大气吸收损耗附matlab代码
One Hot编码是什么?为什么要用它,什么时候用它?
Special Lecture 6 tree DP learning experience (long-term update)
CTR click through rate prediction practice project of advertising recommendation!
How to write a JMeter script common to the test team
Structure and working principle of thyristor
Is zero basic software testing training reliable?
Configuration tutorial: how does the organizational structure of the new version of easycvr (v2.5.0) cascade to the superior platform?
[GXYCTF2019]StrongestMind
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
QT - CPP database operation
Full analysis of warehouse building on the lake: how to build a lake warehouse integrated data platform | deepnova technology collection series open class phase IV
If you want to change to it, does it really matter if you don't have a major?
Zero knowledge proof: zkp with DDH assumption
New upgrade! The 2022 white paper on cloud native architecture was released
Decimal to binary advanced version (can convert negative numbers and boundary values)
A priori, a posteriori, likelihood