You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
936 B
53 lines
936 B
/* pages/home/authory/index.wxss */
|
|
.margin-top {
|
|
margin-top: 18rpx
|
|
}
|
|
|
|
.image-reader-item {
|
|
position: relative;
|
|
width: 99%;
|
|
height: 400rpx;
|
|
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);
|
|
}
|