mbti-report-style.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. .header_banner {
  2. position: relative;
  3. margin-bottom: 20rpx;
  4. }
  5. .header_banner > image {
  6. width: 700rpx;
  7. height: 352rpx;
  8. }
  9. .f-7c {
  10. color: #7C7C7C;
  11. }
  12. .line24 {
  13. line-height: 24px;
  14. }
  15. .img_wrap {
  16. position: absolute;
  17. transform: translateX(-50%);
  18. left: 50%;
  19. top: 0;
  20. color: white;
  21. text-align: center;
  22. }
  23. .img_wrap image {
  24. width: 448rpx;
  25. height: 224rpx;
  26. }
  27. .img_wrap > .tit {
  28. padding: 20rpx 0;
  29. }
  30. .text_wrap {
  31. top: 40rpx;
  32. position: absolute;
  33. left: 50%;
  34. font-size: 16px;
  35. transform: translateX(-50%);
  36. }
  37. .text_wrap view:first-child {
  38. font-size: 22px;
  39. margin-bottom: 16rpx;
  40. }
  41. .item .tit {
  42. color: #4A4A4A;
  43. font-size: 14px;
  44. padding: 8rpx 0 8rpx 14rpx;
  45. }
  46. .report-container {
  47. padding: 10px 12px;
  48. }
  49. .desc {
  50. padding: 0 36rpx;
  51. }
  52. .desc .desc_head {
  53. font-size: 18px;
  54. color: #6C6C6C;
  55. text-align: center;
  56. border: 1px dashed #FFA400;
  57. padding: 20rpx 0;
  58. margin-top: 20rpx;
  59. margin-bottom: 20rpx;
  60. border-radius: 8rpx;
  61. }
  62. .desc .tip {
  63. font-size: 14px;
  64. line-height: 20px;
  65. padding: 24rpx 20rpx;
  66. background: #FFF9F5;
  67. border-radius: 4px;
  68. color: #4A4A4A;
  69. margin-bottom: 20rpx;
  70. }
  71. .tags {
  72. display: flex;
  73. justify-content: space-between;
  74. margin-top: 32rpx;
  75. margin-bottom: 44rpx;
  76. }
  77. .tags .tag {
  78. padding: 0 52rpx;
  79. display: flex;
  80. flex-direction: column;
  81. text-align: center;
  82. font-size: 14px;
  83. color: #4A4A4A;
  84. align-items: center;
  85. padding: 16rpx 30rpx;
  86. position: relative;
  87. }
  88. .tags .tag text:last-child {
  89. position: absolute;
  90. color: white;
  91. left: 12rpx;
  92. padding: 0 10rpx;
  93. top: 0;
  94. opacity: 0.35;
  95. background: #646464;
  96. }
  97. .banner {
  98. padding: 16rpx;
  99. border-radius: 4px;
  100. color: #4A4A4A;
  101. margin-bottom: 20rpx;
  102. }
  103. .banner .in {
  104. padding: 20rpx;
  105. background: #FFFFFF;
  106. border-radius: 4px;
  107. }
  108. .banner .in view {
  109. margin-bottom: 20rpx;
  110. }
  111. .in .in_head {
  112. color: #3269B8;
  113. }
  114. .ul view {
  115. font-size: 14px;
  116. font-family: PingFangSC-Medium, PingFang SC;
  117. font-weight: 500;
  118. color: #B69529;
  119. line-height: 20px;
  120. margin-bottom: 10px;
  121. }