index.less 866 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .worksBox {
  2. min-height: 100vh;
  3. .selectType {
  4. padding: 30rpx 15rpx 30rpx 26rpx;
  5. display: flex;
  6. align-items: center;
  7. justify-content: space-around;
  8. z-index: 20;
  9. .type {
  10. padding: 14rpx 0rpx;
  11. width: 200rpx;
  12. box-sizing: border-box;
  13. text-align: center;
  14. border: 1rpx solid #9f9f9fa4;
  15. border-radius: 50rpx;
  16. color: #1A1A1A;
  17. font-size: 24rpx;
  18. }
  19. .currentType {
  20. border: none;
  21. box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  22. background-color: white;
  23. font-weight: bold;
  24. }
  25. .search {
  26. padding: 8rpx 20rpx;
  27. text-align: center;
  28. border: 1rpx solid #9f9f9fa4;
  29. border-radius: 50rpx;
  30. .searchImg {
  31. width: 26rpx;
  32. height: 26rpx;
  33. }
  34. }
  35. }
  36. .empty {
  37. margin-top: 90rpx;
  38. }
  39. }