index.wxss 797 B

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