.refund { width: 100%; padding: 0 20rpx; box-sizing: border-box; } .list { width: 100%; height: 200rpx; background-color: #fff; border-radius: 12rpx; margin-top: 20rpx; display: flex; } .list>image { width: 180rpx; height: 178rpx; border-top-left-radius: 12rpx; border-bottom-left-radius: 12rpx; } .listRight { width: calc(100% - 180rpx); height: 200rpx; padding: 0 20rpx 20rpx 20rpx; box-sizing: border-box; } .listTitle { color: #595757; font-size: 28rpx; margin-top: 24rpx; } .listField { font-size: 24rpx; color: #AFAFAF; margin-top: 10rpx; } .title { color: #EE3A43; font-size: 30rpx; margin: 20rpx 0; padding-left: 20rpx; } .refundDet { font-size: 26rpx; line-height: 60rpx; color: #595757; padding: 0 20rpx; box-sizing: border-box; } .listReason { width: 100%; height: 80rpx; padding: 0 20rpx; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #E8E8E8; } .listReason .reason { font-size: 26rpx; color: #595757; } .listReason .bit { width: 40rpx; height: 40rpx; border-radius: 50%; border: 1px solid #A09FA1; } .listReason .current { position: relative; } .listReason .current::after { content: ''; width: 20rpx; height: 20rpx; border-radius: 50%; background-color: #CF2430; position: absolute; left: 10rpx; top: 10rpx; z-index: 9; } .tips-messages-content { font-weight: bolder; } .bottomBG { width: 100%; height: 90rpx; } .bottom { width: 100%; height: 90rpx; background-color: #EE3A43; text-align: center; color: #fff; line-height: 90rpx; font-size: 30rpx; position: fixed; left: 0; bottom: 0; z-index: 999; } .textarea { width: 100%; height: 200rpx; font-size: 28rpx; color: #3d4145; padding: 20rpx; box-sizing: border-box; } .suc { width: 100%; height: 100%; background-color: #fff; text-align: center; position: fixed; left: 0; top: 0; z-index: 9999; } .suc .icon-zfcg { font-size: 180rpx; text-align: center; color: #EE3A43; padding-top: 100rpx; } .sucTitle { font-size: 40rpx; color: #000; margin: 60rpx 0 20rpx 0; } .sucTit { width: 80%; font-size: 28rpx; color: #898989; margin: 0 auto; } .backBtn { width: 90%; line-height: 80rpx; text-align: center; color: #fff; font-size: 30rpx; text-align: center; background-color: #EE3A43; margin: 40rpx auto 0; border-radius: 16rpx; }