42 lines
662 B
Plaintext
42 lines
662 B
Plaintext
/* mycomponent/yz_uploader/yz_uploader.wxss */
|
|
.qitaimgbox {
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.qitaimage {
|
|
width: 150rpx;
|
|
height: 150rpx;
|
|
border-radius: 8rpx;
|
|
border: solid 1rpx rgba(153, 153, 153, 1);
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin: 5rpx 7rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.qitaMin {
|
|
width: 76rpx;
|
|
height: 76rpx;
|
|
}
|
|
|
|
.qitaMax {
|
|
width: 98%;
|
|
height: 98%;
|
|
border-radius: 8rpx;
|
|
}
|
|
|
|
.icon-cel {
|
|
position: absolute;
|
|
top: -4rpx;
|
|
right: 0;
|
|
color: red;
|
|
}
|