detail.scss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .header {
  2. background-color: #fff;
  3. padding: 20rpx 30rpx 0rpx;
  4. box-sizing: border-box;
  5. margin-bottom: -16rpx;
  6. .title {
  7. font-size: 28rpx;
  8. font-family: PingFang SC-Bold, PingFang SC;
  9. font-weight: bold;
  10. color: #333333;
  11. margin-bottom: 16rpx;
  12. }
  13. }
  14. .popup {
  15. .title {
  16. position: sticky;
  17. line-height: 80rpx;
  18. width: 100%;
  19. text-align: center;
  20. border-bottom: 1rpx solid #ddd;
  21. font-weight: 600;
  22. color: #333;
  23. top: 0;
  24. background-color: #fff;
  25. .icon {
  26. position: absolute;
  27. right: 28rpx;
  28. top: 22rpx;
  29. color: #999;
  30. }
  31. }
  32. .enterprise {
  33. width: 100%;
  34. box-sizing: border-box;
  35. padding-left: 30rpx;
  36. padding-right: 10rpx;
  37. padding-bottom: 10rpx;
  38. border-bottom: 1rpx solid #ddd;
  39. margin-top: 10rpx;
  40. .tag-box {
  41. margin-top: 10rpx;
  42. .tag {
  43. height: 40rpx;
  44. font-size: 20rpx;
  45. font-family: PingFang SC-Regular, PingFang SC;
  46. padding: 0 12rpx;
  47. margin-right: 8rpx;
  48. }
  49. }
  50. &_title {
  51. line-height: 40rpx;
  52. font-size: 28rpx;
  53. font-family: PingFang SC-Bold, PingFang SC;
  54. font-weight: bold;
  55. color: #333333;
  56. }
  57. .exp {
  58. line-height: 34rpx;
  59. font-size: 24rpx;
  60. font-family: PingFang SC-Regular, PingFang SC;
  61. color: #666666;
  62. margin-top: 8rpx;
  63. }
  64. }
  65. }