jhwxapp/miniprogram/pageage/vehicleManage/index.wxss

18 lines
289 B
Plaintext
Raw Permalink Normal View History

2023-08-10 01:21:29 +08:00
/* pages/vehicleManage/index.wxss */
.custom_style{
background: none !important;
}
.popup_img{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0,0,0,0.6);
z-index: 100;
}
.popup_images{
width: 100%;
height: 100%;
}