detail.scss 1.6 KB

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