For example,import easyui,
then import purecss,<link rel="stylesheet" href="
http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
The following is sample code:
<form class="pure-form">
<fieldset>
<legend>A compact inline form</legend>
<input type="email" class="easyui-textbox" placeholder="Email">
<input type="password" class="easyui-textbox" placeholder="Password">
<label for="remember">
<input id="remember" type="checkbox"> Remember me
</label>
<button type="submit" class="pure-button pure-button-primary">Sign in</button>
</fieldset>
</form>
Please take a look,the display looks very strange.
In total,most time,the input item will only behave as easyui's style,and ignore other css unless I wrote the style in it.
External css will not take effect on the page item.
Please advise.