app.wxss 3.0 KB

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