.content{ background: #f7f8f9; min-height: 100vh; padding: 30rpx; box-sizing: border-box; } /* 售后服务提醒 */ .service-content { display: flex; flex-direction: row; align-items: center; justify-content: center; } .service { font-size: 24rpx; padding: 4rpx 20rpx; border-radius: 30rpx; background-color: #f9f9f9; display: inline-block; text-align: center; color: #666; } .service text{ color: #da2b54; } /* 商品信息 */ .goods{ background-color: #fff; padding: 10rpx 30rpx; box-sizing: border-box; border-radius: 20rpx; margin-top: 30rpx; } .goods-item { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; margin: 20rpx 0; } .good-img{ width: 128rpx; height: 128rpx; border-radius: 10rpx; } .good-content{ padding-left: 30rpx; box-sizing: border-box; width: calc(100% - 128rpx); } .good-content > .title{ font-size: 30rpx; line-height: 48rpx; } .good-content > .text{ font-size: 26rpx; color: gray; line-height: 40rpx; } /* 退货标题 */ .block-title{ font-size: 30rpx; padding-top: 30rpx; color: gray; } /* 退货原因 */ .reason{ background: white; border-radius: 20rpx; margin-top: 30rpx; } .reason-flex{ display: flex; justify-content: space-between; align-items: center; padding: 0 30rpx; height: 120rpx; font-weight: bold; font-size: 30rpx; border-bottom: solid 1rpx #f7f8f9; } .reason-radio{ transform: scale(.75); } .reason-flex:last-child{ border-bottom: none; } /* 上传退货照片 */ .imgs{ background: white; border-radius: 20rpx; margin-top: 30rpx; padding: 20rpx; display: flex; flex-wrap: wrap; } .imgs-upd{ background: #f7f8f9; width: calc(25% - 20rpx); padding-top: calc(25% - 20rpx); margin: 10rpx; position: relative; } .imgs-add{ width: 48rpx; height: 48rpx; opacity: .3; position: absolute; left: 50%; top: 50%; margin-top: -24rpx; margin-left: -24rpx; } .imgs-cover{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* 退货 */ .button{ margin-top: 40rpx; } .button button[size="default"]{ background: #da2b54; color: white; width: 100%; height: 90rpx; font-size: 32rpx; line-height: 90rpx; padding: 0; border-radius: 45rpx; }