酷炫直播运营系统小程序版本

common.scss 652B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .flex{
  2. display: flex;
  3. align-items: center;
  4. flex:1
  5. }
  6. .flex-between{
  7. display: flex;
  8. align-items: center;
  9. justify-content: space-between;
  10. }
  11. .flex-center{
  12. display: flex;
  13. align-items: center;
  14. justify-content: center;
  15. }
  16. .c-58BCA6{
  17. color: #58BCA6;
  18. }
  19. .c-F03F5C{
  20. color: #F03F5C;
  21. }
  22. .c-ECBE64{
  23. color: #ECBE64;
  24. }
  25. .c-5B80F4{
  26. color: #5B80F4;
  27. }
  28. .bg-4F7EFF{
  29. background: #4F7EFF !important;
  30. }
  31. .bg-ECBE64{
  32. background: #ECBE64 !important;
  33. }
  34. .bg-58BCA6{
  35. background: #58BCA6 !important;
  36. }
  37. .bg-F03F5C{
  38. background: #F03F5C !important;
  39. }
  40. .loading_hint{
  41. text-align: center;
  42. font-size: 28rpx;
  43. line-height: 40rpx;
  44. padding: 60rpx 0;
  45. color: #838383;
  46. }