xunjiancz.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. /* pages/xunjiancz/xunjiancz.wxss */
  2. .xj_nav{
  3. height: 90rpx;
  4. line-height: 90rpx;
  5. display: flex;
  6. flex-wrap: wrap;
  7. background: rgb(255, 249, 248);
  8. padding-left: 30rpx;
  9. }
  10. .xj_nav .nav_text1{
  11. font-size: 40rpx;
  12. color:#f94b0e ;
  13. font-weight: bolder;
  14. }
  15. .xj_nav .iconfont{
  16. font-size: 40rpx;
  17. color: #999;
  18. }
  19. .xj_nav .nav_text2{
  20. font-size: 30rpx;
  21. color:#999 ;
  22. }
  23. .hui{
  24. color: #999 !important;
  25. }
  26. .block{
  27. color: #000;
  28. }
  29. .txt_vi{
  30. margin: 20rpx 30rpx;
  31. display: flex;
  32. flex-direction: column;
  33. }
  34. .txt_vi .txt{
  35. display: flex;
  36. flex-direction: row;
  37. align-items: center;
  38. border-bottom: 1px solid #eee;
  39. }
  40. .txt_vi text{
  41. margin: 20rpx 0rpx;
  42. width: 80%;
  43. display: inline-flex;
  44. text-align: justify;
  45. }
  46. .txt_vi .txt .icon-pinleishanchu{
  47. font-size: 58rpx;
  48. margin-left: auto;
  49. display: inline-flex;
  50. color: rgb(212, 2, 2);
  51. }
  52. .txt_vi text{
  53. margin: 20rpx 0rpx;
  54. width: 86%;
  55. display: inline-flex;
  56. text-align: justify;
  57. font-size: 32rpx;
  58. }
  59. .txt_vi form{
  60. margin-left: auto;
  61. display: inline-flex;
  62. }
  63. .page-section{
  64. display: inline-table;
  65. }
  66. .wx-switch-input.wx-switch-input-checked:after, .wx-switch-input:after{
  67. height: 40rpx!important;
  68. width: 40rpx!important;
  69. }
  70. .wx-switch-wrapper{
  71. width: 120rpx!important;
  72. height: 30rpx!important;
  73. }
  74. .wx-switch-input{
  75. width: 90rpx!important;
  76. height: 48rpx!important;
  77. }
  78. .wx-switch-input.wx-switch-input-checked{
  79. width: 90rpx!important;
  80. height: 48rpx!important;
  81. }
  82. .wx-switch-input:after, wx-switch .wx-switch-input:before{
  83. height: 40rpx!important;
  84. width: 40rpx!important;
  85. }
  86. /* 底部导航 */
  87. .nav_bottom{
  88. position: fixed;
  89. bottom: 0rpx;
  90. width: 100%;
  91. height: 65vh;
  92. transition: all .25s ease-in;
  93. z-index: 10000000000;
  94. }
  95. .nav_tit{
  96. display: flex;
  97. flex-direction: row;
  98. justify-content:center;
  99. background: rgb(241, 241, 241);
  100. border-top-left-radius: 50rpx;
  101. border-top-right-radius: 50rpx;
  102. width: 100%;
  103. height: 100rpx;
  104. line-height: 100rpx;
  105. font-size: 35rpx;
  106. }
  107. .nav_tit .checkbox{
  108. padding-left: 40rpx;
  109. color: #f94b0e;
  110. }
  111. .wx-checkbox-input.wx-checkbox-input-checkedx{
  112. border-radius: 50%!important;
  113. }
  114. .wx-checkbox-input.wx-checkbox-input-checked{
  115. color: #f94b0e!important;
  116. }
  117. .wx-checkbox-input{
  118. width: 40rpx!important;
  119. height: 40rpx!important;
  120. }
  121. .nav_tit .iconfont{
  122. font-size: 30rpx;
  123. color: rgb(199, 199, 199);
  124. }
  125. .nav_tit .delect{
  126. padding-right: 40rpx;
  127. color: #f94b0e;
  128. position: absolute;
  129. right: 10rpx;
  130. }
  131. .fontColorBox,
  132. .fontColorBox1 {
  133. /* 文字默认颜色 */
  134. color: rgb(230, 87, 30);
  135. }
  136. .navBox {
  137. /* 顶部tab盒子样式 */
  138. width: 100%;
  139. height: 108rpx;
  140. background: #faf7f5;
  141. display: flex;
  142. align-items: center;
  143. justify-content: space-around;
  144. }
  145. /* .navBox view:last-child {
  146. padding-left: 20%;
  147. } */
  148. .titleBox {
  149. /* 未选中文字的样式 */
  150. color: rgb(168, 170, 175);
  151. font-size: 34rpx;
  152. display: flex;
  153. flex-direction: column;
  154. align-items: center;
  155. }
  156. .lineBox,.notLineBox{
  157. /* 选中及未选中底线共同样式 */
  158. width: 32rpx;
  159. height: 8rpx;
  160. }
  161. .lineBox {
  162. /* 选中底线样式 */
  163. background: rgb(230, 87, 30);
  164. margin-top: 16rpx;
  165. border-radius: 4rpx;
  166. }
  167. .notLineBox {
  168. /* 未选中底线样式 */
  169. background: transparent;
  170. }
  171. .swiperTtemBox {
  172. /* 底部内容样式 */
  173. height: 55vh;
  174. overflow: scroll;
  175. margin: 0rpx 0rpx;
  176. font-size: 28rpx;
  177. padding-top: 20rpx;
  178. background: rgb(241, 241, 241);
  179. }
  180. .tab_vi{
  181. display: flex;
  182. flex-direction: column;
  183. padding-bottom: 40rpx;
  184. background: rgb(241, 241, 241);
  185. }
  186. .tab_vi text{
  187. padding: 20rpx 30rpx;
  188. line-height: 50rpx;
  189. text-align: justify;
  190. font-size: 32rpx;
  191. border-bottom: 1px solid rgb(255, 246, 243);
  192. }
  193. .on{
  194. color: rgb(230, 87, 30);
  195. }
  196. .noNo{
  197. color: #333;
  198. }
  199. .hide{
  200. bottom:-57vh;
  201. transition: all .25s ease-in;
  202. }