/* components/multipleSelect.wxss */ .title { display: flex; justify-content: space-between; align-items: center; } .title .funBtn { height: 80rpx; width: 80rpx; display: flex; justify-content: center; align-items: center; } .address { width: 100%; height: 450rpx; overflow-y: auto; /* padding: 30rpx; */ box-sizing: border-box; } .address .address_item { box-sizing: border-box; border-bottom: 1px solid #eee; padding: 5rpx 15rpx; width: 100%; height: 80rpx; display: flex; align-items: center; justify-content: space-between; /* margin-bottom: 20rpx; */ font-size: 30rpx; }