page{ width: 100%; height: 100%; background: #EEEEEE; } .box{ width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; } .box map{ width: 100%; height: 490rpx; margin-bottom: 24rpx; } .box .list1{ width:690rpx; height:160rpx; background:rgba(255,255,255,1); box-shadow:0px 0px 13rpx 0px rgba(216,216,216,1); border-radius:10rpx; display: flex; flex-direction: column; justify-content: space-around; font-size:26rpx; font-family:PingFang SC; font-weight:400; color:rgba(77,77,77,1); opacity:0.8; padding-left: 30rpx; box-sizing: border-box; } .box .list2{ width:690rpx; height:88rpx; background:rgba(255,255,255,1); box-shadow:0px 0px 13rpx 0px rgba(216,216,216,1); border-radius:10rpx; margin-top: 10rpx; display: flex; align-items: center; font-size:26rpx; font-family:PingFang SC; font-weight:400; color:rgba(77,77,77,1); } .box .list2 view{ padding-left: 30rpx; }