...
|
...
|
@@ -69,7 +69,7 @@ |
|
|
<div class="row">
|
|
|
<c:forEach items="${portalMap}" var="m" varStatus="mq">
|
|
|
<div class="col-sm-12 col-md-6 col-lg-4 ">
|
|
|
<div class="thumbnail" style="height:950px;">
|
|
|
<div class="thumbnail" style="">
|
|
|
<div style="width:90%;height:150px;
|
|
|
<c:if test="${mq.index == 0}">background-color: rebeccapurple;</c:if>
|
|
|
<c:if test="${mq.index == 1}">background-color: #0C5F61;</c:if>
|
...
|
...
|
|