yxnaJfq.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. /* pages/yxnaJfq/yxnaJfq.wxss */
  2. scroll-view ::-webkit-scrollbar {
  3. display:none;
  4. width:0;
  5. height:0;
  6. color:transparent;
  7. }
  8. .page{
  9. background-size: 100% 100%;
  10. background-color: #F3EAD8;
  11. }
  12. .navTitle{
  13. width: 100%;
  14. height: 160rpx;
  15. display: flex;
  16. align-items: center;
  17. }
  18. .navTitle t-icon{
  19. width: 48rpx;
  20. color: #333333;
  21. }
  22. .navTitle .title{
  23. width: 600rpx;
  24. font-size: 34rpx;
  25. font-family: PingFang SC;
  26. color: #333333;
  27. font-weight: bold;
  28. margin-left: 260rpx;
  29. }
  30. .header{
  31. height: 220rpx;
  32. display: flex;
  33. justify-content: center;
  34. align-items: center;
  35. position: relative;
  36. }
  37. .header image{
  38. width: 422rpx;
  39. height: 180rpx;
  40. }
  41. .button{
  42. position: absolute;
  43. right: 0;
  44. }
  45. .button .butView{
  46. width: 92rpx !important;
  47. height: 64rpx;
  48. font-size: 14px;
  49. font-family: PingFang SC;
  50. font-weight: 500;
  51. display: flex;
  52. justify-content: center;
  53. align-items: center;
  54. border-radius: 16px 0 0 16px;
  55. margin-top: 10rpx;
  56. }
  57. .line{
  58. height: 178rpx;
  59. background-size: 100% 100%;
  60. margin-top: 100rpx;
  61. margin-bottom: 30rpx;
  62. position: relative;
  63. }
  64. .line .title{
  65. background: #322C26aa;
  66. /* opacity: 0.64; */
  67. font-size: 27rpx;
  68. line-height: 27rpx;
  69. font-weight: 600;
  70. border-radius: 7rpx;
  71. justify-content: center;
  72. align-items: center;
  73. display: flex;
  74. color: #fff;
  75. height: 50rpx;
  76. position: absolute;
  77. }
  78. .con-width{
  79. height: 720rpx;
  80. color: #47413B;
  81. font-family: PingFang SC;
  82. width: 504rpx;
  83. position: relative;
  84. display: flex;
  85. flex-direction: column;
  86. align-items: flex-start;
  87. margin-left: 122rpx;
  88. }
  89. .con-width .time{
  90. font-size: 32rpx;
  91. margin-bottom: 18rpx;
  92. }
  93. .con-width .redius{
  94. width: 30rpx;
  95. height: 30rpx;
  96. background: #F3EADA;
  97. border: 2rpx solid #47413B;
  98. border-radius: 50%;
  99. position: absolute;
  100. left: -55rpx;
  101. }
  102. .con-width .title{
  103. font-size: 32rpx;
  104. margin-left: 20rpx;
  105. color: #47413B;
  106. }
  107. .con-width .text{
  108. font-size: 32rpx;
  109. margin-bottom: 34rpx;
  110. }
  111. .con-width .video{
  112. width: 390rpx;
  113. height: 226rpx;
  114. background: #FFFFFF;
  115. display: flex;
  116. align-items: center;
  117. justify-content: center;
  118. margin-bottom: 30rpx;
  119. }
  120. .con-width .video image{
  121. width: 390rpx;
  122. height: 226rpx;
  123. }
  124. .con-width .message{
  125. width: 390rpx;
  126. display: flex;
  127. flex-direction: column;
  128. align-items: flex-start;
  129. font-size: 28rpx;
  130. font-family: PingFang SC;
  131. color: #47413B;
  132. line-height: 38rpx;
  133. margin-bottom: 45rpx;
  134. height: 260rpx;
  135. }