效果图如下:
- #gudinghuojia2F .layui-col-xs10:not(:last-child)::after {
- content: '通道'; /* 在 div 右侧添加文字 */
- position: absolute;
- top: 40%;
- font-size: xxx-large;
- left: 110%;
- color: #c9750582;
- }
-
- #gudinghuojia2F .layui-col-xs10 {margin-right: 4%;}
-
-
- /*
-
- 以下是我的货架 效果图 , layui-row这个div分成了lay.zhong等份,
- 而我在这若干等份中添加了margin-right: 4%,实际是当作货架之间的通道,但是用户希望显示通道2个字,但页面都已经实现了,我就想着怎么在边框中显示文字也就是margin-right中,
- 最后发现使用after就能实现:
- layui-col-xs10:not(:last-child)::after{ content: '通道'; /* 在 div 右侧添加文字 */ position: absolute;}而因为最后一个货架之后是不需要添加通道的,因此我添加了not(:last-child),也就是排除了最后一个
-
- */
-
- <div id="gudinghuojia2F" th:if="${cc == 'CP-2F' }" style="height: 100%;">
- <div class="layui-row" >
- <div style="font-size: xx-large; font-family: fantasy; color: #031cdd; z-index: 999;">
- <div style="height:10%;">div>
- <div th:styleappend="'height: calc(90% / '+ ${lay.lie}+')'" th:each="iii : ${#numbers.sequence(lay.lie, 1, -1)}" th:text="${iii}">div>
- div>
- <div class="layui-col-xs10" th:each="i : ${#numbers.sequence(lay.zhong, 1, -1)}" >
- <div class="inner-title" th:text="${lay.da + '-' + i}">div>
- <div class="inner-div" th:each="ii : ${#numbers.sequence(lay.lie, 1, -1)}" th:id="${lay.da + '-' + i + '-1-'+ ii}" th:styleappend="'height: calc(80% / '+ ${lay.lie}+')'">div>
- div>
- div>
- <div class="waitongdao"> 外通道div>
- div>