xuchang-new/src/components/Common/BottomItemBackgroundForecastBottom/index.module.css

7 lines
153 B
CSS
Raw Normal View History

2024-08-30 17:17:45 +08:00
.bottomBarItem {
2024-09-18 09:12:26 +08:00
background: url(../../../assets/forecastBack.png) no-repeat;
2024-08-30 17:17:45 +08:00
background-size: 100% 100%;
width: 506px;
2024-09-18 09:12:26 +08:00
height: 422px;
2024-08-30 17:17:45 +08:00
}