提交 0b91117e authored 作者: zs's avatar zs

edit

上级 3eaeda26
......@@ -77,7 +77,7 @@
mode="aspectFill"
class="photo"
></image>
<view class="photot-info">123</view>
<view class="photo-mask">拍摄时间:{{photo.time}}</view>
<view
class="check-icon"
:class="{ active: photo.selected }"
......@@ -537,7 +537,25 @@ export default {
right: 10.8px;
top: 6.4px;
}
.photo-mask{
background: rgba(0, 0, 0, 0.5);
color: #ffffff;
text-align: center;
position: absolute;
bottom: 26.4px;
width: 148px;
left: 0;
right: 0;
border-radius: 4.8px;
margin:0 auto;
padding: 3.6px;
font-size: 9.6px;
color: #ffffff;
line-height: 16px;
font-weight: 400;
text-shadow: 0 0 2px rgba(0,0,0,0.30);
font-weight: 400;
}
.photo-info {
text-align: center;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论