請教各位大佬:
使用了JqueryMobile 框架,這是提交前的界面

提交后的界面重疊了

請問如何解決?
uj5u.com熱心網友回復:
貼代碼,貼dom的結構.uj5u.com熱心網友回復:
頁面代碼太多了,截取了有問題的那一段:<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ShebeiJc.aspx.cs" Inherits="ShebeiJc" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
<title></title>
</head>
<body>
<div data-role="page" id="page1">
<div data-role="header">
<label for="教室設備維保" style="text-align:center" >
<asp:Label ID="Label_LoginUser" runat="server" Text="" ></asp:Label>
<asp:Label ID="Label_jxl" runat="server" Text="Label" ></asp:Label>
<asp:Label ID="Label_jsh" runat="server" Text="Label"></asp:Label>
教室設備檢查
</label>
</div>
<div data-role="main" class="ui-content">
<form runat="server">
<fieldset data-role="collapsible" id="coll1" runat="server">
<legend>投影機維護登記(不要用,還沒搞好)</legend>
<!--<div id="projector" runat="server"></div> -->
<asp:RadioButtonList runat="server" ID="RadioButtonList1" BorderStyle="None" RepeatColumns="3" CssClass=""
RepeatLayout="Flow" runat="server" data-ajax="false">
</asp:RadioButtonList>
<div id="tabs" data-role="tabs">
<div data-role="navbar">
<ul>
<li><a href="https://bbs.csdn.net/topics/#one" data-ajax="false">測光</a></li>
<li><a href="https://bbs.csdn.net/topics/#two" data-ajax="false">換燈泡</a></li>
<li><a href="https://bbs.csdn.net/topics/#three" data-ajax="false">清零</a></li>
</ul>
</div>
<div class="ui-body-d ui-content" id="one">
<label for="lamp">投影機使用時間:</label>
<asp:TextBox ID="TextBox_ProjectorTime" runat="server"></asp:TextBox>
<label for="lamp">燈泡亮度:</label>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<label for="lamptime">燈泡使用時間:</label>
<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox>
<asp:Button ID="Button1" runat="server" data-inline="true" Text="提交" OnClick="Button1_Click" />
<!--OnSelectedIndexChanged="RadioButtonList1_SelectedIndexChanged" AutoPostBack="true"
-->
</div>
<div id="two">
<label for="oldlamp">舊燈泡亮度:</label>
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>
<label for="oldlamptime">舊燈泡使用時間:</label>
<asp:TextBox ID="TextBox4" runat="server"></asp:TextBox>
<label for="newlamp">新燈泡亮度:</label>
<asp:TextBox ID="TextBox5" runat="server"></asp:TextBox>
<label for="newlampNo">新燈泡序列號:</label>
<asp:TextBox ID="TextBox6" runat="server"></asp:TextBox>
<asp:Button ID="Button3" runat="server" data-inline="true" Text="提交" OnClick="Button1_Click" />
</div>
</div>
</fieldset>
</div>
</body>
</html>
轉載請註明出處,本文鏈接:https://www.uj5u.com/net/138689.html
標籤:C#
上一篇:各位大佬,這個題應該選A還是B啊
