index.less 510 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .imagesize {
  2. width: 120rpx;
  3. height: 92rpx;
  4. }
  5. .n-horbar {
  6. white-space: nowrap;
  7. &-item {
  8. display: inline-block;
  9. }
  10. }
  11. .highup-border {
  12. border: 4rpx solid transparent;
  13. padding: 16rpx 8rpx 24rpx 8rpx;
  14. border-radius: 16rpx;
  15. margin-right: 16rpx;
  16. color: #777;
  17. font-size: 22rpx;
  18. transition: border-color linear 0.1s;
  19. &:nth-last-child(1) {
  20. margin-right: 0;
  21. }
  22. .text {
  23. text-align: center;
  24. }
  25. &-selected {
  26. border-color: #555;
  27. .text {
  28. color: #333;
  29. }
  30. }
  31. }