@charset "UTF-8"; /** * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 */ .content.data-v-90d78b40 { background: white; } .cropper.data-v-90d78b40 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 11; } .cropper-buttons.data-v-90d78b40 { background-color: #000000; color: #eee; } .cropper-wrapper.data-v-90d78b40 { position: relative; display: flex; flex-direction: row; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; background-color: #000; } .cropper-buttons.data-v-90d78b40 { width: 100vw; display: flex; flex-direction: row; flex-direction: row; justify-content: space-between; align-items: center; position: fixed; bottom: 0; left: 0; font-size: 28rpx; } .cropper-buttons .upload.data-v-90d78b40, .cropper-buttons .getCropperImage.data-v-90d78b40 { width: 50%; text-align: center; } .cropper-buttons .upload.data-v-90d78b40 { text-align: left; padding-left: 50rpx; } .cropper-buttons .getCropperImage.data-v-90d78b40 { text-align: right; padding-right: 50rpx; }