| | |
| | | <span class="step-description" style="position: relative; display: inline-block"> |
| | | {{ record.user_name }} |
| | | </span> |
| | | <span class="step-timer "> |
| | | <span class="step-timer"> |
| | | {{ record.interval_time_str }} |
| | | </span> |
| | | <div class="step-description"> |
| | |
| | | |
| | | .custom-steps-container { |
| | | width: 100%; |
| | | margin: 20px 0; |
| | | margin: 10px 0; |
| | | } |
| | | |
| | | .steps-titles { |
| | |
| | | } |
| | | |
| | | .custom-steps { |
| | | margin-top: -20px; |
| | | margin-top: -10px; |
| | | /* 向上移动与标题重叠 */ |
| | | } |
| | | |
| | |
| | | .step-description { |
| | | font-size: 14px; |
| | | color: #666; |
| | | line-height: 1.5; |
| | | line-height: 2.6; |
| | | } |
| | | |
| | | .event-title-center { |