在非移动设备上观看时如何增加提交按钮的宽度?
这是一个包含在登录页面中嵌入的iFrame的响应式表单。
CSS代码:
.loudbutton, .quietbutton {
width: 50%;
height: 40%;
color: white;
border-radius: 0.5em;
background-color: rgb(79, 111, 163);
border: none;
padding: 7px;
margin: 10px 0px 10px 0px;
-webkit-appearance: none;
float: none;
min-width: 203px;
}
JS小提琴 - https://jsfiddle.net/xpepn72r/