18 lines
289 B
Plaintext
18 lines
289 B
Plaintext
|
/* 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%;
|
||
|
|
||
|
}
|