| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uni-system-preview-image.data-v-c775eb56 {
- background-color: rgba(0, 0, 0, 0.9);
- }
- .uni-system-preview-image .uni-preview-image.data-v-c775eb56 {
- max-width: 100%;
- }
- .upload-box.data-v-c775eb56 {
- padding: 0 30rpx;
- }
- .upload-box.data-v-c775eb56:first-child {
- padding-left: 0;
- }
- .upload-box > ._ul.data-v-c775eb56 {
- display: inline-block;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-flex-wrap: wrap;
- flex-wrap: wrap;
- }
- .upload-box > ._ul > ._li.data-v-c775eb56 {
- list-style: none;
- width: 210rpx;
- height: 210rpx;
- margin: 0 20rpx 20rpx 0;
- position: relative;
- background-color: #fff;
- }
- .upload-box > ._ul > ._li .icondelete.data-v-c775eb56 {
- font-size: 25rpx;
- z-index: 999;
- position: absolute;
- right: 0;
- bottom: 0;
- color: #fff;
- padding: 0 2rpx;
- background-color: rgba(0, 0, 0, 0.45);
- }
- .upload-box > ._ul > ._li .main-btn.data-v-c775eb56 {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 999;
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- width: 44rpx;
- height: 44rpx;
- background-color: #ccc;
- color: #fff;
- }
- .upload-box > ._ul > ._li .main-btn.mian.data-v-c775eb56 {
- background-color: #3385FF;
- color: #fff;
- }
- .upload-box .list_img > ._img.data-v-c775eb56 {
- width: 100%;
- height: 100%;
- }
- .upload-box .uploadImg.data-v-c775eb56 {
- border: 1rpx dashed #e5e5e5;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- box-sizing: border-box;
- }
- .upload-box .uploadImg .upload_ipt.data-v-c775eb56 {
- position: absolute;
- width: 100%;
- height: 100%;
- /*overflow:hidden;*/
- cursor: pointer;
- opacity: 0;
- }
- .upload-box .uploadImg .iconfont.data-v-c775eb56 {
- color: #969799;
- font-size: 40rpx;
- }
|