- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我必须实现这样的目标:
我决定将 ol 与背景图像一起使用。
这是我的 html 和 css:
//html
<ol>
<li class="step1">
<p>Text Text TextTextTextTextText TextTextTextTextTextText
TextTextTextTextTextTextTextText TextTextTextTextTextTextText </p>
</li>
<li class="step2">
<p>Text Text TextTextTextTextText TextTextTextTextTextText
TextTextTextTextTextTextTextText TextTextTextTextTextTextText </p>
</li>
<li class="step3">
<p>Text Text TextTextTextTextText TextTextTextTextTextText
TextTextTextTextTextTextTextText TextTextTextTextTextTextText </p>
</li>
</ol>
//CSS
ol {
list-style-position: inside;
list-style: none;
font-size: 25px;
}
ol li {
background-image: url(../images/poga_zala_fons.png), url(../images/Nr1.png);
background-position: -5px 0, -5px 0;
background-repeat: no-repeat;
padding-left: 7px;
}
ol li.step1 p {
background-color: #99cc33;
margin-left: 10px;
z-index: -1;
}
ol li.step2 p {
background-color: #ffff99;
}
ol li.step3 p {
background-color: #ffcc00;
}
ol li p {
font-size: 12px;
}
1) 有很多问题,但第一个是我无法让 ol 的背景图像覆盖段落背景的背景图像。
2) 其次,我不确定使用 ol/li 的想法是最好的,也许还有其他一些不错的建议如何更好地实现图像中的思考?请给我一些线索,我不是在问确切的解决方案。
我是 php 程序员,但对创建 CSS 设计还很陌生。
最佳答案
有很多可能的解决方案......如果你想保留列表(因为“语义”),这里是一个:
HTML:
<ul id="list">
<li class="step1">
<div class='bgr'>
<p class='txt'>
Look for the CITYrefund.eu logo when doing your shopping- this is the sign that particular shop participate in CITYrefund Tax Free service system*. Tell the shop assistant that you want to use CITYrefund Tax Free system and show your passport or national ID card. The shop assistant will give you the SPECIAL TYPE OF FORM. Fill in and sign the customer sections of the form in the presence of the shop assistant. *If the shop isn't yet registered in CITYrefund Tax Free service system, you can always use our SPECIAL TYPE OF FORM "B" in almost any shop in Riga.
</p>
</div>
</li>
<li class="step2">
<p>You must export the goods (that is, take them out of the EU with you) by the last day of the third month after the one in which you buy them. Show your goods, till receipts and SPECIAL TYPE OF FORMS to a Latvian customs officer or to customs in the last EU country you visit. You must get your SPECIAL TYPE OF FORM checked and stamped by a customs officer.</p>
</li>
<li class="step3">
<p>Get your VAT refund by CITYrefund.eu according to your choosed options. Register your SPECIAL TYPE OF FORMS and till receipts online and then mail the original copies to our office address: CITYrefund Latvia SIA, Pakalninu iela 4, Tīraine, Latvia.</p>
</li>
</ul>
CSS:
#list {
list-style-type:none;
width:680px;
}
.step1 {
background-image:url(number.jpg);
background-repeat:no-repeat;
height:319px;
/*width:? */
margin:0;
padding:0;
z-index:99;
position:relative;
}
.step1 .bgr {
position:absolute;
top:0;
padding:0;
margin:0;
left:166px;
background-color:#99cc33;
height:100%;
/*width:?*/
}
.step1 .txt {
padding:20px;
margin-top:30px;
}
当然,您将不得不调整大小、边距、填充,但我希望您明白...
关于css - ol bg图像应该超过li bg图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17010183/
好吧,标题说明了一切。我的 javascript 函数构建一些“ block ”并使用 和 创建它们。问题是,它删除了所有其他 在网页上。 编辑:(好吧,我假设这个函数是造成这个的原因。删除我的意思是
这个 HTML 结构有效吗? Item 1 Item 2 Item 3 Item 4 Item 5 Item 6
我正在尝试在 UL 中添加标题因为你不能在 UL 中使用 H2如果按照我展示的方式使用它可以吗? News roll News 1 News 2 我的一位 friend 告诉我
这是我的 代码风格。 li{ font-family: Arial, sans-serif; font-size: 100%; color: black; display : list-item;
我正在使用 a 进行水平导航,感谢问题:Separators For Navigation ,我读到了使用 li + li 设置基于图像的元素分隔符的好方法。 (伪?)选择器。 在我的代码中,我为
我有一个 Div 容器,其中包含 4 我正在做的是在前面加上 进入并删除最后一个 我很容易使用 $('#news-ul li:last').remove() $('#news-ul').prepe
这是 html: menu item menu item menu item menu item menu item 如果我按“a”链接,它会将“当
我有 ul-li 列表 1 2 3 A B 我可以在列表中使用纯 css 最后一个选择器“.digit”吗? .digit 的数量未知 ul li.digit:nth-last-ch
我有这种情况,1- 我想删除一个带有两个图标的 li,它作为一个跨度在里面:一个是选中或取消选中相应的 li,另一个是删除那个 li。2- 我还想通过单击图标(选中图标)同时单击 li 来选中或取消选
如果标题不好理解,我来解释一下... 我有一个 css/jquery 切换菜单。按“+”号时它变大,按“-”号时它变小。我使几个元素的填充、边距和高度在切换/单击时发生变化。菜单顶部充满了链接,然后当
我有一个脚本 ( JsFiddle here ) 检测 li block 元素何时在页面上垂直居中并为其分配一个 .centered 类以使其更大通过 CSS。 .centered { hei
代码在这里:http://jsfiddle.net/C5mTf/49/我不知道为什么。下面的代码有问题吗? $("#menu").on('click','li',function (){ va
我为这个问题苦苦挣扎了几个小时,但仍然无法解决问题。 我有这样的 html 代码: aaaa11 bbbb11 我想知道如何使用 css 让 每里一行显示。但是 标签仍然具有垂
我需要使用水平缩放的 ul > li > ul 的组合来创建一个菜单。每个 ul 都应该有一个 max-height 并在溢出时滚动。悬停在 li 上时,如果里面有另一个 ul 标签,它应该会在右侧打
我了解到,如果我指的是 在 内或 在 CSS 中我应该使用 ol > li或 ul > li但是一旦我忘记在 ol 和 li 之间放置标志,我发现它仍然有效。执行此操作的正确方法是什么? 最佳答案
Question 1 Answer: $('#addquestion').click(function() { var $question_number
我如何在 中显示我的数组值? 我的代码: HTML JS var myList = [ ['1','one'], ['1','two'], ['1','th
我在使用代码编辑器时遇到了问题所以就在这里 Item1 Item 1.1 Item 1.2 Item2
我正在为我的网站创建响应式移动版本。正如您在此 jsfiddle 中看到的那样, 当用户将鼠标悬停在 上时项,菜单打开但覆盖了 而不是展开菜单。 我已经添加了 display: block在不同的地
我正在尝试创建一个网站,但我偶然发现了一个小问题,我正在使用 bootsnipp(一个侧面菜单)中的一个片段,我无法让它工作,所以链接将覆盖整个 LI,而不是你必须按自己的文字如果我改变它,那么它会坐
我是一名优秀的程序员,十分优秀!