Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

device-probing.wxss 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. .issue .issue-title {
  2. padding: 5upx 46upx;
  3. }
  4. .issue .content {
  5. width: 690rpx;
  6. height: 100%;
  7. background: #ffffff;
  8. border: 1px solid #c6c6c6;
  9. border-radius: 10px;
  10. margin-left: 30rpx;
  11. margin-top: 20rpx;
  12. }
  13. .issue .content .card {
  14. display: flex;
  15. width: 690rpx;
  16. align-items: center;
  17. position: relative;
  18. margin-bottom: 20rpx;
  19. }
  20. .issue .content .card .card-content {
  21. position: absolute;
  22. width: 100%;
  23. display: flex;
  24. flex-direction: column;
  25. padding: 0 50rpx;
  26. justify-content: center;
  27. }
  28. .issue .content .card .card-content .name {
  29. color: #ffffff;
  30. font-weight: 600;
  31. font-size: 36rpx;
  32. margin: 8rpx 0;
  33. }
  34. .issue .content .card .card-content .text {
  35. color: #ffffff;
  36. font-weight: 500;
  37. font-size: 28rpx;
  38. opacity: 0.6;
  39. display: inline-block;
  40. width: 462rpx;
  41. margin: 8rpx 0;
  42. }
  43. .issue .content .card .cardInfo-content {
  44. width: 100%;
  45. height: 240rpx;
  46. margin: 30rpx;
  47. padding: 30rpx 0;
  48. }
  49. .issue .content .card .cardInfo-content .info {
  50. font-size: 30rpx;
  51. font-weight: 500;
  52. color: #333333;
  53. margin-bottom: 35rpx;
  54. }
  55. .issue .content .card .cardInfo-content .number {
  56. font-size: 26rpx;
  57. font-weight: 400;
  58. color: #999999;
  59. display: flex;
  60. justify-content: space-between;
  61. margin: 26rpx 0;
  62. position: relative;
  63. height: 36rpx;
  64. }
  65. .issue .content .card .cardInfo-content .number .line {
  66. display: flex;
  67. align-items: center;
  68. position: relative;
  69. }
  70. .issue .content .card .cardInfo-content .number .line .tips {
  71. position: relative;
  72. top: 2rpx;
  73. margin-left: 10rpx;
  74. }
  75. .issue .content .card .cardInfo-content .number .text {
  76. color: #333333;
  77. }
  78. .issue .content .card-one {
  79. height: 640rpx;
  80. }
  81. .issue .content .card-one .cardInfo-content {
  82. height: 640rpx;
  83. }
  84. .issue .content .card-two {
  85. height: 640rpx;
  86. }
  87. .issue .content .card-two .cardInfo-content {
  88. height: 640rpx;
  89. border-top: 0.5px dashed #c3c3c3;
  90. }
  91. .issue .btn {
  92. display: flex;
  93. justify-content: space-around;
  94. background-color: #ffffff;
  95. position: absolute;
  96. padding: 40rpx 0;
  97. width: 100%;
  98. }
  99. .slot-content {
  100. padding: 48rpx;
  101. }
  102. .slot-content .line {
  103. font-size: 28rpx;
  104. }
  105. .slot-content .line2 {
  106. font-size: 28rpx;
  107. margin-top: 20rpx;
  108. }
  109. .slot-content .line3 {
  110. font-size: 28rpx;
  111. }