Files
MALL_MP_WX/ChargingStation/pages/chargingPorts/index.scss
dt_2916866708 f756390529 第一次提交
2024-02-28 17:26:46 +08:00

8 lines
211 B
SCSS

.chargingPorts_body{
width: 100vw;
height: 100vh;
overflow: hidden;
background: linear-gradient(180deg, rgba(241,248,253,0.9) 2%, rgba(241,248,253,0.4) 100%);
padding-top: 25rpx;
box-sizing: border-box;
}