/* pages/lineChart/lineChart.wxss */ page { /* background:#ff000022; */ } .menus { display: flex; justify-content: flex-start; align-items: center; height: 80rpx; } .menu .van-dropdown-menu { z-index: 888; align-items: center; } .box { margin-top: 20rpx; } page .box:nth-child(2) { margin-top: 0 !important; } .echar { margin-top: 10rpx; } .menu1 .van-dropdown-menu { z-index: 888; align-items: center; /* width: 100%; position: fixed; left: 70rpx; top: 0rpx; z-index: 888; align-items: center; height: 100rpx !important; padding-top: 75rpx; */ } .menus image { height: 20rpx; width: 20rpx; margin-left: 20rpx; vertical-align: middle; } .van-dropdown-menu__item { margin-left: 10rpx; z-index: 99999; } canvas { width: 95%; height: 380rpx; margin: 0 auto; } .info { font-weight: bold; text-align: center; }