📄 criteria.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Criteria.aspx.cs" Inherits="Default3" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 353px; z-index: 100; left: 116px; position: absolute; top: 270px;" align="center">
<tr>
<td colspan="1" style="width: 274px; height: 31px; text-align: center">
<strong><span style="color: #3300cc">10 %</span></strong></td>
<td colspan="2" style="width: 256px; height: 31px; text-align: center;">
<strong><span style="color: #3300cc">12%</span></strong></td>
<td style="width: 215px; height: 31px; text-align: center;">
<strong><span style="color: #3300cc"> SEMESTER</span></strong></td>
</tr>
<tr>
<td colspan="1" style="width: 274px; height: 34px">
<asp:DropDownList ID="DropDownList3" runat="server">
<asp:ListItem>50</asp:ListItem>
<asp:ListItem>55</asp:ListItem>
<asp:ListItem>60</asp:ListItem>
<asp:ListItem>65</asp:ListItem>
<asp:ListItem>70</asp:ListItem>
</asp:DropDownList> </td>
<td colspan="2" style="width: 256px; height: 34px">
<asp:DropDownList ID="DropDownList4" runat="server">
<asp:ListItem>50</asp:ListItem>
<asp:ListItem>55</asp:ListItem>
<asp:ListItem>60</asp:ListItem>
<asp:ListItem>65</asp:ListItem>
<asp:ListItem>70</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 215px; height: 34px;">
<asp:DropDownList ID="DropDownList5" runat="server" Style="z-index: 100; left: 248px;
position: absolute; top: 47px">
<asp:ListItem>50</asp:ListItem>
<asp:ListItem>55</asp:ListItem>
<asp:ListItem>60</asp:ListItem>
<asp:ListItem>65</asp:ListItem>
<asp:ListItem>70</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td colspan="4" style="height: 50px">
<asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/NewFolder1/SUB.GIF" OnClick="ImageButton1_Click" Height="44px" Width="323px" /></td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -