123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- .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;
- }
|