/* pages/userlist/index.wxss */ page{ width: 100%; height: 100vh; background: linear-gradient(to bottom, #F0F5F5 -40%, #F0F5F5 40%,#F0F5F5 100%); padding: 0rpx 22rpx; box-sizing: border-box; } .driver-info { background-color: white; border-radius: 16rpx; padding: 20rpx; box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1); display: flex; align-items: center; margin-top: 26rpx; } .driver-avatar { width: 100rpx; height: 100rpx; border-radius: 50%; } .driver-details { margin-left: 24rpx; flex: 1; } .driver-name { font-size: 32rpx; font-weight: bold; } .driver-car { font-size: 28rpx; color: #999999; margin-top: 8rpx; } .driver-arrive { font-size: 28rpx; /* color: #2C85FF; */ /* color: #666; */ color: #999999; margin-top: 8rpx; } .cancel-btn { width: 160rpx; height: 64rpx; line-height: 64rpx; font-size: 28rpx; color: #FF5252; border: 1rpx solid #FF5252; background-color: white; border-radius: 32rpx; }