app.wxss 516 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /**app.wxss**/
  2. page,view,text,swiper,scroll-view{
  3. box-sizing: border-box;
  4. color: #333;
  5. }
  6. .up{
  7. color: #E90001 !important;
  8. }
  9. .down{
  10. color: #07B20B !important;
  11. }
  12. .post_btn:not([size='mini']){
  13. width: 100%;
  14. height: 88rpx;
  15. background: #D94B24;
  16. border-radius: 8rpx;
  17. color: #fff;
  18. }
  19. .not_data{
  20. margin: 30%;
  21. text-align: center;
  22. color: #999;
  23. }
  24. .loading{
  25. text-align: center;
  26. color: #999;
  27. padding: 10rpx 0;
  28. font-size: 26rpx;
  29. }
  30. .info{
  31. width: 100%;
  32. }
  33. .info view{
  34. font-size: 29rpx !important;
  35. }