25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

29 satır
468 B

  1. /* Pages/HGBot/Whisper/received/total.wxss */
  2. .list{
  3. position: relative;
  4. font-size: 22px;
  5. left: 45px;
  6. color: #000;
  7. }
  8. .whisper{
  9. position: relative;
  10. font-size: 22px;
  11. color: #000;
  12. align-items: center;
  13. background-color: #D8CAAF;
  14. }
  15. .hg{
  16. align-items: center;
  17. justify-content: center;
  18. text-align: center;
  19. }
  20. .ret{
  21. color:#7B8B6F;
  22. font-size: 45px;
  23. margin-left: 30px;
  24. position: absolute;
  25. bottom: 20px;
  26. }