Skip to content

Instantly share code, notes, and snippets.

@lgh06
Last active July 19, 2020 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgh06/0fbfcc4a6b91a0345123935557192846 to your computer and use it in GitHub Desktop.
Save lgh06/0fbfcc4a6b91a0345123935557192846 to your computer and use it in GitHub Desktop.
{
"v.huatu.com": {
"_enabled": true,
"_rules": {
"div.origin": {
"display": "none"
},
"div.testCard div:first-child": {
"height": "auto"
},
"#section": {
"float": "none"
},
"#section+.right": {
"position": "static",
"right": "auto"
},
"#section+.right .testCard": {
"width": "100%",
"position": "static"
},
".analysis > div:nth-child(1)": {
"display": "flex",
"flex-direction": "column-reverse"
},
".question_list": {
"width": "100%"
},
".question_list .other": {
"width": "100%",
"padding": "10px",
"margin-left": "0"
},
"#section > p": {
"width": "100%"
},
"li.no.is-correct": {
"background": "#333",
"border": "1px solid lightyellow"
},
"p.richText.content": {
"width": "100%",
"float": "none"
},
"div.theCard div ul": {
"zoom": ".8"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment