index.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. /**index.wxss**/
  2. .process-add {
  3. width: 84rpx;
  4. height: 84rpx;
  5. position: fixed;
  6. bottom: 124rpx;
  7. right: 24rpx;
  8. z-index: 999;
  9. }
  10. .process-add-img {
  11. width: 84rpx;
  12. height: 84rpx;
  13. }
  14. .top {
  15. position: relative;
  16. }
  17. .banner-default-img {
  18. height: 50vw;
  19. width: 100vw;
  20. }
  21. .banner {
  22. height: 50vw;
  23. }
  24. .banner image {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .banner .title {
  29. height: 60rpx;
  30. width: 100%;
  31. line-height: 60rpx;
  32. padding-left: 20rpx;
  33. background: rgba(0, 0, 0, 0.4);
  34. position: absolute;
  35. bottom: 0;
  36. color: white;
  37. font-size: 28rpx;
  38. }
  39. .indicator {
  40. height: 60rpx;
  41. line-height: 60rpx;
  42. color: white;
  43. font-size: 24rpx;
  44. position: absolute;
  45. bottom: 0;
  46. right: 20rpx;
  47. }
  48. .app-list {
  49. display: flex;
  50. flex-direction:row;
  51. margin: 10rpx 24rpx;
  52. justify-content:space-between;
  53. }
  54. .app-list .item {
  55. text-align:center;
  56. margin:5px 10px;
  57. display: flex;
  58. flex-direction: column;
  59. justify-content: center;
  60. }
  61. .app-list .item image {
  62. width: 84rpx;
  63. height: 84rpx;
  64. margin-bottom: 20rpx;
  65. }
  66. .app-list .item text {
  67. font-size: 24rpx;
  68. color: #2c2c2c;
  69. }
  70. .divider {
  71. background-color:#f1efef;
  72. height: 20rpx;
  73. width: 100%;
  74. }
  75. .tab-category {
  76. height: 80rpx;
  77. margin-left: 120rpx;
  78. margin-right: 120rpx;
  79. display: flex;
  80. flex-direction:row;
  81. justify-content:space-between;
  82. color: #333333;
  83. border: 0;
  84. }
  85. .tab-category .active {
  86. border-bottom:1rpx solid #fb4747;
  87. color: #fb4747;
  88. }
  89. .news {
  90. height: 80rpx;
  91. width: 100%;
  92. text-align: center;
  93. }
  94. .tasks {
  95. height: 80rpx;
  96. width: 100%;
  97. text-align: center;
  98. }
  99. .news text, .tasks text {
  100. font-size: 28rpx;
  101. line-height: 80rpx;
  102. }
  103. .article {
  104. margin: 0rpx 24rpx;
  105. padding: 20rpx;
  106. height: 150rpx;
  107. box-sizing: border-box;
  108. position: relative;
  109. border-bottom: 1px #efefef solid;
  110. }
  111. .article .title {
  112. font-size: 28rpx;
  113. color: #696969;
  114. word-wrap: break-word;
  115. white-space: normal !important;
  116. display: -webkit-box;
  117. overflow: hidden;
  118. text-overflow: ellipsis;
  119. -webkit-line-clamp: 2;
  120. -webkit-box-orient: vertical;
  121. position: absolute;
  122. bottom: 20rpx;
  123. margin-left: 10rpx;
  124. }
  125. .article .date {
  126. font-size: 24rpx;
  127. color: #bfbfbf;
  128. position: absolute;
  129. top: 20rpx;
  130. right: 20rpx;
  131. }
  132. .article .type {
  133. font-size: 24rpx;
  134. font-weight: bold;
  135. color: #2c2c2c;
  136. padding: 2rpx 5rpx;
  137. margin-left: 10rpx;
  138. }
  139. .zixun{
  140. width: 55px;
  141. height: 55px;
  142. position: fixed;
  143. bottom: 35px;
  144. right: 35px;
  145. border-radius: 50%;
  146. box-shadow: 0 0 5px #ddd;
  147. text-align: center;
  148. font-size: 14px;
  149. color: #333;
  150. background: url(https://sample.o2oa.net/contact_us.png) center center no-repeat;
  151. }
  152. .zixun .kf{
  153. position: relative;
  154. top: 0px;
  155. left: 0px;
  156. margin:15px auto;
  157. opacity: 0;
  158. }
  159. .zixun_text {
  160. width: 85px;
  161. height: 25px;
  162. position: fixed;
  163. bottom: 10px;
  164. right: 20px;
  165. font-size: 13px;
  166. text-align: center;
  167. }