detail.scss 1.4 KB

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