index.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. page {
  2. background-color: rgb(247, 246, 242);
  3. }
  4. .uni-main.data-v-25fcef79 {
  5. width: 100%;
  6. height: 100%;
  7. background-color: #f6f7f5;
  8. font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  9. }
  10. .sticky-nav.data-v-25fcef79 {
  11. position: -webkit-sticky;
  12. position: sticky;
  13. width: 100%;
  14. top: 0;
  15. z-index: 1;
  16. }
  17. .nav-bar.data-v-25fcef79 {
  18. padding-top: 50rpx;
  19. padding-bottom: 20rpx;
  20. display: -webkit-box;
  21. display: -webkit-flex;
  22. display: flex;
  23. -webkit-box-pack: justify;
  24. -webkit-justify-content: space-between;
  25. justify-content: space-between;
  26. -webkit-box-align: center;
  27. -webkit-align-items: center;
  28. align-items: center;
  29. background: -webkit-gradient(linear, left top, left bottom, from(#ff9865), to(#ff7a55));
  30. background: -webkit-linear-gradient(#ff9865, #ff7a55);
  31. background: linear-gradient(#ff9865, #ff7a55);
  32. height: 125rpx;
  33. }
  34. .left-nav ._ul.data-v-25fcef79 {
  35. padding: 0;
  36. margin-left: 20rpx;
  37. }
  38. .left-nav ._ul ._li.data-v-25fcef79 {
  39. list-style: none;
  40. display: inline-block;
  41. height: 60rpx;
  42. line-height: 60rpx;
  43. width: 100rpx;
  44. text-align: center;
  45. color: #ffd6cd;
  46. font-size: 36rpx;
  47. font-weight: bold;
  48. padding-bottom: 4rpx;
  49. }
  50. .left-nav .active.data-v-25fcef79 {
  51. color: #fff;
  52. font-size: 44rpx;
  53. border-bottom: 4rpx solid #fff;
  54. }
  55. .nav-box.data-v-25fcef79 {
  56. width: 100%;
  57. padding-top: 90rpx;
  58. display: -webkit-box;
  59. display: -webkit-flex;
  60. display: flex;
  61. -webkit-box-align: center;
  62. -webkit-align-items: center;
  63. align-items: center;
  64. background: -webkit-gradient(linear, left top, left bottom, from(#ff9865), to(#ff7a55));
  65. background: -webkit-linear-gradient(#ff9865, #ff7a55);
  66. background: linear-gradient(#ff9865, #ff7a55);
  67. height: 135rpx;
  68. padding-bottom: 50rpx;
  69. }
  70. .nav-box .header-text.data-v-25fcef79 {
  71. font-size: 45rpx;
  72. color: #333;
  73. font-weight: bold;
  74. width: 100%;
  75. text-align: center;
  76. margin-left: 20rpx;
  77. }
  78. .nav-box .header_operate.data-v-25fcef79 {
  79. width: 23px;
  80. height: 21px;
  81. float: right;
  82. margin-right: 20rpx;
  83. }
  84. .right-nav.data-v-25fcef79 {
  85. margin-right: 15rpx;
  86. }
  87. .right-nav .index_search.data-v-25fcef79 {
  88. width: 45rpx;
  89. height: 45rpx;
  90. margin-right: 15rpx;
  91. }
  92. .right-nav .index_info.data-v-25fcef79 {
  93. width: 45rpx;
  94. height: 45rpx;
  95. }
  96. .uni-list-item.data-v-25fcef79 {
  97. padding: 20rpx 30rpx;
  98. margin-bottom: 8rpx;
  99. background-color: #FFFFFF;
  100. -webkit-border-radius: 8rpx;
  101. border-radius: 8rpx;
  102. position: relative;
  103. }
  104. .uni-list-item_box .thumb.data-v-25fcef79 {
  105. width: 100%;
  106. height: 300rpx;
  107. -webkit-border-radius: 4rpx;
  108. border-radius: 4rpx;
  109. }
  110. .uni-list-item_box .text_title.data-v-25fcef79 {
  111. font-size: 40rpx;
  112. padding: 8rpx 0rpx;
  113. }
  114. .uni-list_text.data-v-25fcef79 {
  115. padding-top: 10rpx;
  116. }
  117. .uni-list_text .text_time.data-v-25fcef79 {
  118. color: #999;
  119. }