44 lines
690 B
Plaintext
44 lines
690 B
Plaintext
.upload {
|
|
margin: 164rpx auto 58rpx;
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
background: #F9F9F9;
|
|
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
|
border: 1rpx solid #999999;
|
|
position: relative;
|
|
}
|
|
.upload_img {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
}
|
|
.no_border {
|
|
border: none;
|
|
}
|
|
.add {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 46rpx;
|
|
height: 4rpx;
|
|
background: #999999;
|
|
}
|
|
.column {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 4rpx;
|
|
height: 46rpx;
|
|
background: #999999;
|
|
}
|
|
.tips {
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
}
|
|
.desc {
|
|
color: #FF512A;
|
|
}
|