gpt4 book ai didi

Html.TextAreaFor() 移除默认样式

转载 作者:行者123 更新时间:2023-11-27 23:43:41 25 4
gpt4 key购买 nike

我在注册表格中使用了一些 HTML 帮助程序,但其中一些有一个大纲,我的 CSS 中没有包含该大纲。

我尝试删除我认为可能相关的参数。

@Html.TextAreaFor(x => x.correo, new { @type = "email", @placeholder = "Correo", @class = "input_helper" })
.form_box .input_helper {
font-family: sans-serif;
border: 0;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid #3498db;
padding: 14px 10px;
width: 200px;
height: 15px;
outline: none;
border-radius: 24px;
transition: 0.25s;
color: white;
}

这是它的样子

Page Preview

最佳答案

删除了调整大小的 handle 。 ( Tieson T. )

 .input_helper {
resize:none;
}

关于Html.TextAreaFor() 移除默认样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56911334/

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