/* * @Description: 支付结果页样式 * @Author: zhoupeng * @Date: 2020-04-23 14:57:35 * @LastEditTime: 2020-04-28 13:20:48 */ .pay_result { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; .img_box { height: 3.37rem; display: flex; flex-direction: column; justify-content: center; align-items: center; img { width: 1.26rem; height: 1.26rem; } } .business_text { font-size: 0.32rem; font-weight: 400; color: rgba(46, 46, 46, 1); line-height: 0.45rem; margin-bottom: 0.1rem; } .business_label { font-size: 0.4rem; font-weight: 600; color: rgba(46, 46, 46, 1); line-height: 0.56rem; margin-bottom: 0.84rem; } .business_little_label { font-size: 0.24rem; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: rgba(168, 168, 168, 1); line-height: 0.33rem; margin-bottom: 3rem; } .button_box { width: 6.7rem; height: 0.98rem; background: rgba(38, 96, 255, 1); border-radius: 0.49rem; display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 0.32rem; font-weight: 500; color: rgba(255, 255, 255, 1); } }