|
@@ -168,19 +168,51 @@
|
|
<script src="../../js/bootstrap.min.js"></script>
|
|
<script src="../../js/bootstrap.min.js"></script>
|
|
<script src="../../assets/js/company_main.js"></script>
|
|
<script src="../../assets/js/company_main.js"></script>
|
|
<script src="../../assets/plugin/template-web.js"></script>
|
|
<script src="../../assets/plugin/template-web.js"></script>
|
|
|
|
+ <style>
|
|
|
|
+ .imgoption {
|
|
|
|
+ height: 0px;
|
|
|
|
+ background-color: #e5e8ec;
|
|
|
|
+ top: -95px;
|
|
|
|
+ left: 60%;
|
|
|
|
+ width: 80px;
|
|
|
|
+ position: relative;
|
|
|
|
+
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+ .imgoption img {
|
|
|
|
+ background: #d1d3d5;
|
|
|
|
+ border-radius: 5px;
|
|
|
|
+ opacity: 0.9;
|
|
|
|
+ padding: 3px;
|
|
|
|
+ margin: 3px;
|
|
|
|
+
|
|
|
|
+ float: right;
|
|
|
|
+ }
|
|
|
|
+ .thumbnaila:hover .imgoption{
|
|
|
|
+
|
|
|
|
+ display: flex;
|
|
|
|
+ }
|
|
|
|
+ </style>
|
|
<script id="flow-photos" type="text/html">
|
|
<script id="flow-photos" type="text/html">
|
|
{{each photos photo index}}
|
|
{{each photos photo index}}
|
|
<div class="col-md-2">
|
|
<div class="col-md-2">
|
|
- <div class="thumbnail">
|
|
|
|
- <a href="javascript:void(0);">
|
|
|
|
|
|
+ <div class="thumbnail thumbnaila">
|
|
|
|
+ <a href="javascript:void(0);" class="">
|
|
<img src="{{photo.url}}" class="img-responsive img-rounded">
|
|
<img src="{{photo.url}}" class="img-responsive img-rounded">
|
|
|
|
+
|
|
</a>
|
|
</a>
|
|
|
|
+
|
|
<div class="caption">
|
|
<div class="caption">
|
|
|
|
|
|
<p>
|
|
<p>
|
|
<small>{{photo.note}}</small>
|
|
<small>{{photo.note}}</small>
|
|
</p>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
+ <span class="imgoption ">
|
|
|
|
+ <img style="width: 20px;height: 20px;" src="../../assets/img/img_like.png">
|
|
|
|
+ <img style="width: 20px;height: 20px;" src="/lanhu-bootstrap/assets/img/img_edit.png">
|
|
|
|
+ <img style="width: 20px;height: 20px;" src="/lanhu-bootstrap/assets/img/img_del.png">
|
|
|
|
+ </span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{ /each }}
|
|
{{ /each }}
|