Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

1 ano atrás
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /* page {
  2. background-image: linear-gradient(to bottom, #d3fae0, #f2f4f7);
  3. } */
  4. .custom-border {
  5. border-width: 0;
  6. border-color: transparent !important;
  7. background-color: transparent !important;
  8. outline: none !important;
  9. }
  10. .custom-border::after{
  11. border: none;
  12. }
  13. .primary {
  14. color: #1677ff;
  15. }
  16. .primarybg {
  17. background-color: #1677ff;
  18. }
  19. /* list */
  20. .list {
  21. padding: 20rpx;
  22. }
  23. .list-item {
  24. display: flex;
  25. justify-content: space-between;
  26. align-items: center;
  27. padding: 20rpx 0;
  28. }
  29. .list-title {
  30. width: 600rpx;
  31. font-size: 28rpx;
  32. line-height: 36rpx;
  33. }