yxna.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. /* pages/yxna/yxna.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: #FF7D31aa;
  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: #fff;
  79. font-family: PingFang SC;
  80. width: 504rpx;
  81. position: relative;
  82. display: flex;
  83. flex-direction: column;
  84. align-items: flex-end;
  85. padding-right: 32rpx;
  86. }
  87. .con-width .time{
  88. font-size: 32rpx;
  89. margin-bottom: 18rpx;
  90. }
  91. .con-width .redius{
  92. width: 30rpx;
  93. height: 30rpx;
  94. background: #F4C686;
  95. border: 2rpx solid #EE7A23;
  96. border-radius: 50%;
  97. position: absolute;
  98. right: -25rpx;
  99. }
  100. .con-width .title{
  101. font-size: 32rpx;
  102. margin-left: 32rpx;
  103. }
  104. .con-width .text{
  105. font-size: 32rpx;
  106. margin-bottom: 34rpx;
  107. }
  108. .con-width .video{
  109. width: 390rpx;
  110. height: 226rpx;
  111. background: #FFFFFF;
  112. display: flex;
  113. align-items: center;
  114. justify-content: center;
  115. margin-bottom: 30rpx;
  116. }
  117. .con-width .video image{
  118. width: 390rpx;
  119. height: 226rpx;
  120. }
  121. .con-width .message{
  122. width: 390rpx;
  123. display: flex;
  124. flex-direction: column;
  125. align-items: flex-end;
  126. font-size: 28rpx;
  127. font-family: PingFang SC;
  128. color: #FFFFFF;
  129. line-height: 38rpx;
  130. height: 260rpx;
  131. }