1
0
forked from x/volcanos
This commit is contained in:
harveyshao 2022-03-17 20:58:50 +08:00
parent f0f5488f5f
commit c28a0091b5

View File

@ -19,6 +19,13 @@ p.story {
div.story[data-type=spark][data-name=shell] { div.story[data-type=spark][data-name=shell] {
clear:both; clear:both;
} }
div.story[data-type=spark][data-name=shell] label {
-moz-user-select:none; /*火狐*/
-webkit-user-select:none; /*webkit浏览器*/
-ms-user-select:none; /*IE10*/
-khtml-user-select:none; /*早期浏览器*/
user-select:none;
}
div.story[data-type=spark] { div.story[data-type=spark] {
background-color:#2169a9a6; color:white; background-color:#2169a9a6; color:white;
box-shadow:4px 4px 10px 1px #626bd0; box-shadow:4px 4px 10px 1px #626bd0;