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.
 

21 lines
1.6 KiB

.container{padding:24rpx;}
.upload{background: rgba(255,203,18,0.15);border: 2rpx dashed #ffac0c;border-radius: 6rpx;width:100%;height:80rpx;line-height:80rpx;text-align: center;color:#FFAC0C;font-size:28rpx;}
.zaned{color:#EF4343}
.normal{color:#fff;}
.photolist{width:100%}
checkbox-group{width:100%;display: flex;justify-content: space-between;margin:32rpx 0; flex-direction: row;flex-wrap: wrap;}
.photolist .list{height:200rpx;position: relative;margin-bottom:24rpx;display: flex;justify-content: start;}
.photolist .list .backimg{width: 218rpx;height:100%;margin:0 2.5%;}
.photolist .list .word{position: absolute;width:94%;height:70rpx;bottom:0;left:0;line-height:70rpx;font-size:28rpx;}
.photolist .list .word image{width:37rpx;height:33rpx;vertical-align: middle;margin:0 14rpx;}
.choosephoto{width:100%;height:auto;display: inline-block;margin-top:20rpx;}
.choosephoto view{width:32%;height:221rpx;margin-right:2%;background: #EDEDED;margin-right:10rpx;float:left;margin-bottom:10rpx;}
.choosephoto view:nth-child(3n+3){margin-right:0;}
.choosephoto .upload{position: relative;}
.choosephoto .upload image{width:221rpx;height:221rpx;}
.choosephoto .upload .ui_uploader_item_icon{position: absolute;right:0;top:0}
.choosephoto .ui_uploader {line-height:221rpx;text-align: center;}
.choosephoto .ui_uploader image{width:45rpx;height:45rpx;}
.bottom{width:94%;margin:24rpx auto;background: #f66a01;border-radius: 12rpx;text-align: center;font-size:28rpx;
box-shadow: 0px 4px 12px 0px rgba(255,108,1,0.34);height:96rpx;line-height:96rpx;color:#fff;}
checkbox{transform:scale(0.7)}