如何将样式表中的样式应用的移动控件上,例如:
<style type="text/css">
body, div, p, h1, h2, h3, em, span, a, td, form, input, select, textarea, ul, li
{
margin: 0;
padding: 0;
font-size: 12px;
font-style: normal;
}
a
{
color: #0070C0;
text-decoration: none;
}
se1 .se-ip
{
width: 120px;
border: 1px inset #01589D;
padding: 2px;
margin-right: 2px;
}
</style>
<style type="text/css">
.se-ip { width: 120px; border: 1px inset #01589D; padding: 2px; margin-right: 2px;}
</style>
如何将.se-ip应用到<mobile:Panel ID="Panel1" Runat="server" ></mobile:Panel>上?