jhprjv2/ruoyi-ui-app/miniprogram/pageage/vehicleManage/index.wxss

18 lines
289 B
Plaintext
Raw Normal View History

2024-09-08 15:55:07 +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%;
}