page{background-color: #FFF;} .search { --search-background-color: #ffffff; --search-padding: 0; width: 750rpx; height: 110rpx; background-color: #ffffff; position: fixed; z-index: 100; left: 0; top: 0; } .van-search { background-color: transparent !important; } .van-cell { width: 600rpx; border-radius: 50rpx; border: 1px solid #0a6597; } .icon-search { width: 40rpx; height: 40rpx; margin-right: 10rpx; margin-left: 20rpx; } .footer{display: flex; align-items: center; position:fixed; left: 0; bottom: 0; right: 0; background-color: #fff; width: 100%;text-align: center; line-height: 80rpx; font-size: 30rpx; padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);} .footer .long{color: #fff; background-color: #0a6597;} .table-body .list{display: flex; justify-content: space-between; align-items: center; font-size: 26rpx; padding: 30rpx; border-bottom: 1px solid #F0F0F0; } .table-body .list .left-name{flex: 1; text-align: left;} .table-body .list .opt{ width: 60rpx; text-align: right;} .table-body .list .van-radio{display: inline-block;} .table-body .list.on{color: #0a6597;}