detail.scss 1.4 KB

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