gpt4 book ai didi

c# - 将 div 的内容居中 - 使用 CSS

转载 作者:太空宇宙 更新时间:2023-11-04 15:21:04 25 4
gpt4 key购买 nike

我在用户控件中有以下来源:

<asp:Panel runat="server" ID="PanelParametersList" CssClass="AccessReportParameterControls"></asp:Panel>

<div class = "buttonpanel">
<asp:Button ID="Button1" runat="server" Text="View Report"
onclick="Button1_Click"></asp:Button>
<asp:Button ID="Button2" runat="server" Text="Back"
onclick="Button2_Click"></asp:Button>
</div>

在包含的 aspx 页面的标题中,我添加了 css 样式:

<style type="text/css">
.ReportViewer_AccessReportViewer { position:absolute; top:50px; }
.ReportViewer_AccessReportViewer_noparams { position:absolute; top:0px; }
.AccessReportParameterControls {width: 100%; background-color: #E4E4EC; padding: 5px; }
.ParameterContainer {width: 100%;}
.ParameterControlLabel {padding:0, 10, 0, 10;}
.AccessReportParameters {width: 100%;}
.buttonpanel {margin:0 auto; }

</style>

我试图将按钮面板 div 的内容居中,但我没有运气......有什么想法吗?

最佳答案

将div中的内容居中

text-align:center;

关于c# - 将 div 的内容居中 - 使用 CSS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9175384/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com