index.less 791 B

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