.header_item{ display:flex; border-bottom:1px solid #e6e6e6; height: 90rpx; display: flex; justify-content: space-between; align-items: center; margin-left: 20rpx; margin-right: 20rpx; } .header_item:last-child { border-bottom: none; } .desc { font-size: 26rpx; color: #222222; font-weight: 400; } .color_red { color: #FF512A; } .line { height: 20rpx; background: #F9F9F9; } .user_info { background: #FFF0F0; padding: 30rpx 20rpx 27rpx 23rpx; display: flex; align-items: center; justify-content: space-between; } .left { width: 539rpx; } .left_header { display: flex; margin-bottom: 21rpx; } .left_header_icon { width: 28rpx; height: 30rpx; margin-right: 10rpx; } .desc { font-weight: 400; font-size: 26rpx; color: #222222; } .contact_icon { margin-left: 38rpx; margin-right: 10rpx; } .left_bottom { font-size: 26rpx; color: #222222; font-weight: 400; } .right_icon { width: 13rpx; height: 26rpx; color: #D5AC66; } .payment_method { padding: 30rpx 20rpx 0; } .payment { display: flex; align-items: center; padding-bottom: 30rpx; border-bottom: 1rpx solid #E6E6E6; } .payment_right { flex: 1; display: flex; } .payment_right_left { flex: 1; } .payment_right_radio { display: flex; align-items: center; } .payment_icon { width: 100rpx; height: 100rpx; margin-right: 50rpx; } .payment_title { font-weight: 400; font-size: 32rpx; color: #000000; margin-bottom: 20rpx; } .payment_desc { font-weight: 400; font-size: 24rpx; color: #999999; } .balance { margin-top: 50rpx; border: none; } .bottom { width: 100%; position: absolute; bottom: 0; height: 100rpx; background: #FFFFFF; box-shadow: 22rpx -6rpx 11rpx -7rpx rgba(150,85,81,0.2); display: flex; align-items: center; justify-content: space-between; } .price { margin-left: 27rpx; font-weight: 400; font-size: 22rpx; color: #FF512A; } .price text { font-weight: 500; font-size: 36rpx; } .payment_btn { /* display: inline-block; */ height: 62rpx; line-height: 62rpx; background: #FF512A; border-radius: 100rpx 100rpx 100rpx 100rpx; font-weight: bold; font-size: 36rpx; color: #FFFFFF; /* padding: 13rpx 17rpx 12rpx 17rpx; */ margin-right: 13rpx; }