app.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. /**app.wxss**/
  2. /* @import "/wxParse/wxParse.wxss"; */
  3. .container {
  4. height: 100%;
  5. display: flex;
  6. flex-direction: column;
  7. align-items: center;
  8. justify-content: space-between;
  9. padding: 0rpx 0;
  10. box-sizing: border-box;
  11. }
  12. .page-content {
  13. box-sizing: border-box;
  14. position: relative;
  15. overflow-y: auto;
  16. padding-bottom: 160rpx;
  17. }
  18. .page-content2 {
  19. box-sizing: border-box;
  20. position: relative;
  21. overflow-y: auto;
  22. }
  23. .flex {
  24. display: -webkit-flex;
  25. display: flex;
  26. width: 100%;
  27. }
  28. /* 底部悬浮导航 */
  29. .fix_nav_wp {
  30. height: 110rpx;
  31. position: fixed;
  32. left: 0;
  33. bottom: 0;
  34. background: #fff;
  35. z-index: 10;
  36. border-color: #E0E0E0;
  37. }
  38. .fix_nav_wp .nav_link {
  39. flex: 1;
  40. }
  41. .fix_nav_wp button {
  42. height: 110rpx;
  43. display: flex;
  44. justify-content: space-between;
  45. align-items: center;
  46. padding: 0;
  47. font-size: 21rpx;
  48. flex-direction: column;
  49. color: #999;
  50. position: relative;
  51. }
  52. .fix_nav_wp .tip_tip {
  53. position: absolute;
  54. right: 25rpx;
  55. top: 5rpx;
  56. min-width: 28rpx;
  57. line-height: 32rpx;
  58. height: 32rpx;
  59. padding: 0 8rpx;
  60. color: #fff;
  61. background: #f00;
  62. border-radius: 50em;
  63. border: 1rpx solid #fff;
  64. }
  65. .fix_nav_wp .nav_link .iconfont {
  66. height: 60rpx;
  67. font-size: 56rpx;
  68. line-height: 80rpx;
  69. color: #c4c8cc;
  70. }
  71. .fix_nav_wp .nav_link .plus_wp {
  72. width: 120rpx;
  73. height: 120rpx;
  74. margin-top: -45rpx;
  75. }
  76. .fix_nav_wp .nav_link .plus_sm {
  77. margin-top: 18rpx;
  78. width: 40rpx;
  79. height: 40rpx;
  80. }
  81. .fix_nav_wp .nav_link .imagesmall {
  82. width: 40rpx;
  83. height: 40rpx;
  84. }
  85. .fix_nav_wp .nav_link .imagebig {
  86. width: 120rpx;
  87. height: 120rpx;
  88. }
  89. .fix_nav_wp .nav_link .txt {
  90. height: 50rpx;
  91. line-height: 2rpx;
  92. font-weight: 900;
  93. color: #CCCCD8;
  94. }
  95. .txt {
  96. margin-top: 14rpx;
  97. font-family: PingFang SC;
  98. font-style: normal;
  99. font-weight: normal;
  100. font-size: 20rpx;
  101. line-height: 20rpx;
  102. /* identical to box height, or 100% */
  103. text-align: center;
  104. color: #666672;
  105. }
  106. .fix_nav_wp .nav_link.current .txt {
  107. color: #00a2e9;
  108. }
  109. .fix_nav_wp .nav_link .txt_fb {
  110. line-height: 3rpx;
  111. }
  112. .fix_nav_wp .nav_link .del_ico {
  113. display: block;
  114. }
  115. .fix_nav_wp .nav_link .cur_ico {
  116. display: none;
  117. }
  118. .fix_nav_wp .nav_link.current .del_ico {
  119. display: none;
  120. }
  121. .fix_nav_wp .nav_link.current .cur_ico {
  122. display: block;
  123. color: #00a2e9;
  124. }
  125. .fix_nav_wp .nav_link .txt_fb {
  126. line-height: 3rpx;
  127. }
  128. .fix_nav_wp .nav_link .mp_ico {
  129. font-size: 50rpx;
  130. line-height: 80rpx
  131. }
  132. .fix_nav_wp .nav_link .xiaox_ico {
  133. font-size: 64rpx;
  134. line-height: 70rpx;
  135. }
  136. .fix_nav_wp .nav_link .my_ico {
  137. font-size: 56rpx;
  138. }
  139. .fix_nav_wp .on_cor .del_ico,
  140. .fix_nav_wp .on_cor .txt {
  141. color: #666672;
  142. }
  143. /* 清楚按钮的默认样式 */
  144. .defalut_btn {
  145. background: transparent;
  146. border: none;
  147. overflow: visible;
  148. padding-left: 0;
  149. padding-right: 0;
  150. margin-left: 0;
  151. margin-right: 0;
  152. border-radius: 0;
  153. }
  154. .defalut_btn:after {
  155. display: none;
  156. }
  157. .text-primary {
  158. color: #00a2e9;
  159. }
  160. .ran {
  161. margin-top: -40rpx;
  162. width: 180rpx;
  163. height: 120rpx;
  164. border-radius: 60% / 100% 100% 0 0;
  165. background-color: #ffffff;
  166. border-color: #E0E0E0;
  167. border-style: solid;
  168. border-width: 3rpx;
  169. border-left: none;
  170. border-right: none;
  171. border-bottom: none;
  172. }
  173. .endbottom {
  174. height: 200rpx;
  175. }
  176. .menuback {
  177. margin-top: -90rpx;
  178. position: absolute;
  179. width: 100%;
  180. height: 200rpx;
  181. }
  182. /* button样式 */
  183. .botbutton {
  184. width: 480rpx;
  185. height: 80rpx;
  186. line-height: 80rpx;
  187. font-size: 36rpx;
  188. color: #FFFFFF;
  189. text-align: center;
  190. border-radius: 40rpx;
  191. background: #00C7C6;
  192. position: absolute;
  193. bottom: 90rpx;
  194. left: 50%;
  195. transform: translate(-50%);
  196. }
  197. /*文本益处 */
  198. .ys-ellipsis {
  199. overflow: hidden;
  200. white-space: nowrap;
  201. text-overflow: ellipsis;
  202. }
  203. .ys-font10 {
  204. font-size: 20rpx;
  205. line-height: 20rpx;
  206. }
  207. .ys-font12 {
  208. font-size: 24rpx;
  209. line-height: 24rpx;
  210. }
  211. .ys-font14 {
  212. font-size: 28rpx;
  213. line-height: 28rpx;
  214. }
  215. .ys-font16 {
  216. font-size: 32rpx;
  217. line-height: 32rpx;
  218. }
  219. .ys-font18 {
  220. font-size: 36rpx;
  221. line-height: 36rpx;
  222. }
  223. .ys-font20 {
  224. font-size: 40rpx;
  225. line-height: 40rpx;
  226. }
  227. .load {
  228. width: 100%;
  229. height: 2400rpx;
  230. position: absolute;
  231. left: 0;
  232. top: 0;
  233. z-index: 9999;
  234. background-color: #ffffff;
  235. text-align: center;
  236. line-height: 1300rpx;
  237. }
  238. .loadimg {
  239. width: 200rpx;
  240. height: 200rpx;
  241. }
  242. .endbottomm {
  243. height: 200rpx;
  244. }