details.scss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. @import "./incidental.scss";
  2. /* 主要区域 */
  3. .main {
  4. width: 100%;
  5. background-color: #ffffff;
  6. padding: 30rpx;
  7. box-sizing: border-box;
  8. .title {
  9. font-size: 30rpx;
  10. font-family: PingFang SC-Bold, PingFang SC;
  11. font-weight: bold;
  12. color: #333333;
  13. line-height: 44rpx;
  14. }
  15. .incidental {
  16. width: 100%;
  17. margin-top: 20rpx;
  18. }
  19. }
  20. .box {
  21. width: 690rpx;
  22. margin: 0 auto;
  23. margin-top: 30rpx;
  24. .label {
  25. font-size: 28rpx;
  26. font-family: PingFang SC-Bold, PingFang SC;
  27. font-weight: bold;
  28. color: #333333;
  29. }
  30. video {
  31. width: 690rpx;
  32. height: 360rpx;
  33. border-radius: 16rpx;
  34. overflow: hidden;
  35. margin-top: 20rpx;
  36. }
  37. }
  38. /* 通告评价 */
  39. .evaluate {
  40. .title-r {
  41. font-size: 24rpx;
  42. font-family: PingFang SC-Regular, PingFang SC;
  43. color: #999999;
  44. }
  45. .score {
  46. display: flex;
  47. align-items: center;
  48. height: 48rpx;
  49. // margin-left: 30rpx;
  50. margin: 40rpx 0 50rpx 30rpx;
  51. .rate {
  52. padding: 0 20rpx;
  53. margin-top: -12rpx;
  54. }
  55. }
  56. }
  57. /* 虚线 */
  58. .cut-off-rule {
  59. width: 100%;
  60. height: 1rpx;
  61. box-sizing: border-box;
  62. border-bottom: 1rpx dashed #CCCCCC;
  63. margin-top: 30rpx;
  64. }
  65. /* 文本域 */
  66. textarea {
  67. width: 630rpx;
  68. height: 210rpx;
  69. background: #F5F5F5;
  70. border-radius: 8rpx;
  71. margin: 24rpx auto 0;
  72. padding: 20rpx 30rpx;
  73. box-sizing: border-box;
  74. text-align: left;
  75. }
  76. /* 按钮盒子 */
  77. .but-box {
  78. width: 100%;
  79. text-align: center;
  80. margin: 50rpx 0;
  81. }
  82. .tag {
  83. max-width: 100rpx !important;
  84. height: 36rpx;
  85. line-height: 36rpx;
  86. padding: 0 10rpx;
  87. margin-right: 10rpx;
  88. font-size: 20rpx;
  89. font-family: PingFangSC-Regular-, PingFangSC-Regular;
  90. font-weight: normal;
  91. }
  92. .evaluation-title {
  93. font-size: 28rpx;
  94. font-weight: bold;
  95. color: #333333;
  96. margin-left: 30rpx;
  97. }