作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在注册表格中使用了一些 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;
}
这是它的样子
最佳答案
删除了调整大小的 handle 。 ( Tieson T. )
.input_helper {
resize:none;
}
关于Html.TextAreaFor() 移除默认样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56911334/
我正在做一个项目,我的 android 在这个项目中作为一个网络服务器工作;输入带端口号的 IP 地址,打开 Web 界面,用户可以将文件上传到手机。我想在 Web 界面上显示一些图片,以便我们的界面
我是一名优秀的程序员,十分优秀!