@import '../common/index.css'; .van-uploader { position: relative; display: inline-block; } .van-uploader__wrapper { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } .van-uploader__slot:empty { display: none; } .van-uploader__slot:not(:empty) + .van-uploader__upload { display: none !important; } .van-uploader__upload { position: relative; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; box-sizing: border-box; width: 80px; height: 80px; margin: 0 8px 8px 0; background-color: #f7f8fa; border-radius: 8px; } .van-uploader__upload:active { background-color: #f2f3f5; } .van-uploader__upload-icon { color: #dcdee0; font-size: 24px; } .van-uploader__upload-text { margin-top: 8px; color: #969799; font-size: 12px; } .van-uploader__upload--disabled { opacity: 0.5; opacity: var(--uploader-disabled-opacity, 0.5); } .van-uploader__preview { position: relative; margin: 0 8px 8px 0; cursor: pointer; } .van-uploader__preview-image { display: block; width: 80px; height: 80px; overflow: hidden; border-radius: 8px; } .van-uploader__preview-delete { position: absolute; top: 0; right: 0; z-index: 1; display: -webkit-flex; display: flex; padding: 10px; border-radius: 50%; -webkit-transform: translate(50%, -50%); transform: translate(50%, -50%); } .van-uploader__preview-delete__icon { color: #969799; font-size: 18px; background-color: #fff; border-radius: 50%; } .van-uploader__file { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; width: 80px; height: 80px; background-color: #f7f8fa; border-radius: 8px; } .van-uploader__file-icon { color: #646566; font-size: 20px; } .van-uploader__file-name { box-sizing: border-box; width: 100%; margin-top: 8px; padding: 0 4px; color: #646566; font-size: 12px; text-align: center; } .van-uploader__mask { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; color: #fff; background-color: rgba(50, 50, 51, 0.88); border-radius: 8px; } .van-uploader__mask-icon { font-size: 22px; } .van-uploader__mask-message { margin-top: 6px; padding: 0 4px; font-size: 12px; line-height: 14px; } .van-uploader__loading { width: 22px; height: 22px; color: #fff; }