|
|
|
@ -1,50 +1 @@ |
|
|
|
/* pages/home/authory/index.wxss */ |
|
|
|
|
|
|
|
.image-reader-item { |
|
|
|
position: relative; |
|
|
|
width: 49%; |
|
|
|
height: 128px; |
|
|
|
background-color: #f8f8f8; |
|
|
|
box-sizing: border-box; |
|
|
|
list-style: none; |
|
|
|
background-size: cover; |
|
|
|
border-radius: 6rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.image-reader-item .md-icon { |
|
|
|
position: absolute; |
|
|
|
top: 45%; |
|
|
|
left: 50%; |
|
|
|
transform: translate(-50%, -50%); |
|
|
|
opacity: 0.5; |
|
|
|
} |
|
|
|
|
|
|
|
.image-reader-item .md-load { |
|
|
|
position: absolute; |
|
|
|
top: 50%; |
|
|
|
left: 50%; |
|
|
|
transform: translate(-50%, -50%); |
|
|
|
} |
|
|
|
|
|
|
|
.image-reader-item .md-hint { |
|
|
|
position: absolute; |
|
|
|
top: 50%; |
|
|
|
left: 0; |
|
|
|
width: 100%; |
|
|
|
margin-top: 10px; |
|
|
|
font-size: 12px; |
|
|
|
color: #bababa; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
|
|
|
|
.image-reader-item .delete { |
|
|
|
position: absolute; |
|
|
|
top: 0px; |
|
|
|
right: 0px; |
|
|
|
opacity: 0.8; |
|
|
|
border-top-right-radius: 6rpx; |
|
|
|
border-bottom-left-radius: 8rpx; |
|
|
|
padding: 6rpx 12rpx; |
|
|
|
height: auto; |
|
|
|
background-color: rgba(0, 0, 0, 0.5); |
|
|
|
} |
|
|
|
/* pages/home/authory/index.wxss */ |