- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试编辑模板中的表单。该表单将是一个非常常见的搜索表单,带有两个文本框(What
和 Where
)和按钮 Search
。
两个文本框应具有相同的宽度
,并用垂直灰线分隔。
我将与表单相关的完整代码
放在以下几行中,无论如何,为了完整起见,我还提供了模板的链接:
https://demo.themeregion.com/jobs-updated/details.html
这是表单的代码:
<form action="#">
<!-- category-change -->
<div class="dropdown category-dropdown">
<a data-toggle="dropdown" href="#"><span class="change-text">Job Category</span> <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu category-change">
<li><a href="#">Customer Service</a></li>
<li><a href="#">Software Engineer</a></li>
<li><a href="#">Program Development</a></li>
<li><a href="#">Project Manager</a></li>
<li><a href="#">Graphics Designer</a></li>
</ul>
</div><!-- category-change -->
<!-- language-dropdown -->
<div class="dropdown category-dropdown language-dropdown">
<a data-toggle="dropdown" href="#"><span class="change-text">Job Location</span> <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu category-change language-change">
<li><a href="#">Location 1</a></li>
<li><a href="#">Location 2</a></li>
<li><a href="#">Location 3</a></li>
</ul>
</div><!-- language-dropdown -->
<input type="text" class="form-control" placeholder="Type your key word">
<button type="submit" class="btn btn-primary" value="Search">Search</button>
</form>
</div><!-- banner-form -->
这是CSS的代码:
/* ==========================================================================
banner-form
========================================================================== */
.banner-form {
background-color: rgba(0, 0, 0, 0.14);
padding: 8px;
max-width: 750px;
margin: 12px auto;
border-radius: 5px;
text-align:left;
}
.banner-form form {
border-radius:4px;
background-color:#fff;
position:relative;
}
.category-dropdown {
background-color: #fff;
border-right: 1px solid #e6e6e6;
border-radius: 5px 0px 0px 5px;
min-width: 200px;
line-height: 45px;
text-align: left;
padding: 0 20px;
}
.category-dropdown a i{
margin-left: 5px;
}
.category-dropdown a {
font-size: 16px;
margin: 0;
color: #000;
border: none;
border-radius: 5px 0 0 5px;
text-transform: capitalize;
font-family: 'MyriadPro-Regular', sans-serif;
}
.banner-form input {
min-width: 375px;
padding:0 18px 0;
margin: 0;
font-family: 'MyriadPro-Regular', sans-serif;
border: none;
margin-left: -4px;
}
.banner-form .form-control,
.banner-form .category-dropdown {
display:inline-block;
width:30%;
height:46px;
font-size:16px;
color: #000;
}
.banner-form button.btn.btn-primary {
position:absolute;
right:-2px;
bottom:0;
font-size: 16px;
max-width: 114px;
background-color: #00a651;
border-radius: 0 5px 5px 0 ;
color: #fff;
text-transform: uppercase;
border-color:#00a651;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
height:100%;
padding: 10px 20px;
}
.banner-form button:hover {
background-color: #0072bc;
border-color: #0072bc;
}
.banner-socail li {
display: inline-block;;
}
.banner-socail li a {
color: #fff;
font-size: 20px;
background-color:transparent;
display: block;
height: 35px;
width: 35px;
line-height: 35px;
border:1px solid transparent;
border-radius:3px;
}
.banner-socail li i{
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.banner-socail li a:hover .fa-facebook {
color: #405D9B;
}
.banner-socail li a:hover .fa-twitter {
color: #29C5F6;
}
.banner-socail li a:hover .fa-google-plus {
color: #CA3E27;
}
.banner-socail li a:hover .fa-youtube {
color: #EB2429;
}
.category-items {
background-color: #fff;
display: inline-block;
padding:40px 0px 10px;
border-radius: 3px;
}
.category a {
color: #505050;
display:block;
}
.banner-form .dropdown-menu {
min-width:100%;
padding:15px 0;
}
.category-icon {
min-height: 37px;
width: 100%;
}
.category-icon img {
margin: 0 auto;
}
.category-title {
color:#505050;
}
.category-quantity {
color: #b5b5b5;
}
.category-title {
display:block;
font-size: 16px;
}
.category-item:hover .category-quantity,
.category-item:hover .category-title {
color :#00a651;
}
.ad-section {
margin: 40px 0;
}
.ad-meta {
background-color: #f6f6f6;
border-top: 1px solid #eeeeee;
min-height: 35px;
position: absolute;
bottom: 0;
right:-1px;
width:100%;
padding-left:25px;
display:table;
font-size:14px;
}
.ad-meta .meta-content {
display:table-cell;
vertical-align:middle;
}
.ad-meta .meta-content .dated {
margin-right:20px;
}
.ad-meta .meta-content .dated,
.ad-meta .meta-content .visitors {
font-weight:500;
color:#9fa4a4;
}
.ad-meta .meta-content span,
.ad-meta .meta-content a {
font-weight:400;
color: #9fa4a4;
}
.ad-meta .meta-content a:hover {
color: #00a651;
}
.ad-meta .user-option a{
font-size: 18px;
color: #9fa4a4;
display:inline-block;
width: 40px;
height: 35px;
text-align: center;
line-height: 35px;
}
.featured .ad-meta .user-option a {
width:30px;
}
.ad-meta .user-option a:hover {
background-color:#fff;
color: #00a651;
}
.ad-meta .user-option a.edit-item:hover {
color:#0072bc;
}
.ad-meta .user-option a.delete-item {
color:#ed1c24;
}
.ad-meta .user-option a.delete-item:hover {
color:#c3171d;
}
.ad-meta a i {
text-align: right
}
a.verified {
position: absolute;
top: 0;
right: 0;
}
a.verified i {
height: 20px;
width: 20px;
background-color: #00a651;
color: #fff;
line-height: 25px;
text-align: center;
}
.ad-section img {
display: inline;
}
.item-image {
position:relative;
}
.item-image img {
width:100%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.job-ad-item:hover .item-image img {
-moz-transform: scale(1.05) rotate(2deg);
-webkit-transform: scale(1.05) rotate(2deg);
-o-transform: scale(1.05) rotate(2deg);
-ms-transform: scale(1.05) rotate(2deg);
transform: scale(1.05) rotate(2deg);
}
.item-image-box, .item-info {
padding: 0;
margin: 0;
}
.item-image-box {
overflow:hidden;
}
.latest-jobs-ads {
margin-bottom: 15px;
background-color: #fff;
padding: 15px 30px;
}
.job-ad-item .ad-info span+a {
color: #9fa4a4;
font-size: 14px;
line-height: 16px;
}
.job-ad-item .ad-info span {
color: #a0a0a0;
font-size: 14px;
line-height: 17px;
}
.tab-manu {
overflow:hidden;
border-bottom: 1px solid #f2f2f2
}
.tab-manu h4 {
float:left;
margin-bottom: 14px;
}
.tab-manu .nav-tabs {
float:right;
border: none;
border: 1px solid transparent;
}
.tab-manu .nav-tabs li a {
padding:12px 15px;
border-bottom:0;
text-transform:capitalize;
color:#9c9c9c;
margin-left: 2px;
}
.tab-manu .nav-tabs li a:hover,
.tab-manu .nav-tabs li a:focus,
.tab-manu .nav-tabs li.active a {
border:1px solid #f2f2f2;
background-color: #fcfcfc;
border-bottom: #f2f2f2;
border-radius: 0;
color: #00a651;
}
.my-ads .ad-meta .pending {
color:#f7941d;
}
那么,我必须编辑什么才能达到我的目标?
最佳答案
这就是您要达到的目标吗? https://codepen.io/panchroma/pen/JaMrad
我添加了一条规则来隐藏关键字文本输入字段,另一条规则将工作地点和工作类别字段的大小调整为可用空间的一半:
input.form-control {
display: none !important;
}
.banner-form-full.banner-form .form-control,
.banner-form-full.banner-form .category-dropdown {
width: calc(50% - 40px) !important;
/* make width 50% of available width less the 20px left and right padding */
}
===
这是另一个版本: https://codepen.io/panchroma/pen/BOJJXL
HTML
<form action="#">
<div class="input job-category"><input type="text" name="job-category" placeholder="Job Category" ></div>
<div class="input job-location"><input type="text" name="job-category" placeholder="Job Location" ></div>
<button type="submit" class="btn btn-primary" value="Search">Search</button>
</form>
CSS
form{
display:grid;
grid-template-columns:1fr 1fr 100px;
grid-template-rows: 40px;
}
.input{
padding:0 !important;
}
input{
width:100%;
height:40px;
margin:0 !important;
}
.job-category{
border-right:1px solid grey;
}
.banner-form button.btn.btn-primary{
height:40px !important;
right:0 !important;
}
@media (max-width: 600px) {
form{
grid-template-columns:1fr;
grid-template-rows: 40px 40px 40px;
}
.job-category{
border-right:none;
border-bottom:1px solid grey;
}
}
希望这对您有所帮助!
关于html - CSS - 使用 2 个宽度相同的文本框编辑响应式表单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52245793/
我添加了编辑按钮 self.navigationItem.rightBarButtonItem = [[[UIBarButtonItem alloc] initWithBarButto
我试图在运行时“干净地”更改 UIBarButtonItem 文本,以便可以切换编辑/完成模式。然而,每次我在运行时更改 title 属性时,动画看起来都很笨拙。我正在寻找模拟联系人应用程序中“编辑/
这个问题不太可能帮助任何 future 的访问者;它只与一个小的地理区域、一个特定的时间点或一个非常狭窄的情况有关,这些情况并不普遍适用于互联网的全局受众。为了帮助使这个问题更广泛地适用,visit
我想更改 INI 文件中的一些值。不幸的是,我在 2 个不同的部分有键,它们共享相同的名称但需要不同的值。我的代码使用 Get-IniContent函数来自 PsIni . 示例 INI 文件: [P
是否有通知或委托(delegate)方法可用于检测表格 View 何时进入编辑状态? 我想要做的是检测表正在编辑,然后显示一个额外的行,上面写着“添加新项目”或类似的东西。 我尝试在加载 View C
例如,我试图从 svg 读取样式块,我可以获取类型但不能获取字符串。 $svgTemplate = new SimpleXMLElement($_POST['SvgTemplateImport']);
我可以使用 self.navigationItem.leftBarButtonItem = self.editButtonItem; 通过按下导航面板上的编辑按钮让 UITableViewContro
我正在使用markitup!作为 Markdown 编辑器( example )。 目前,我需要按预览按钮(绿色勾号)来显示预览面板。 我希望自动显示预览 - 我怎样才能实现这一点? 最佳答案 我没有
我的处境非常糟糕。我丢失了源代码,客户需要在应用程序中进行一些更改。想想一个编辑程序集的例子:Test.dll,然后添加代码行,最后重新编译它 所以我的问题是: -可以这样做吗? -如果可能的话,什么
我使用了一些 JavaScript 来通过按钮更改段落元素的内容。它工作正常,但我还想让按钮控制标题和附图。给我指明正确的方向吗? 这是我用来更改段落的代码 .... 谢谢! 最佳答案 尝试将 Ja
是否有任何 Emacs lisp 插件可以让我轻松地在 yaml 文件中编辑或输入数据。 例如: --- sample yaml file ---Name : Addr :City :State:Zi
新手Java问题,我确定已经解决了,但是在任何地方都找不到解决方案:( 我想使用这里包含的java程序http://sourceforge.net/projects/ant-tibco/files/
在我的网页中,我使用了 gridview。在这个 GridView 中,它显示了一组用户信息。我刚刚从智能标签菜单中添加了一个按钮。我的要求是当我点击每个用户对应的按钮时,它会重定向到另一个页面并显示
我想在没有任何框架的情况下直接在 JS 中编辑一个 SVG 文件。 基本上我有一个 SVG 主文件,其中应该包含一些子 SVG。 我已经在 Ajax 中检索了这些子项的内容,但我想将它们插入到 SVG
我有我的 ViewModel,我有我的 Controller 可以从 ViewModel 正确显示,但是我不确定如何使 ViewModel 可编辑,以便将编辑后的数据发送回模型。我只想编辑 Order
我不确定我的做法是否正确。 IplImage *dog_1 = cvCreateImage(cvGetSize(oriImg), oriImg->depth, oriImg->nChannels);
我有一个创建二维码的网络服务器。在此过程中,我得到一个 BarcodeQRCode 对象,我可以从中获取图像 (.getImage())。 我不确定如何将这张图片发回给客户。我不想将它保存在文件中,而
已编辑:我的第一个问题解决了,但又出现了另一个问题,只提供了一个用户 ID。这是修改后的代码的屏幕截图。 回到表格,用户将按下编辑按钮,这样他就可以编辑问题并给出适当的操作.. 我的上表代码是这样的:
据我了解,我无法通过重新启动服务器来清除 MySQL 查询缓存。 每次运行 sql 时,我都试图获得与第一个代码块类似的结果 1-这是在重新启动 Apache 和 MySQL 之前(第一次使用这些查询
我正在创建一个页面来搜索项目,然后能够编辑/更新它。当它只返回一个结果时我能够做到这一点,但当它给我多个结果时我只能编辑最后一项。下面是我的代码: ....... $dj =$_POST[djnum]
我是一名优秀的程序员,十分优秀!