...
|
...
|
@@ -3364,9 +3364,6 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele |
|
|
<div carousel-item>`;
|
|
|
let boxShadow='0 0 10px';
|
|
|
listData.map((item,index)=>{
|
|
|
if((index+1)%2==0){
|
|
|
// boxShadow='10px 10px 10px';
|
|
|
}
|
|
|
carouselStr+=` <div class="layui-row layui-col-space10" style="background: transparent;position: relative;" >
|
|
|
<span style="font-size: 14px;color:#ff0000;padding:0 5px; height:30px;width:100%;position: absolute;top:0;left:0;right:0;">`+item+`</span>
|
|
|
</div>`;
|
...
|
...
|
|