app.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. /**app.wxss**/
  2. page {
  3. font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
  4. background-color: #f7f7f7;
  5. }
  6. .container {
  7. height: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. justify-content: space-between;
  12. padding: 200rpx 0;
  13. box-sizing: border-box;
  14. }
  15. .flex_center {
  16. display: flex;
  17. align-items: center;
  18. justify-content: center;
  19. }
  20. .over_hidden {
  21. overflow: hidden;
  22. }
  23. .abs_img {
  24. position: absolute;
  25. width: 100%;
  26. height: 100%;
  27. left: 0;
  28. top: 0;
  29. }
  30. .pos_rel {
  31. position: relative;
  32. }
  33. .pos_abs {
  34. position: absolute;
  35. }
  36. .text_right {
  37. text-align: right;
  38. }
  39. .text_center {
  40. text-align: center;
  41. }
  42. .one_line_hidden {
  43. white-space: nowrap;
  44. text-overflow: ellipsis;
  45. overflow: hidden;
  46. }
  47. .line-through {
  48. text-decoration: line-through;
  49. }
  50. .padLR30 {
  51. padding-left: 30px;
  52. padding-right: 30px;
  53. }
  54. .ft_bold {
  55. font-weight: bold;
  56. }
  57. .f0 {
  58. font-size: 0;
  59. }
  60. .f20 {
  61. font-size: 20rpx;
  62. }
  63. .f22 {
  64. font-size: 22rpx;
  65. }
  66. .f24 {
  67. font-size: 24rpx;
  68. }
  69. .f26 {
  70. font-size: 26rpx;
  71. }
  72. .f28 {
  73. font-size: 28rpx;
  74. }
  75. .f30 {
  76. font-size: 30rpx;
  77. }
  78. .f34 {
  79. font-size: 34rpx;
  80. }
  81. .f40 {
  82. font-size: 40rpx;
  83. }
  84. .ml8 {
  85. margin-left: 8rpx;
  86. }
  87. .ml10 {
  88. margin-left: 10rpx;
  89. }
  90. .ml16 {
  91. margin-left: 16rpx;
  92. }
  93. .ml20 {
  94. margin-left: 20rpx;
  95. }
  96. .mr6{
  97. margin-right: 6rpx;
  98. }
  99. .mr10 {
  100. margin-right: 10rpx;
  101. }
  102. .mr16 {
  103. margin-right: 16rpx;
  104. }
  105. .mr20 {
  106. margin-right: 20rpx;
  107. }
  108. .mt4 {
  109. margin-top: 4rpx;
  110. }
  111. .mt8 {
  112. margin-top: 8rpx;
  113. }
  114. .mt10 {
  115. margin-top: 10rpx;
  116. }
  117. .mt15 {
  118. margin-top: 15rpx;
  119. }
  120. .mt20 {
  121. margin-top: 20rpx;
  122. }
  123. .mt30 {
  124. margin-top: 30rpx;
  125. }
  126. .mt60 {
  127. margin-top: 60rpx;
  128. }
  129. .mb10 {
  130. margin-bottom: 10rpx;
  131. }
  132. .mb20 {
  133. margin-bottom: 20rpx;
  134. }
  135. .cola7 {
  136. color: #a7a7a7;
  137. }
  138. .col333 {
  139. color: #333;
  140. }
  141. .col666 {
  142. color: #666;
  143. }
  144. .col999 {
  145. color: #999;
  146. }
  147. .col2B2B2B {
  148. color: #2B2B2B;
  149. }
  150. .coleb4e4f {
  151. color: #EB4E4F
  152. }
  153. .col09BB07 {
  154. color: #09BB07
  155. }
  156. .colef524d {
  157. color: #ef524d;
  158. }
  159. .bacfff {
  160. background: #fff;
  161. }
  162. .l_height34 {
  163. line-height: 34rpx;
  164. }
  165. .l_height42 {
  166. line-height: 42rpx;
  167. }
  168. .f_left {
  169. float: left;
  170. }
  171. .f_right {
  172. float: right;
  173. }
  174. .vux-1px-b {
  175. position: relative;
  176. }
  177. .vux-1px-b::after {
  178. content: " ";
  179. position: absolute;
  180. left: 0;
  181. bottom: 0;
  182. right: 0;
  183. height: 1px;
  184. border-bottom: 1px solid #D9D9D9;
  185. color: #D9D9D9;
  186. -webkit-transform-origin: 0 100%;
  187. transform-origin: 0 100%;
  188. -webkit-transform: scaleY(0.5);
  189. transform: scaleY(0.5);
  190. }
  191. .comment-1px-b::after {
  192. content: " ";
  193. position: absolute;
  194. left: 24rpx;
  195. bottom: 0;
  196. right: 0;
  197. height: 1px;
  198. border-bottom: 1px solid #D9D9D9;
  199. color: #D9D9D9;
  200. -webkit-transform-origin: 0 100%;
  201. transform-origin: 0 100%;
  202. -webkit-transform: scaleY(0.5);
  203. transform: scaleY(0.5);
  204. }
  205. .flex_1px_d {
  206. position: relative;
  207. }
  208. .flex_1px_d::after {
  209. content: "";
  210. position: absolute;
  211. bottom: 0;
  212. right: 0;
  213. width: 720rpx;
  214. height: 2rpx;
  215. background: #d9d9d9;
  216. -webkit-transform: scaleY(0.5);
  217. transform: scaleY(0.5);
  218. }
  219. .arrow_right {
  220. position: relative;
  221. }
  222. .arrow_right::after {
  223. position: absolute;
  224. content: " ";
  225. height: 14rpx;
  226. width: 14rpx;
  227. border-width: 2rpx 2rpx 0 0;
  228. border-color: #999999;
  229. border-style: solid;
  230. -webkit-transform: rotate(45deg);
  231. transform: rotate(45deg);
  232. top: 50%;
  233. right: -15rpx;
  234. margin-top: -7rpx;
  235. }
  236. .back_top_btn {
  237. position: fixed;
  238. right: 50rpx;
  239. bottom: 50rpx;
  240. width: 106rpx;
  241. }
  242. .align_center {
  243. display: flex;
  244. align-items: center;
  245. }