123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- .u-upload.data-v-0d33af60 {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- align-items: center;
- }
- .u-list-item.data-v-0d33af60 {
- width: 200rpx;
- height: 200rpx;
- overflow: hidden;
- margin: 10rpx;
- background: #f4f5f6;
- position: relative;
- border-radius: 10rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .u-preview-wrap.data-v-0d33af60 {
- border: 1px solid #ebecee;
- }
- .u-add-wrap.data-v-0d33af60 {
- flex-direction: column;
- color: #606266;
- font-size: 26rpx;
- }
- .u-add-tips.data-v-0d33af60 {
- margin-top: 20rpx;
- line-height: 40rpx;
- }
- .u-add-wrap__hover.data-v-0d33af60 {
- background-color: #ebecee;
- }
- .u-preview-image.data-v-0d33af60 {
- display: block;
- width: 100%;
- height: 100%;
- border-radius: 10rpx;
- }
- .u-delete-icon.data-v-0d33af60 {
- position: absolute;
- top: 10rpx;
- right: 10rpx;
- z-index: 10;
- background-color: #fa3534;
- border-radius: 100rpx;
- width: 44rpx;
- height: 44rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
- .u-icon.data-v-0d33af60 {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
- .u-progress.data-v-0d33af60 {
- position: absolute;
- bottom: 10rpx;
- left: 8rpx;
- right: 8rpx;
- z-index: 9;
- width: auto;
- }
- .u-error-btn.data-v-0d33af60 {
- color: #ffffff;
- background-color: #fa3534;
- font-size: 20rpx;
- padding: 4px 0;
- text-align: center;
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 9;
- line-height: 1;
- }
|