/* 容器 */ .withdrawal-container{ padding: 30upx; } /* 容器 */ /* 头部 */ .withdrawal-header{ height: 290upx; box-shadow: 0 0 20upx 0 rgba(0, 0, 0, 0.1); border-radius: 20upx; padding: 0 30upx; } .withdrawal-header-info{ font-size: 30upx; line-height: 34upx; color: #666; font-weight: bold; } .withdrawal-record{ font-size: 26upx; font-weight: 400; } .withdrawal-input-container{ padding: 10upx 5upx 0; border-bottom: 1upx solid #D8D8D8; height: 133upx; font-size: 50upx; line-height: 60upx; color: #121922; } .withdrawal-price-em{ margin-right: 30upx; } .withdrawal-input{ height: 60upx; width: 100%; font-weight: 500; } .withdrawal-footer{ height: 86upx; font-size: 26upx; line-height: 30upx; color: #666666; font-weight: 400; margin-bottom: 4upx; } .withdrawal-cash{ margin-left: 30upx; color: #629CFF; } /* 头部 */ /* 按钮 */ .withdrawal-button{ width: 600upx; height: 80upx; background-color: #41AE3C; border-radius: 40upx; margin-top: 122upx; font-size: 30upx; line-height: 40upx; color: #fff; } /* 按钮 */