- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
我必须在两个 div
之间放置箭头。下面是一个示例图像,因此您可以获得正确的想法:
这是我目前拥有的:
<style>
.link{
font-size: 14px;
margin-bottom: 10px;
}
.link a{
border: 1px solid #d8d8d8;
border-radius: 1px;
color: #222222;
padding: 0.4rem;
display: block;
text-align: center;
height: 55px;
line-height: 20px;
}
.custom_padding{
padding-top: 15px !important;
}
.panel_custom{
width: 100%;
float: left;
padding: 1rem;
}
.custom_a{
padding: 0 !important;
text-align: right;
width: 100%;
background: #EFEFEF !important;
}
.custom_a:hover, .custom_a:active{
background: #EFEFEF !important;
}
</style>
<div class="row">
<div class="large-8 columns">
<div class="large-12 columns accordion" style="padding: 0;" data-accordion>
<div class="panel radius panel_custom accordion-navigation active">
<a href="#Normal" class="custom_a">Normal Pay Cycle</a>
<div id="Normal" class="panel_custom content active">
<div class="large-3 columns link"><a href="/timeclock/rapid">TimeClock Rapid Entry</a></div>
<div class="large-3 columns link"><a href="/timeclock/all/hoursworked" style="padding: 5px 0 0 0;">Hours Worked<br>(Approve Hours)</a></div>
<div class="large-3 columns link"><a href="/employees?Actions=Pay_Employee" class="custom_padding">Pay Employee</a></div>
<div class="large-3 columns link"><a href="/processing/taxpayments">Pay Taxes Owed</a></div>
</div>
</div>
</div>
<div class="large-12 columns accordion" style="padding: 0;" data-accordion>
<div class="panel radius panel_custom accordion-navigation active">
<a href="#Common" class="custom_a">Common Report</a>
<div id="Common" class="panel_custom content active">
<div class="large-4 columns link"><a href="/reports/employertotal" class="custom_padding">Employer's Tax Total</a></div>
<div class="large-4 columns link"><a href="/reports/hoursworked" class="custom_padding">Hours Worked</a></div>
<div class="large-4 columns link"><a href="/reports/employees" class="custom_padding">Employee Report</a></div>
<div class="large-4 columns link"><a href="/timeclock/all/hoursworked">TimeClock Hours Worked</a></div>
<div class="large-4 columns link"><a href="/reports/hoursworked132" class="custom_padding">Hours Worked 132 Col</a></div>
<div class="large-4 columns link"><a href="/processing/schedulechecks">Schedule of Checks Printed</a></div>
</div>
</div>
</div>
</div>
<div class="large-4 columns accordion" data-accordion>
<div class="panel radius panel_custom accordion-navigation active">
<a href="#Maintain" class="custom_a">Maintain Employees</a>
<div id="Maintain" class="panel_custom content active">
<div class="large-6 columns link"><a href="/employees/newemployee">Add Employee</a></div>
<div class="large-6 columns link"><a href="/employees?Actions=Details" class="custom_padding">Details</a></div>
<div class="large-6 columns link"><a href="/employees?Actions=Payrate" class="custom_padding">Payrate</a></div>
<div class="large-6 columns link"><a href="/employees?Actions=Note" class="custom_padding">Note</a></div>
<div class="large-6 columns link"><a href="/employees?Actions=Taxes" class="custom_padding">Taxes</a></div>
<div class="large-6 columns link"><a href="/employees?Actions=Accrual" class="custom_padding">Accrual</a></div>
<div class="large-6 columns link"><a href="/employees?Actions=Deductions" class="custom_padding">Deductions</a></div>
<div class="large-6 columns link"><a href="/employees?Actions=Delete" class="custom_padding">Delete</a></div>
</div>
</div>
</div>
</div>
我想使用上面的 HTML 代码创建下面的 View 。这应该让我清楚地知道我想要什么。
最佳答案
您可以为此使用伪元素,例如 :after
用于直线,:before
用于三 Angular 形。要定位箭头,您可以使用 position: absolute
和 transform: translate()
ul {
display: flex;
list-style: none;
}
li {
padding: 10px 25px;
border: 1px solid black;
margin: 0 25px;
position: relative;
}
li:not(:last-child):after {
content: '';
height: 1px;
background: black;
width: 50px;
position: absolute;
right: -50px;
top: 50%;
}
li:not(:last-child):before {
content: '';
position: absolute;
width: 0;
height: 0;
top: 50%;
border-style: solid;
border-width: 7px 0 7px 20px;
border-color: transparent transparent transparent black;
right: -50px;
transform: translateY(-50%);
}
<ul>
<li>Li</li>
<li>Li</li>
<li>Li</li>
<li>Li</li>
</ul>
关于html - 如何使用html和css在两个div之间放置箭头,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45030914/
我有一个 PSD 布局要开发,还有一些东西,比如“卡片”,我很好奇我是否可以在没有图像的情况下只使用 CSS3 边框来做到这一点。 http://i.imgur.com/NSZYPsh.png (这些
我想添加一个轻量级的导航栏来切换登录和注册。结果应如下所示: 箭头应指示当前所选页面。 最佳答案 引用这个question ,问题中的 UI 与您的相似,并且可以根据您的需要调整答案中使用的概念。 关
我想创建一个元组,它包含一个箭头和一个描述箭头的字符串。如果我使用函数(而不是箭头)这样做,则以下工作如预期: funTimes10 = (*10) describe10 = "times 10" t
var std_obj = { activeEffect : 'fade', name : 'Jane', displayMe() { const doSomeEffects =
我有一个使用TActionToolBar和TActionManager的工具栏。一个按钮具有子按钮,这些子按钮可通过单击按钮右侧的向下小箭头来使用。 “向下箭头”按钮的宽度非常薄,需要精确的鼠标控制。
我正在使用 Javascript 进行流网络可视化。顶点表示为圆圈,边表示为箭头。 这是我的 Edge 类: function Edge(u, v) { this.u = u; // start
这个问题已经有答案了: Show border triangle in navbar using CSS (3 个回答) 已关闭 7 年前。 我有一个列表菜单,其边框宽度为 1px ...100%。
有什么方法可以从 javafx 2.2 表列中的排序表列中删除排序指示符/箭头吗? 最佳答案 这可以通过 css 来完成 .table-view .arrow { -fx-background
在我的应用程序中,我使用了 googlemap。在那,我在一个特定的位置放置了一个物体(自行车或汽车)。然后我搬到了其他地方。现在,根据我当前的位置,我需要显示一个箭头(校园),即我放置汽车或自行车的
关闭。这个问题需要debugging details .它目前不接受答案。 编辑问题以包含 desired behavior, a specific problem or error, and t
我一直在 goole 中搜索如何仅使用 css 创建箭头和框。我在这里找到了一个近乎完美的例子:- http://dabblet.com/gist/4639593 如何更改此代码,使箭头指向左而不是右
嗨,我正在为这个问题挠头。我想创建一个如图所示的 CSS 渐变箭头,并能够将红色部分的填充定义为百分比。红色 block 只是纯色。 从这里JFiddle示例 我在创建绿色箭头方面取得了一些进展,但三
我刚刚开始在 Android 中创建一些自定义 View ,但在圆外绘制位图(箭头)时遇到问题。 这是我的代码: Canvas osCanvas = new Canvas(windowFrame);
我正在尝试绘制一个具有渐变的左侧箭头。这是我正在使用的代码,但我不明白为什么它不起作用。 .left-arrow{ position: relative; &:after{ rig
是否可以使用 GD 在 PHP 中创建此图像?我知道我需要使用 GD 和 imagecreate、imagecolorallocate、imagedestroy 等...但我不知道如何做曲线 我需要用
我在我的区域 map 中有一个我正在使用的工具台 http://qtip2.com/ 我调用工具提示时的代码与这个问题中的相同Tooltip on map area tag jQuery(docume
我正在尝试在 Haskell 中学习 Arrows,所以我正在使用基于箭头的 HXT 库为 XML 编写一个简单的应用程序。 HXT wiki 和教程中的示例放弃了函数类型签名。但是,我非常喜欢类型,
我一直在使用 Haskell(特别是 Yampa)中的 Arrowized FRP 库,但我不太清楚如何进行“连续”切换。我的意思是信号通过信号函数(下面的 sf),它本身就是一个信号(如图像的上半部
我想要一个引用,清楚地说明 PHP 的箭头/方法调用运算符 (->) 在运算符绑定(bind)顺序方面的位置。 不幸的是,authoritative PHP manual page关于运算符优先级没有
如何隐藏 QScrollBar 箭头? 我需要隐藏在水平滚动条中。 我试图用 setStyleSheet 隐藏: setStyleSheet(" QScrollBar:left-arrow:horiz
我是一名优秀的程序员,十分优秀!