/* pages/user/order/refundInfo/index.wxss */ .top-box { padding: 10rpx 30rpx; font-size: 30rpx; color: #333; } .order-state { color: #0B898E; font-size: 36rpx; font-weight: bold; } .state-tip { color: #888888; font-size: 26rpx; margin-bottom: 20rpx; } .top-item { height: 57rpx; display: flex; align-items: center; justify-content: space-between; } .blank { height: 20rpx; background: #EDEDED; } .top-title { font-weight: bold; margin-bottom: 50rpx; padding-top: 10rpx; } .box { position: relative; } .box-line { position: absolute; top: 20rpx; bottom: 0; width: 2rpx; margin-left: 10rpx; background: #CCCCCC; z-index: -1; } .box-item { display: flex; margin-bottom: 60rpx; } .box-item .circle { width: 20rpx; height: 20rpx; border-radius: 50%; background: #ccc; margin-top: 10rpx; } .box-item .circle.active { background: #0B898E; } .state-text { font-weight: 500; line-height: 42rpx; margin-bottom: 10rpx; color: #333; } .box-info { font-size: 24rpx; color: #888; margin-left: 25rpx; }