filter.css 917 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .bgc-17b3ec{
  2. background-color: #17b3ec;
  3. }
  4. .c-999{color: #999;}
  5. .footer{
  6. position:fixed;
  7. bottom: 0;
  8. left: 0;
  9. width: 100%;
  10. }
  11. .footer div{
  12. width: 50%;
  13. float: left;
  14. font-size: 17px;
  15. text-align: center;
  16. padding: 10px 0;
  17. }
  18. .cancel-btn{
  19. border-top: 1px solid #e1e1e1;
  20. background-color: #fff;
  21. color: #666;
  22. }
  23. .confirm-btn{
  24. border-top: 1px solid #17b3ec;
  25. background-color: #17b3ec;
  26. color: #fff;
  27. }
  28. .tag{
  29. display: inline-block;
  30. min-width: 84px;
  31. text-align: center;
  32. padding: 5px 10px;
  33. border: 1px solid #e1e1e1;
  34. border-radius: 15px;
  35. margin-top: 10px;
  36. margin-right: 10px;
  37. font-size: 14px;
  38. color: #333;
  39. }
  40. .tag.active{
  41. background-color: #17b3ec;
  42. color: #fff;
  43. border-color: #17b3ec;
  44. }
  45. .reset-btn{
  46. position: absolute;
  47. top: 15px;
  48. right: 15px;
  49. font-size: 17px;
  50. color: #17b3ec;
  51. font-weight: 600;
  52. }