detail.scss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. @import '../../components/My_card/index.scss';
  2. .header {
  3. width: 750rpx;
  4. height: 392rpx;
  5. border: 1px solid red;
  6. }
  7. /* 基础盒子 */
  8. .bsae-box {
  9. width: 750rpx;
  10. padding: 20rpx 30rpx;
  11. box-sizing: border-box;
  12. background: #ffffff;
  13. font-family: PingFang SC-Regular, PingFang SC;
  14. }
  15. /* 简介 */
  16. .brief {
  17. .first-line {
  18. display: flex;
  19. align-items: center;
  20. justify-content: space-between;
  21. width: 100%;
  22. font-size: 30rpx;
  23. font-family: PingFang SC-Bold, PingFang SC;
  24. font-weight: bold;
  25. color: #333333;
  26. .multi-line {
  27. width: 500rpx;
  28. }
  29. text {
  30. font-size: 24rpx;
  31. color: #666666;
  32. }
  33. }
  34. .by-time {
  35. height: 28rpx;
  36. display: flex;
  37. align-items: center;
  38. justify-content: space-between;
  39. margin-top: 10rpx;
  40. font-size: 20rpx;
  41. color: #999999;
  42. .line-1 {
  43. width: 480rpx;
  44. }
  45. }
  46. }
  47. /* 描述 */
  48. .describe {
  49. margin-top: 20rpx;
  50. .title {
  51. font-size: 28rpx;
  52. color: #333333;
  53. }
  54. .multi-line {
  55. font-size: 28rpx;
  56. color: #666666;
  57. margin-top: 20rpx;
  58. }
  59. }
  60. /* 附件 */
  61. .accessory {
  62. display: flex;
  63. align-items: center;
  64. height: 122rpx;
  65. background: #FFFFFF;
  66. border: 1rpx solid #CCCCCC;
  67. .icon {
  68. width: 58rpx;
  69. height: 58rpx;
  70. margin-left: 30rpx;
  71. .iconfont {
  72. font-size: 58rpx;
  73. color: var(--assist);
  74. }
  75. }
  76. .explian {
  77. display: flex;
  78. flex-direction: column;
  79. justify-content: space-between;
  80. margin-left: 30rpx;
  81. height: 80rpx;
  82. .title {
  83. width: 380rpx;
  84. font-size: 28rpx;
  85. font-family: PingFang SC-Bold, PingFang SC;
  86. font-weight: bold;
  87. color: #333333;
  88. }
  89. .time {
  90. font-size: 20rpx;
  91. font-family: PingFang SC-Regular, PingFang SC;
  92. color: #999999;
  93. }
  94. }
  95. .v-but {
  96. width: 140rpx;
  97. height: 60rpx;
  98. background: #3874F6;
  99. border-radius: 30rpx;
  100. margin-left: 30rpx;
  101. }
  102. }