mount.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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. .mount-list{
  45. padding: 0;
  46. padding-bottom: 284rpx;
  47. }
  48. .mount-list .top{
  49. padding:0 34rpx;
  50. font-size:24rpx;
  51. color:#161616;
  52. margin-top: 28rpx;
  53. }
  54. .mount-list .top2{
  55. padding:0 60rpx;
  56. margin-top: 86rpx;
  57. }
  58. .mount-list .top-content{
  59. padding: 0 26rpx;
  60. }
  61. .mount-list .top2 .top-content{
  62. padding: 0 60rpx;
  63. }
  64. .mount-list .top .sign{
  65. font-size:60rpx;
  66. }
  67. .mount-list .top .sign-right{
  68. text-align: right;
  69. }
  70. .mount-list .item{
  71. margin-top: 40rpx;
  72. }
  73. .mount-list .item-title{
  74. position: relative;
  75. font-size:28rpx;
  76. color:#111111;
  77. padding-left: 60rpx;
  78. padding-bottom: 34rpx;
  79. }
  80. .mount-list .item-title .left-line{
  81. position: absolute;
  82. left: 0;
  83. top: 0;
  84. width:4rpx;
  85. height:40rpx;
  86. background:rgba(22,22,22,1);
  87. }
  88. .mount-list .paragraph{
  89. line-height:48rpx;
  90. padding:0 60rpx;
  91. font-size:24rpx;
  92. color:#111111;
  93. }
  94. .mount-list .style{
  95. line-height:48rpx;
  96. padding:0 60rpx;
  97. font-size:24rpx;
  98. font-weight:560;
  99. color:#111111;
  100. }
  101. .mount-list .mount-list-title{
  102. text-align: center;
  103. padding: 30rpx 0;
  104. }
  105. .mount-list .mount-list-title .title-zh{
  106. height:40rpx;
  107. font-size:32rpx;
  108. font-family:PingFangSC-Medium,PingFang SC;
  109. font-weight:500;
  110. color:rgba(17,17,17,1);
  111. line-height:40rpx;
  112. }
  113. .mount-list .mount-list-title .title-eg{
  114. height:34rpx;
  115. font-size:24rpx;
  116. font-family:PingFangSC-Ultralight,PingFang SC;
  117. font-weight:200;
  118. color:rgba(22,22,22,1);
  119. line-height:34rpx;
  120. }
  121. .footer-tool{
  122. height:116rpx;
  123. }
  124. .footer-tool .footer-tool-content{
  125. position: fixed;
  126. width: 100%;
  127. left: 50%;
  128. transform: translate(-50%,0);
  129. bottom:0;
  130. height:116rpx;
  131. background:rgba(255,255,255,1);
  132. box-shadow:0px -6rpx 18rpx 0px rgba(127,129,138,0.15);
  133. }
  134. .apply-btn{
  135. position: fixed;
  136. left: 50%;
  137. transform: translate(-50%,0);
  138. bottom:20rpx;
  139. z-index: 10;
  140. width: 128rpx;
  141. height: 152rpx;
  142. display: block;
  143. }
  144. .apply-btn>image{
  145. position: relative;
  146. z-index: 1;
  147. }
  148. .apply-btn .text{
  149. position: absolute;
  150. color: #161616;
  151. font-size: 28rpx;
  152. z-index: 2;
  153. bottom: 0;
  154. width: 100%;
  155. text-align: center;
  156. }
  157. .mount-list .about{
  158. padding: 0 60rpx;
  159. }
  160. .mount-list .paragraph{
  161. margin-top: 10rpx;
  162. line-height:48rpx;
  163. font-size:24rpx;
  164. color:#111111;
  165. padding-bottom: 20rpx;
  166. }
  167. .mount-list .about-img{
  168. margin-bottom: 32rpx;
  169. }