| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- /* 水平间距 */
- /* 水平间距 */
- .test-container.data-v-42851fab {
- min-height: 100vh;
- background-color: #f5f5f5;
- padding: 40rpx;
- }
- .title.data-v-42851fab {
- font-size: 40rpx;
- font-weight: 600;
- color: #333;
- display: block;
- text-align: center;
- margin-bottom: 40rpx;
- }
- .section.data-v-42851fab {
- background-color: #ffffff;
- border-radius: 16rpx;
- padding: 32rpx;
- margin-bottom: 32rpx;
- }
- .section .section-title.data-v-42851fab {
- font-size: 30rpx;
- font-weight: 600;
- color: #333;
- display: block;
- margin-bottom: 24rpx;
- }
- .info-card.data-v-42851fab {
- background-color: #f9f9f9;
- border-radius: 12rpx;
- padding: 24rpx;
- }
- .info-card .info-row.data-v-42851fab {
- display: flex;
- margin-bottom: 16rpx;
- }
- .info-card .info-row.data-v-42851fab:last-child {
- margin-bottom: 0;
- }
- .info-card .info-row .label.data-v-42851fab {
- font-size: 26rpx;
- color: #666;
- width: 160rpx;
- flex-shrink: 0;
- }
- .info-card .info-row .value.data-v-42851fab {
- font-size: 26rpx;
- color: #333;
- flex: 1;
- word-break: break-all;
- }
- .info-card .info-row .value.success.data-v-42851fab {
- color: #52c41a;
- }
- .info-card .info-row .value.error.data-v-42851fab {
- color: #ff4d4f;
- }
- .info-card .info-row .value.token.data-v-42851fab {
- font-family: monospace;
- background-color: #f0f0f0;
- padding: 4rpx 12rpx;
- border-radius: 8rpx;
- }
- .action-btn.data-v-42851fab {
- width: 100%;
- height: 80rpx;
- background-color: #1890ff;
- color: #ffffff;
- font-size: 28rpx;
- border-radius: 12rpx;
- margin-bottom: 16rpx;
- border: none;
- }
- .action-btn.data-v-42851fab::after {
- border: none;
- }
- .action-btn.warn.data-v-42851fab {
- background-color: #ff4d4f;
- }
- .log-box.data-v-42851fab {
- height: 400rpx;
- background-color: #1e1e1e;
- border-radius: 12rpx;
- padding: 20rpx;
- }
- .log-box .log-item.data-v-42851fab {
- display: flex;
- margin-bottom: 12rpx;
- }
- .log-box .log-item.data-v-42851fab:last-child {
- margin-bottom: 0;
- }
- .log-box .log-item .log-time.data-v-42851fab {
- font-size: 22rpx;
- color: #888;
- font-family: monospace;
- margin-right: 16rpx;
- }
- .log-box .log-item .log-text.data-v-42851fab {
- font-size: 24rpx;
- color: #fff;
- flex: 1;
- }
|