index.css 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /* 筛选 */
  2. .ceng {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, .5);z-index: 99;}
  3. .shai {border-radius: 32rpx 32rpx 0 0;background: #fff;position: fixed;left: 0;right: 0;bottom: -100%;z-index: 100;padding: 0 0 90rpx;overflow: hidden;height: 50%;transition: all .3s ease;}
  4. .default-box{position: absolute;top: 0;left: 0;right: 0;padding: 48rpx 50rpx 0 0;background: #fff;justify-content: flex-end;z-index: 5;}
  5. .default{font-size: 28rpx;color: #999;z-index: 10;}
  6. .default image{width: 36rpx;height: 36rpx;margin-right: 14rpx;}
  7. .shai-c {position: absolute;top: 0;left: 0;right: 0;bottom: 90rpx;padding: 35rpx 50rpx 80rpx;overflow-y: scroll;-webkit-scrolling-overflow: touch;}
  8. .s-tit {font-size: 30rpx;color: #263343;font-weight: bold;margin: 0;}
  9. .s-list {flex-wrap: wrap;margin-top: 30rpx;}
  10. .s-list .li {width: 189rpx;height: 70rpx;background: #F3F5F7;line-height: 70rpx;border-radius: 35rpx;font-size: 30rpx;color: #263343;text-align: center;margin: 25rpx 32rpx 0 0;}
  11. .s-list .li:nth-child(3n) {margin-right: 0;}
  12. .s-list .li.active {background: #018acd;color: #fff;}
  13. .s-list .textarea-box{
  14. border-radius: 10rpx;
  15. width: 100%;
  16. min-height: 30rpx;
  17. line-height: 30rpx;
  18. background: #eeeeee;
  19. height: 230rpx;
  20. padding: 40rpx 30rpx;
  21. }
  22. .s-list textarea{
  23. width: 100%;
  24. height: 100%;
  25. }
  26. .team{flex-wrap: wrap;max-height: 180rpx;overflow: hidden;}
  27. .teams{max-height: initial;}
  28. .team .li{width: 144rpx;height: 54rpx;border: 1rpx solid #D1D1D1;border-radius: 6rpx;font-size: 30rpx;color: #727272;text-align: center;line-height: 54rpx;margin: 30rpx 19rpx 0 0;position: relative;overflow: hidden;}
  29. .team .li:nth-child(4n){margin-right: 0;}
  30. .team .li image{width: 24rpx;height: 24rpx;position: absolute;bottom: 0;right: 0;}
  31. .team .li.active{color: var(--main);border-color: var(--main);}
  32. .team-more{padding: 20rpx 0;margin-top: 10rpx;}
  33. .team-more image{width: 23rpx;height: 14rpx;margin: 0 auto;}
  34. .team-mores image{transform: rotate(180deg);}
  35. .dates {padding: 25rpx 0 0;font-size: 30rpx;color: #858585;}
  36. .date {width: 240rpx;height: 70rpx;background: #F3F3F3;border-radius: 35rpx;box-sizing: border-box;font-size: 30rpx;color: #333;line-height: 70rpx;text-align: center;}
  37. .date.active {color: #333;}
  38. .dates text {display: block;margin: 0 15rpx;}
  39. .btn {position: absolute;left: 0;bottom: 80rpx;right: 0;background: #fff;display: flex;justify-content: space-around;padding: 0rpx 40rpx;}
  40. /* .reset {width: 50%;border-top: 1rpx solid #e8e8e8;font-size: 32rpx;color: #697077;text-align: center;height: 89rpx;line-height: 89rpx;} */
  41. .reset{
  42. padding: 30rpx 100rpx;
  43. background-color: #eeeeee;
  44. color: #108FFF;
  45. border-radius: 20rpx;
  46. }
  47. /* .confirm {width: 50%;font-size: 32rpx;background: #018acd;color: #fff;text-align: center;height: 90rpx;line-height: 90rpx;} */
  48. .confirm{
  49. padding: 30rpx 100rpx;
  50. background-color: #108FFF;
  51. color: #fff;
  52. border-radius: 20rpx;
  53. }
  54. .limit{text-align: right;font-size: 24rpx;}
  55. .go {width: 230rpx;height: 60rpx;border-radius: 40rpx;border: 1rpx solid var(--main);font-size: 30rpx;color: var(--main);justify-content: center;margin: 0 auto;}