显示出来如上图:ASPX页面的代码: > Skin.skin中的代码: <asp:Button runat = "Server" CssClass = "button60"/><asp:Label Font-Bold="true" ForeColor="orange" runat="server" /><asp:Calendar BackColor="White" BorderColor="Black" BorderStyle="Solid" CellSpacing="1" Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" Height="250px" NextPrevFormat="ShortMonth" Width="330px" runat="server"> <SelectedDayStyle BackColor="#333399" ForeColor="White" /> <OtherMonthDayStyle ForeColor="#999999" /> <TodayDayStyle BackColor="#999999" ForeColor="White" /> <DayStyle BackColor="#CCCCCC" /> <NextPrevStyle Font-Bold="True" Font-Size="8pt" ForeColor="White" /> <DayHeaderStyle Font-Bold="True" Font-Size="8pt" ForeColor="#333333" Height="8pt" /> <TitleStyle BackColor="#333399" BorderStyle="Solid" Font-Bold="True" Font-Size="12pt" ForeColor="White" Height="12pt" /></asp:Calendar> Style.CSS中的代码: .button60{ font-weight: bold; font-size: 12pt; background-image: url(../Images/EPS_Button_BG_60.gif); width: 60px; cursor: hand; color: Blue; height: 50px; text-align: center; border-style: none;} 相关文章: 2021-12-21 2022-12-23 2022-12-23 2021-10-16 2021-09-04 2021-09-27 2021-05-19 2022-02-27