debug.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .test-container.data-v-42851fab {
  4. min-height: 100vh;
  5. background-color: #f5f5f5;
  6. padding: 40rpx;
  7. }
  8. .title.data-v-42851fab {
  9. font-size: 40rpx;
  10. font-weight: 600;
  11. color: #333;
  12. display: block;
  13. text-align: center;
  14. margin-bottom: 40rpx;
  15. }
  16. .section.data-v-42851fab {
  17. background-color: #ffffff;
  18. border-radius: 16rpx;
  19. padding: 32rpx;
  20. margin-bottom: 32rpx;
  21. }
  22. .section .section-title.data-v-42851fab {
  23. font-size: 30rpx;
  24. font-weight: 600;
  25. color: #333;
  26. display: block;
  27. margin-bottom: 24rpx;
  28. }
  29. .info-card.data-v-42851fab {
  30. background-color: #f9f9f9;
  31. border-radius: 12rpx;
  32. padding: 24rpx;
  33. }
  34. .info-card .info-row.data-v-42851fab {
  35. display: flex;
  36. margin-bottom: 16rpx;
  37. }
  38. .info-card .info-row.data-v-42851fab:last-child {
  39. margin-bottom: 0;
  40. }
  41. .info-card .info-row .label.data-v-42851fab {
  42. font-size: 26rpx;
  43. color: #666;
  44. width: 160rpx;
  45. flex-shrink: 0;
  46. }
  47. .info-card .info-row .value.data-v-42851fab {
  48. font-size: 26rpx;
  49. color: #333;
  50. flex: 1;
  51. word-break: break-all;
  52. }
  53. .info-card .info-row .value.success.data-v-42851fab {
  54. color: #52c41a;
  55. }
  56. .info-card .info-row .value.error.data-v-42851fab {
  57. color: #ff4d4f;
  58. }
  59. .info-card .info-row .value.token.data-v-42851fab {
  60. font-family: monospace;
  61. background-color: #f0f0f0;
  62. padding: 4rpx 12rpx;
  63. border-radius: 8rpx;
  64. }
  65. .action-btn.data-v-42851fab {
  66. width: 100%;
  67. height: 80rpx;
  68. background-color: #1890ff;
  69. color: #ffffff;
  70. font-size: 28rpx;
  71. border-radius: 12rpx;
  72. margin-bottom: 16rpx;
  73. border: none;
  74. }
  75. .action-btn.data-v-42851fab::after {
  76. border: none;
  77. }
  78. .action-btn.warn.data-v-42851fab {
  79. background-color: #ff4d4f;
  80. }
  81. .log-box.data-v-42851fab {
  82. height: 400rpx;
  83. background-color: #1e1e1e;
  84. border-radius: 12rpx;
  85. padding: 20rpx;
  86. }
  87. .log-box .log-item.data-v-42851fab {
  88. display: flex;
  89. margin-bottom: 12rpx;
  90. }
  91. .log-box .log-item.data-v-42851fab:last-child {
  92. margin-bottom: 0;
  93. }
  94. .log-box .log-item .log-time.data-v-42851fab {
  95. font-size: 22rpx;
  96. color: #888;
  97. font-family: monospace;
  98. margin-right: 16rpx;
  99. }
  100. .log-box .log-item .log-text.data-v-42851fab {
  101. font-size: 24rpx;
  102. color: #fff;
  103. flex: 1;
  104. }