Browse Source

质控插件文字增加及圆角修改

8-bindBtn
aBin 4 years ago
parent
commit
740b8fbdd1
  1. 5
      index.html

5
index.html

@ -51,8 +51,9 @@
<div data-root="p1419895529168707584" class="flex justify-between">
<button class="bg-green-500 py-1 px-3 rounded text-white" style="display:none" onclick="p1419895529168707584.bindOne(this)"></button>
<button class="bg-blue-500 py-1 px-3 rounded text-white" style="display:none" onclick="p1419895529168707584.bindOne(this)">绑定平车</button>
<div style="width:100px;height:30px" onclick="p1419895529168707584.jumpDetail(this)" >
<img style="height:100%;width:100" src="https://www.tall.wiki/staticrec/photos/zkpc.jpg">
<div style="width:100px;height:30px;position: relative;border-radius:5px;overflow: hidden" onclick="p1419895529168707584.jumpDetail(this)" >
<img style="height:100%;width:100%;position: absolute;left:0;top:0" src="https://www.tall.wiki/staticrec/photos/zkpc.jpg">
<div style="z-index: 10;position: absolute;text-align: center;line-height: 30px;color:rgba(0,0,0,0.65)" class="w-full h-full">质控</div>
</div>
</div>
</div>

Loading…
Cancel
Save