qualityTesting.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. /* pages/qualityTesting/qualityTesting.wxss */
  2. .mine {
  3. padding-top: 4rpx;
  4. }
  5. .navbar {
  6. padding: 28rpx 38rpx;
  7. display: flex;
  8. }
  9. .navbar .nav-info {
  10. flex: 1;
  11. height: 80rpx;
  12. text-align: center;
  13. line-height: 80rpx;
  14. background: #EEEEEE;
  15. font-family: PingFangSC-Regular;
  16. font-size: 32rpx;
  17. color: #666666;
  18. letter-spacing: 0;
  19. text-align: center;
  20. }
  21. .navbar .nav-info:nth-child(1) {
  22. border-radius: 24px 0 0 24px;
  23. }
  24. .navbar .nav-info:nth-child(2) {
  25. border-radius: 0 24px 24px 0;
  26. }
  27. .navbar .active {
  28. background: #0271E3;
  29. color: #FFFFFF;
  30. }
  31. .qua-status {
  32. height: 106rpx;
  33. padding: 0 38rpx;
  34. display: flex;
  35. justify-content: space-between;
  36. background: #DEDEDE;
  37. align-items: center;
  38. border-radius: 0 0 24rpx 24rpx;
  39. font-family: PingFangSC-Regular;
  40. font-size: 32rpx;
  41. color: #333333;
  42. letter-spacing: 0;
  43. }
  44. .qua-status .status-tips {
  45. padding-left: 40rpx;
  46. }
  47. .qua-status .status-text {
  48. font-family: PingFangSC-Medium;
  49. font-size: 36rpx;
  50. color: #999999;
  51. }
  52. .status-active {
  53. background: #0DB853;
  54. color: #FFFFFF;
  55. }
  56. .qua-status .text-active {
  57. color: #FFFFFF;
  58. }
  59. .content {
  60. padding: 28rpx;
  61. }
  62. .content .code-info {
  63. padding: 32rpx 30rpx 42rpx 30rpx;
  64. background: #FFFFFF;
  65. border-radius: 12px;
  66. box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  67. position: relative;
  68. }
  69. .content .code-title {
  70. font-family: PingFangSC-Medium;
  71. font-size: 32rpx;
  72. color: #333333;
  73. letter-spacing: 0;
  74. }
  75. .content .code-info .code-info-modul .van-cell {
  76. left: -30rpx;
  77. /* width: 400rpx; */
  78. }
  79. .content .code-info .code-info-modul text {
  80. font-family: PingFangSC-Regular;
  81. font-size: 24rpx;
  82. color: #999999;
  83. letter-spacing: 0;
  84. }
  85. .content .code-info .code-info-modul image {
  86. width: 48rpx;
  87. height: 48rpx;
  88. }
  89. .equi-info {
  90. margin-top: 24rpx;
  91. font-size: 24rpx;
  92. font-family: PingFangSC-Regular, PingFang SC;
  93. font-weight: 400;
  94. color: #333333;
  95. line-height: 34px;
  96. text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  97. display: flex;
  98. justify-content: space-between;
  99. }
  100. .print-code {
  101. margin-top: 60rpx;
  102. height: 96rpx;
  103. line-height: 96rpx;
  104. text-align: center;
  105. background: #0271E3;
  106. box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  107. border-radius: 48rpx;
  108. font-size: 36rpx;
  109. font-family: PingFangSC-Regular, PingFang SC;
  110. font-weight: 400;
  111. color: #FFFFFF;
  112. }
  113. .appe {
  114. opacity: 0.71;
  115. background: #FFFFFF;
  116. }