forked from x/volcanos
opt some
This commit is contained in:
parent
f0f5488f5f
commit
c28a0091b5
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user