.red-bg{background:#EE3A43;color: white;padding: 40rpx;} .title {display: flex;justify-content: space-between;padding: 20rpx;} .tips, .tips text{display: inline-block;line-height: 60rpx;} .tips:before { content: ""; border-radius: 4rpx; background: #ee3a43; width: 6rpx; height: 40rpx; vertical-align: top; margin-top: 10rpx; margin-right: 12rpx; display: inline-block; } .select{background: #EFEFEF; border-radius: 40rpx; height: 60rpx; line-height: 60rpx; position: relative; font-size: 24rpx; padding: 0 20rpx;} .select .picker{width:320rpx;overflow: hidden; line-height: 60rpx; display: inline-block;} .select::after{content: '\e991'; font-family: 'icomoon'; font-size: 24rpx; position: absolute; right: 20rpx; top: 45%; line-height: 0;} .item { padding: 20rpx; display: flex; line-height: 48rpx; justify-content: space-between; border-bottom: 2rpx solid #dcdddd; } .text-right { text-align: right; }