yxnaJfh.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. /* pages/yxnaJfh/yxnaJfh.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. }
  11. .navTitle{
  12. width: 100%;
  13. height: 160rpx;
  14. display: flex;
  15. align-items: center;
  16. }
  17. .navTitle t-icon{
  18. width: 48rpx;
  19. color: #fff;
  20. }
  21. .navTitle .title{
  22. width: 600rpx;
  23. font-size: 34rpx;
  24. font-family: PingFang SC;
  25. color: #FFFFFF;
  26. font-weight: bold;
  27. margin-left: 260rpx;
  28. }
  29. .header{
  30. height: 220rpx;
  31. display: flex;
  32. justify-content: center;
  33. align-items: center;
  34. position: relative;
  35. }
  36. .header image{
  37. width: 422rpx;
  38. height: 180rpx;
  39. }
  40. .button{
  41. position: absolute;
  42. right: 0;
  43. }
  44. .button .butView{
  45. width: 92rpx !important;
  46. height: 64rpx;
  47. font-size: 14px;
  48. font-family: PingFang SC;
  49. font-weight: 500;
  50. display: flex;
  51. justify-content: center;
  52. align-items: center;
  53. border-radius: 16px 0 0 16px;
  54. margin-top: 10rpx;
  55. }
  56. .line{
  57. height: 178rpx;
  58. background-size: 100% 100%;
  59. margin-top: 100rpx;
  60. position: relative;
  61. }
  62. .line .title{
  63. background: #953D17aa;
  64. /* opacity: 0.64; */
  65. font-size: 27rpx;
  66. line-height: 27rpx;
  67. font-weight: 600;
  68. border-radius: 7rpx;
  69. justify-content: center;
  70. align-items: center;
  71. display: flex;
  72. color: #fff;
  73. height: 50rpx;
  74. position: absolute;
  75. }
  76. .con-width{
  77. height: 720rpx;
  78. color: #13352D;
  79. font-family: PingFang SC;
  80. width: 504rpx;
  81. position: relative;
  82. display: flex;
  83. flex-direction: column;
  84. align-items: flex-start;
  85. padding-left: 32rpx;
  86. margin-left: 220rpx;
  87. }
  88. .con-width .time{
  89. font-size: 32rpx;
  90. /* opacity: 0.69; */
  91. margin-bottom: 18rpx;
  92. }
  93. .con-width .redius{
  94. width: 30rpx;
  95. height: 30rpx;
  96. background: #CCE4EC;
  97. border: 2rpx solid #953D17;
  98. border-radius: 50%;
  99. position: absolute;
  100. left: -15rpx;
  101. }
  102. .con-width .title{
  103. font-size: 32rpx;
  104. margin-left: 20rpx;
  105. }
  106. .con-width .text{
  107. /* opacity: 0.69; */
  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: #13352D;
  132. line-height: 38rpx;
  133. height: 260rpx;
  134. }