mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-07 00:02:53 +08:00
14 lines
207 B
Plaintext
Executable File
14 lines
207 B
Plaintext
Executable File
/**app.wxss**/
|
|
#myCanvas {
|
|
height: 100%;
|
|
width: 100%;
|
|
position: absolute;
|
|
top: 0px;
|
|
bottom: 0px;
|
|
}
|
|
|
|
input {
|
|
color: transparent;
|
|
text-shadow: 0 0 0 #000;
|
|
opacity: 0;
|
|
} |