page { background-color: #f2f2f2; } .list { width: 100%; flex-direction: column; display: flex; align-items: center; background-color: #fff; border-radius: 10rpx; } .list .head-img { width: 180rpx; height: 180rpx; border-radius: 10rpx; margin-top: 30rpx; margin-bottom: 50rpx; } .list .item { width: 80%; flex-direction: row; display: flex; align-items: center; margin-bottom: 20rpx; } .list .item .key { width: 180rpx; min-width: 180rpx; font-size: 30rpx; margin-right: 10rpx; } .list .item .value { font-size: 30rpx; color: #666; } .btn-item { width: 100%; flex-direction: row; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; padding: 0rpx 40rpx; position: absolute; bottom: 100rpx; } .btn-item .btn { width: 300rpx; height: 80rpx; font-size: 30rpx; border-radius: 10rpx; flex-direction: row; display: flex; justify-content: center; align-items: center; } .btn-item .approve { background-color: #6282f3; color: #fff; } .btn-item .reject { background-color: #fff; color: #6282f3; border: 2rpx solid #6282f3; }