app.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  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. .text_center {
  34. text-align: center;
  35. }
  36. .one_line_hidden {
  37. white-space: nowrap;
  38. text-overflow: ellipsis;
  39. overflow: hidden;
  40. }
  41. .line-through {
  42. text-decoration: line-through;
  43. }
  44. .padLR30 {
  45. padding-left: 30px;
  46. padding-right: 30px;
  47. }
  48. .ft_bold {
  49. font-weight: bold;
  50. }
  51. .f0 {
  52. font-size: 0;
  53. }
  54. .f20 {
  55. font-size: 20rpx;
  56. }
  57. .f24 {
  58. font-size: 24rpx;
  59. }
  60. .f28 {
  61. font-size: 28rpx;
  62. }
  63. .f30 {
  64. font-size: 30rpx;
  65. }
  66. .f34 {
  67. font-size: 34rpx;
  68. }
  69. .f40 {
  70. font-size: 40rpx;
  71. }
  72. .ml8 {
  73. margin-left: 8rpx;
  74. }
  75. .ml10 {
  76. margin-left: 10rpx;
  77. }
  78. .ml16 {
  79. margin-left: 16rpx;
  80. }
  81. .ml20 {
  82. margin-left: 20rpx;
  83. }
  84. .mr6{
  85. margin-right: 6rpx;
  86. }
  87. .mr10 {
  88. margin-right: 10rpx;
  89. }
  90. .mr16 {
  91. margin-right: 16rpx;
  92. }
  93. .mr20 {
  94. margin-right: 20rpx;
  95. }
  96. .mt4 {
  97. margin-top: 4rpx;
  98. }
  99. .mt8 {
  100. margin-top: 8rpx;
  101. }
  102. .mt10 {
  103. margin-top: 10rpx;
  104. }
  105. .mt15 {
  106. margin-top: 15rpx;
  107. }
  108. .mt20 {
  109. margin-top: 20rpx;
  110. }
  111. .mb10 {
  112. margin-bottom: 10rpx;
  113. }
  114. .mb20 {
  115. margin-bottom: 20rpx;
  116. }
  117. .cola7 {
  118. color: #a7a7a7;
  119. }
  120. .col333 {
  121. color: #333;
  122. }
  123. .col666 {
  124. color: #666;
  125. }
  126. .col999 {
  127. color: #999;
  128. }
  129. .col2B2B2B {
  130. color: #2B2B2B;
  131. }
  132. .coleb4e4f {
  133. color: #EB4E4F
  134. }
  135. .col09BB07 {
  136. color: #09BB07
  137. }
  138. .colef524d {
  139. color: #ef524d;
  140. }
  141. .bacfff {
  142. background: #fff;
  143. }
  144. .l_height34 {
  145. line-height: 34rpx;
  146. }
  147. .l_height42 {
  148. line-height: 42rpx;
  149. }
  150. .f_left {
  151. float: left;
  152. }
  153. .f_right {
  154. float: right;
  155. }
  156. .vux-1px-b {
  157. position: relative;
  158. }
  159. .vux-1px-b::after {
  160. content: " ";
  161. position: absolute;
  162. left: 0;
  163. bottom: 0;
  164. right: 0;
  165. height: 1px;
  166. border-bottom: 1px solid #D9D9D9;
  167. color: #D9D9D9;
  168. -webkit-transform-origin: 0 100%;
  169. transform-origin: 0 100%;
  170. -webkit-transform: scaleY(0.5);
  171. transform: scaleY(0.5);
  172. }
  173. .comment-1px-b::after {
  174. content: " ";
  175. position: absolute;
  176. left: 24rpx;
  177. bottom: 0;
  178. right: 0;
  179. height: 1px;
  180. border-bottom: 1px solid #D9D9D9;
  181. color: #D9D9D9;
  182. -webkit-transform-origin: 0 100%;
  183. transform-origin: 0 100%;
  184. -webkit-transform: scaleY(0.5);
  185. transform: scaleY(0.5);
  186. }
  187. .flex_1px_d {
  188. position: relative;
  189. }
  190. .flex_1px_d::after {
  191. content: "";
  192. position: absolute;
  193. bottom: 0;
  194. right: 0;
  195. width: 720rpx;
  196. height: 2rpx;
  197. background: #d9d9d9;
  198. -webkit-transform: scaleY(0.5);
  199. transform: scaleY(0.5);
  200. }
  201. .arrow_right {
  202. position: relative;
  203. }
  204. .arrow_right::after {
  205. position: absolute;
  206. content: " ";
  207. height: 14rpx;
  208. width: 14rpx;
  209. border-width: 2rpx 2rpx 0 0;
  210. border-color: #999999;
  211. border-style: solid;
  212. -webkit-transform: rotate(45deg);
  213. transform: rotate(45deg);
  214. top: 50%;
  215. right: -15rpx;
  216. margin-top: -7rpx;
  217. }
  218. .back_top_btn {
  219. position: fixed;
  220. right: 50rpx;
  221. bottom: 50rpx;
  222. width: 106rpx;
  223. }
  224. .align_center {
  225. display: flex;
  226. align-items: center;
  227. }