details.scss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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. /* 通告评价 */
  21. .evaluate {
  22. .title-r {
  23. font-size: 24rpx;
  24. font-family: PingFang SC-Regular, PingFang SC;
  25. color: #999999;
  26. }
  27. .score {
  28. display: flex;
  29. align-items: center;
  30. height: 48rpx;
  31. // margin-left: 30rpx;
  32. margin: 40rpx 0 50rpx 30rpx;
  33. .rate {
  34. padding: 0 20rpx;
  35. margin-top: -12rpx;
  36. }
  37. }
  38. }
  39. /* 虚线 */
  40. .cut-off-rule {
  41. width: 100%;
  42. height: 1rpx;
  43. box-sizing: border-box;
  44. border-bottom: 1rpx dashed #CCCCCC;
  45. margin-top: 30rpx;
  46. }
  47. /* 文本域 */
  48. textarea {
  49. width: 630rpx;
  50. height: 210rpx;
  51. background: #F5F5F5;
  52. border-radius: 8rpx;
  53. margin: 24rpx auto 0;
  54. padding: 20rpx 30rpx;
  55. box-sizing: border-box;
  56. text-align: left;
  57. }
  58. /* 按钮盒子 */
  59. .but-box {
  60. width: 100%;
  61. text-align: center;
  62. margin: 50rpx 0;
  63. }
  64. .head {
  65. display: flex;
  66. justify-content: space-between;
  67. background: none !important;
  68. .box {
  69. width: 336rpx;
  70. height: 184rpx;
  71. background: #ffffff;
  72. border-radius: 16rpx;
  73. padding: 20rpx 30rpx;
  74. box-sizing: border-box;
  75. .title {
  76. display: flex;
  77. align-items: center;
  78. height: 40rpx;
  79. font-size: 28rpx !important;
  80. font-family: PingFang SC-Bold, PingFang SC;
  81. font-weight: bold;
  82. color: #333333;
  83. text {
  84. color: var(--assist);
  85. font-size: 40rpx;
  86. margin-right: 10rpx;
  87. }
  88. }
  89. .data {
  90. display: flex;
  91. width: 100%;
  92. height: 84rpx;
  93. margin-top: 20rpx;
  94. text-align: center;
  95. .subarea {
  96. flex: 1;
  97. .nubmer {
  98. height: 40rpx;
  99. font-size: 28rpx;
  100. font-family: PingFang SC-Bold, PingFang SC;
  101. font-weight: bold;
  102. color: var(--assist);
  103. }
  104. .string {
  105. height: 34rpx;
  106. font-size: 24rpx;
  107. font-family: PingFang SC-Regular, PingFang SC;
  108. color: #666666;
  109. margin-top: 10rpx;
  110. }
  111. }
  112. .vertical {
  113. width: 2rpx;
  114. height: 74rpx;
  115. margin-top: 10rpx;
  116. background: #EEEEEE;
  117. }
  118. }
  119. }
  120. }
  121. .data-main {
  122. background: none !important;
  123. .data-content {
  124. padding: 30rpx;
  125. padding-right: 0;
  126. background-color: #ffffff;
  127. .title {
  128. display: flex;
  129. justify-content: space-between;
  130. width: 630rpx;
  131. height: 40rpx;
  132. &_l {
  133. font-size: 28rpx;
  134. font-family: PingFang SC-Bold, PingFang SC;
  135. font-weight: bold;
  136. color: #333333;
  137. }
  138. &_r {
  139. height: 34rpx;
  140. font-size: 24rpx;
  141. font-family: PingFang SC-Regular, PingFang SC;
  142. color: #999999;
  143. margin-top: 6rpx;
  144. }
  145. }
  146. .user-list {
  147. width: 100%;
  148. margin-top: 30rpx;
  149. width: 630rpx;
  150. background: #F5F5F5;
  151. border-radius: 16rpx;
  152. .user {
  153. display: flex;
  154. align-items: center;
  155. justify-content: space-between;
  156. width: 600rpx;
  157. height: 90rpx;
  158. margin-left: 30rpx;
  159. view {
  160. width: 530rpx;
  161. font-size: 28rpx;
  162. font-family: PingFang SC-Regular, PingFang SC;
  163. color: #666666;
  164. }
  165. text {
  166. font-size: 26rpx;
  167. color: var(--warning);
  168. }
  169. }
  170. }
  171. }
  172. }
  173. .tab {
  174. display: flex;
  175. width: 100%;
  176. &_item {
  177. flex: 1;
  178. height: 96rpx;
  179. background-color: #F8F9FA;
  180. border-radius: 16rpx 16rpx 0 0;
  181. line-height: 96rpx;
  182. text-align: center;
  183. font-size: 28rpx;
  184. font-family: PingFang SC-Regular, PingFang SC;
  185. color: #666666;
  186. }
  187. .active {
  188. position: relative;
  189. background-color: #ffffff;
  190. font-size: 28rpx;
  191. font-family: PingFang SC-Bold, PingFang SC;
  192. font-weight: bold;
  193. color: #3874F6;
  194. }
  195. }