add.scss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .new-footer {
  2. display: flex;
  3. align-items: center;
  4. justify-content: flex-end;
  5. position: fixed;
  6. width: 100vw;
  7. height: 130rpx;
  8. background: #FFFFFF;
  9. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  10. bottom: 0;
  11. .new-submit {
  12. width: 156rpx;
  13. height: 90rpx;
  14. background: #3874F6;
  15. border-radius: 8rpx;
  16. font-size: 28rpx;
  17. font-family: PingFang SC-Bold, PingFang SC;
  18. font-weight: bold;
  19. color: #FFFFFF;
  20. margin-right: 30rpx;
  21. }
  22. .query {
  23. border: 1rpx solid #CCCCCC !important;
  24. background-color: #fff !important;
  25. color: #666666 !important;
  26. }
  27. }
  28. .popup {
  29. .title {
  30. position: sticky;
  31. height: 80rpx;
  32. line-height: 80rpx;
  33. width: 100%;
  34. text-align: center;
  35. border-bottom: 1rpx solid #ddd;
  36. font-weight: 600;
  37. color: #333;
  38. top: 0;
  39. background-color: #fff;
  40. .icon {
  41. position: absolute;
  42. right: 28rpx;
  43. top: 22rpx;
  44. color: #999;
  45. }
  46. }
  47. .enterprise {
  48. width: 100%;
  49. box-sizing: border-box;
  50. padding-left: 30rpx;
  51. padding-right: 10rpx;
  52. padding-bottom: 10rpx;
  53. border-bottom: 1rpx solid #ddd;
  54. margin-top: 10rpx;
  55. &_title {
  56. line-height: 40rpx;
  57. font-size: 28rpx;
  58. font-family: PingFang SC-Bold, PingFang SC;
  59. font-weight: bold;
  60. color: #333333;
  61. }
  62. .tag-box {
  63. margin-top: 10rpx;
  64. .tag {
  65. height: 40rpx;
  66. font-size: 20rpx;
  67. font-family: PingFang SC-Regular, PingFang SC;
  68. padding: 0 12rpx;
  69. margin-right: 8rpx;
  70. }
  71. }
  72. .exp {
  73. line-height: 34rpx;
  74. font-size: 24rpx;
  75. font-family: PingFang SC-Regular, PingFang SC;
  76. color: #666666;
  77. margin-top: 8rpx;
  78. }
  79. }
  80. }