index.scss 525 B

1234567891011121314151617181920212223242526272829303132333435
  1. .lable-select-box {
  2. width: 100%;
  3. height: 80rpx;
  4. display: flex;
  5. justify-content: space-between;
  6. align-items: center;
  7. border-bottom: 1rpx solid $border-color;
  8. padding: 0 $pages-padding;
  9. color: #000;
  10. font-weight: bold;
  11. .lable-select {
  12. display: flex;
  13. align-items: stretch;
  14. }
  15. .lable-title-btn {
  16. color: $Theme-Color;
  17. }
  18. .lable-title-icon {
  19. font-size: 34rpx;
  20. color: #000;
  21. font-weight: normal;
  22. }
  23. }
  24. .empty-content {
  25. width: 100%;
  26. display: flex;
  27. justify-content: center;
  28. align-items: center;
  29. }