list.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. /* pages/guanyuan/list/list.wxss */
  2. .bread-nav{
  3. border-bottom: 1rpx solid #ECEEF3;
  4. color: #161616;
  5. font-size: 32rpx;
  6. height: 100rpx;
  7. line-height: 100rpx;
  8. padding: 0 50rpx;
  9. }
  10. .bread-nav .split{
  11. color: #8D8D8D;
  12. padding: 0 30rpx;
  13. }
  14. .bread-nav .text-02{
  15. color: #8D8D8D;
  16. }
  17. .tab-box{
  18. padding: 10rpx 50rpx;
  19. margin-bottom: 10rpx;
  20. display: flex;
  21. }
  22. .tab-box .item{
  23. position: relative;
  24. color: #8D8D8D;
  25. font-size: 24rpx;
  26. height: 60rpx;
  27. line-height: 60rpx;
  28. padding: 0 15rpx;
  29. margin-right: 10rpx;
  30. }
  31. .tab-box .item.active{
  32. color: #161616;
  33. }
  34. .tab-box .item.active::after{
  35. position: absolute;
  36. bottom: 0;
  37. left: 15rpx;
  38. display: block;
  39. content:"";
  40. width:50rpx;
  41. height:4rpx;
  42. background:rgba(29,182,150,1);
  43. }
  44. .guanyuan-list{
  45. padding: 0 50rpx;
  46. }
  47. .guanyuan-list .item{
  48. background:rgba(255,255,255,1);
  49. box-shadow:0px 6rpx 26rpx 0px rgba(62,65,74,0.08);
  50. border-radius:8rpx;
  51. margin-bottom: 50rpx;
  52. }
  53. .guanyuan-list .item .text-wrap{
  54. padding:70rpx 50rpx 50rpx 50rpx
  55. }
  56. .guanyuan-list .item .icon-home{
  57. width: 32rpx;
  58. height: 32rpx;
  59. }
  60. .guanyuan-list .item .icon-gy{
  61. width: 32rpx;
  62. height: 42rpx;
  63. }
  64. .guanyuan-list .item .name{
  65. color: #111111;
  66. font-size: 28rpx;
  67. line-height: 1.6;
  68. padding: 16rpx 0;
  69. }
  70. .guanyuan-list .item .time{
  71. color: #8D8D8D;
  72. font-size: 24rpx;
  73. }
  74. .guanyuan-list .item .time .icon-time{
  75. display: inline-block;
  76. vertical-align: middle;
  77. width: 24rpx;
  78. height: 24rpx;
  79. margin-right: 10rpx;
  80. }
  81. .guanyuan-list .item .img-wrap{
  82. }
  83. .guanyuan-list .item .img-wrap>image{
  84. display: block;
  85. width: 100%;
  86. }
  87. .footer-tool{
  88. height:116rpx;
  89. }
  90. .footer-tool .footer-tool-content{
  91. position: fixed;
  92. width: 100%;
  93. left: 50%;
  94. transform: translate(-50%,0);
  95. bottom:0;
  96. height:116rpx;
  97. background:rgba(255,255,255,1);
  98. box-shadow:0px -6rpx 18rpx 0px rgba(127,129,138,0.15);
  99. }
  100. .apply-btn{
  101. position: fixed;
  102. left: 50%;
  103. transform: translate(-50%,0);
  104. bottom:20rpx;
  105. z-index: 10;
  106. width: 128rpx;
  107. height: 152rpx;
  108. display: block;
  109. }
  110. .apply-btn>image{
  111. position: relative;
  112. z-index: 1;
  113. }
  114. .apply-btn .text{
  115. position: absolute;
  116. color: #161616;
  117. font-size: 28rpx;
  118. z-index: 2;
  119. bottom: 0;
  120. width: 100%;
  121. text-align: center;
  122. }
  123. .guanyuan-list .paragraph{
  124. margin-top: 10rpx;
  125. line-height:48rpx;
  126. font-size:24rpx;
  127. color:#111111;
  128. padding-bottom: 20rpx;
  129. }
  130. .guanyuan-list .about-img{
  131. margin-bottom: 32rpx;
  132. }
  133. .guanyuan-list .guanyuan-list-title{
  134. text-align: center;
  135. padding: 30rpx 0;
  136. }
  137. .guanyuan-list .guanyuan-list-title .title-zh{
  138. height:40rpx;
  139. font-size:32rpx;
  140. font-family:PingFangSC-Medium,PingFang SC;
  141. font-weight:500;
  142. color:rgba(17,17,17,1);
  143. line-height:40rpx;
  144. }
  145. .guanyuan-list .guanyuan-list-title .title-eg{
  146. height:34rpx;
  147. font-size:24rpx;
  148. font-family:PingFangSC-Ultralight,PingFang SC;
  149. font-weight:200;
  150. color:rgba(22,22,22,1);
  151. line-height:34rpx;
  152. }