app.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  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. .ml8 {
  61. margin-left: 8rpx;
  62. }
  63. .ml10 {
  64. margin-left: 10rpx;
  65. }
  66. .ml16 {
  67. margin-left: 16rpx;
  68. }
  69. .ml20 {
  70. margin-left: 20rpx;
  71. }
  72. .mr6{
  73. margin-right: 6rpx;
  74. }
  75. .mr10 {
  76. margin-right: 10rpx;
  77. }
  78. .mr16 {
  79. margin-right: 16rpx;
  80. }
  81. .mt4 {
  82. margin-top: 4rpx;
  83. }
  84. .mt8 {
  85. margin-top: 8rpx;
  86. }
  87. .mt10 {
  88. margin-top: 10rpx;
  89. }
  90. .mt15 {
  91. margin-top: 15rpx;
  92. }
  93. .mt20 {
  94. margin-top: 20rpx;
  95. }
  96. .mb20 {
  97. margin-bottom: 20rpx;
  98. }
  99. .cola7 {
  100. color: #a7a7a7;
  101. }
  102. .col333 {
  103. color: #333;
  104. }
  105. .col666 {
  106. color: #666;
  107. }
  108. .col999 {
  109. color: #999;
  110. }
  111. .col2B2B2B {
  112. color: #2B2B2B;
  113. }
  114. .coleb4e4f {
  115. color: #EB4E4F
  116. }
  117. .col09BB07 {
  118. color: #09BB07
  119. }
  120. .colef524d {
  121. color: #ef524d;
  122. }
  123. .bacfff {
  124. background: #fff;
  125. }
  126. .l_height34 {
  127. line-height: 34rpx;
  128. }
  129. .f_left {
  130. float: left;
  131. }
  132. .f_right {
  133. float: right;
  134. }
  135. .vux-1px-b {
  136. position: relative;
  137. }
  138. .vux-1px-b::after {
  139. content: " ";
  140. position: absolute;
  141. left: 0;
  142. bottom: 0;
  143. right: 0;
  144. height: 1px;
  145. border-bottom: 1px solid #D9D9D9;
  146. color: #D9D9D9;
  147. -webkit-transform-origin: 0 100%;
  148. transform-origin: 0 100%;
  149. -webkit-transform: scaleY(0.5);
  150. transform: scaleY(0.5);
  151. }
  152. .comment-1px-b::after {
  153. content: " ";
  154. position: absolute;
  155. left: 24rpx;
  156. bottom: 0;
  157. right: 0;
  158. height: 1px;
  159. border-bottom: 1px solid #D9D9D9;
  160. color: #D9D9D9;
  161. -webkit-transform-origin: 0 100%;
  162. transform-origin: 0 100%;
  163. -webkit-transform: scaleY(0.5);
  164. transform: scaleY(0.5);
  165. }
  166. .flex_1px_d {
  167. position: relative;
  168. }
  169. .flex_1px_d::after {
  170. content: "";
  171. position: absolute;
  172. bottom: 0;
  173. right: 0;
  174. width: 720rpx;
  175. height: 2rpx;
  176. background: #d9d9d9;
  177. -webkit-transform: scaleY(0.5);
  178. transform: scaleY(0.5);
  179. }
  180. .arrow_right {
  181. position: relative;
  182. }
  183. .arrow_right::after {
  184. position: absolute;
  185. content: " ";
  186. height: 14rpx;
  187. width: 14rpx;
  188. border-width: 2rpx 2rpx 0 0;
  189. border-color: #999999;
  190. border-style: solid;
  191. -webkit-transform: rotate(45deg);
  192. transform: rotate(45deg);
  193. top: 50%;
  194. right: -15rpx;
  195. margin-top: -7rpx;
  196. }
  197. .back_top_btn {
  198. position: fixed;
  199. right: 50rpx;
  200. bottom: 50rpx;
  201. width: 106rpx;
  202. }