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.
68 lines
1.1 KiB
68 lines
1.1 KiB
/* pages/home/authory/index.wxss */
|
|
.margin-top {
|
|
margin-top: 18rpx
|
|
}
|
|
|
|
.image-reader-item {
|
|
position: relative;
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
box-sizing: border-box;
|
|
list-style: none;
|
|
background-size: cover;
|
|
border-radius: 6rpx;
|
|
margin-left: 24rpx;
|
|
border: 1rpx solid #f3f3f3
|
|
}
|
|
|
|
.tspan{
|
|
width: 120rpx;height:120rpx;border: 1rpx solid #f3f3f3;margin-left: 24rpx;
|
|
}
|
|
|
|
.image-reader-item .md-icon {
|
|
position: absolute;
|
|
top: 50%;
|
|
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-bottom-left-radius: 8rpx;
|
|
padding: 0rpx 6rpx;
|
|
height: auto;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.inputs{
|
|
width: 65%;
|
|
height: 36px;
|
|
padding: 10px 0px;
|
|
}
|
|
|
|
.must{
|
|
padding-top: 14px;
|
|
font-size: 28px;
|
|
}
|