TestEShopDist/dist/pages/applyAfterSales/sub-common/cf784777dbb92b2250e40acd909f7ba0.wxss
2023-05-12 11:43:37 +08:00

87 lines
3.2 KiB
Plaintext

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[4]!./src/components/uploadImage/index.module.scss ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.index-module__common_safe_area_y___RxGYu {
width: 100%;
height: constant(safe-area-inset-bottom);
/* 兼容 iOS < 11.2 */
height: env(safe-area-inset-bottom);
/* 兼容 iOS >= 11.2 */
}
.index-module__hoverClass___hsZ1l {
-webkit-filter: brightness(70%);
filter: brightness(70%);
}
.index-module__full-100___orlN2 {
width: 100%;
height: 100%;
}
.index-module__image_main___i8Ggt {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.index-module__image_main___i8Ggt .index-module__uploadImg___rj88P {
width: 202rpx;
height: 150rpx;
background: #f0f0f0;
border: 2rpx dashed #cccccc;
border-radius: 10rpx;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
margin: 0 0 20rpx 20rpx;
position: relative;
}
.index-module__image_main___i8Ggt .index-module__uploadImg___rj88P .index-module__miconfont___QFFs3 {
font-size: 50rpx;
}
.index-module__image_main___i8Ggt .index-module__uploadImg___rj88P .index-module__uploadText___p8nmx {
font-size: 26rpx;
color: #707070;
}
.index-module__image_main___i8Ggt .index-module__ImgItem___at70w {
width: 202rpx;
height: 150rpx;
background: #f0f0f0;
margin-left: 20rpx;
margin-bottom: 20rpx;
position: relative;
border-radius: 10rpx;
}
.index-module__image_main___i8Ggt .index-module__ImgItem___at70w image {
width: 100%;
height: 100%;
border-radius: 10rpx;
}
.index-module__image_main___i8Ggt .index-module__ImgItem___at70w .index-module__miconfont_close___B691k {
width: 43rpx;
height: 43rpx;
background-color: #ccc;
border-radius: 50%;
position: absolute;
right: -10rpx;
top: -10rpx;
text-align: center;
line-height: 43rpx;
color: #fff;
font-size: 30rpx;
}