26 lines
401 B
SCSS
26 lines
401 B
SCSS
/* components/uploadImages/uploadImages.wxss */
|
|
.uploadImg {
|
|
.text {
|
|
color: #C3C3C3;
|
|
font-size: 28rpx;
|
|
|
|
.icon_file {
|
|
width: 28rpx;
|
|
height: 25rpx;
|
|
margin-left: 14rpx;
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
color: #3A61B1;
|
|
font-size: 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
.icon_add {
|
|
width: 29rpx;
|
|
height: 29rpx;
|
|
margin-right: 14rpx;
|
|
}
|
|
}
|
|
|
|
} |