Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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