index.wxss 826 B

1234567891011121314151617181920212223242526272829303132333435
  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. background-color: #F2F6FC;
  8. }
  9. .worksBox .selectType .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: 28rpx;
  18. }
  19. .worksBox .selectType .currentType {
  20. box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  21. color: white;
  22. border-color: #00C657;
  23. background-color: #00C657;
  24. font-weight: bold;
  25. }
  26. .worksBox .selectType .search {
  27. padding: 8rpx 20rpx;
  28. text-align: center;
  29. border: 1rpx solid #9f9f9fa4;
  30. border-radius: 50rpx;
  31. }
  32. .worksBox .selectType .search .searchImg {
  33. width: 26rpx;
  34. height: 26rpx;
  35. }