evaluate.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. /* pages/index/evaluate/evaluate.wxss */
  2. .page-content {
  3. padding-bottom: 48rpx;
  4. }
  5. .view-evaluate .content {
  6. padding: 40rpx 70rpx 40rpx;
  7. }
  8. .view-evaluate .content .cont {}
  9. .view-evaluate .evaluate_name {
  10. font-size: 36rpx;
  11. font-weight: 500;
  12. color: #484848;
  13. line-height: 36rpx;
  14. }
  15. .view-evaluate .evaluate_date {
  16. font-size: 24rpx;
  17. color: #8C8C8C;
  18. line-height: 24rpx;
  19. margin: 8rpx 0 16rpx;
  20. }
  21. .view-evaluate .evaluate_score {
  22. font-size: 24rpx;
  23. font-weight: 500;
  24. color: #484848;
  25. line-height: 24rpx;
  26. height: 24rpx;
  27. position: relative;
  28. }
  29. .view-evaluate .evaluate_score>view {
  30. position: absolute;
  31. left: 60rpx;
  32. top: 0;
  33. }
  34. .view-evaluate .evaluate_score .light {
  35. z-index: 3;
  36. }
  37. .view-evaluate .evaluate_score .grey {
  38. z-index: 2;
  39. }
  40. .view-evaluate .evaluate_score image {
  41. margin-right: 4rpx;
  42. width: 24rpx;
  43. height: 24rpx;
  44. vertical-align: bottom;
  45. }
  46. .view-evaluate .evaluate_txt {
  47. font-size: 28rpx;
  48. font-weight: 400;
  49. color: #484848;
  50. line-height: 42rpx;
  51. margin: 24rpx 0;
  52. height: 116rpx;
  53. overflow: hidden;
  54. /* text-overflow: ellipsis;
  55. white-space: nowrap; */
  56. }
  57. .allarticle{
  58. color: #00C7C6;
  59. }
  60. .view-evaluate .heightauto {
  61. height: auto;
  62. }
  63. .view-evaluate .evaluate_imgs {
  64. display: flex;
  65. justify-content: space-between;
  66. margin-bottom: 40rpx;
  67. flex-wrap: wrap;
  68. }
  69. .view-evaluate .evaluate_imgs image {
  70. width: 192rpx;
  71. height: 192rpx;
  72. /* background: #00C7C6; */
  73. margin-bottom: 12rpx;
  74. }
  75. .view-evaluate .evaluate_imgs:after {
  76. width: 192rpx;
  77. height: 0;
  78. display: block;
  79. content: '';
  80. }
  81. .botbutton {
  82. position: relative;
  83. bottom: 0;
  84. }
  85. .openImg {
  86. position: fixed;
  87. top: 0;
  88. left: 0;
  89. height: 100%;
  90. width: 750rpx;
  91. z-index: 99;
  92. background: rgba(0, 0, 0, 0.5);
  93. display: flex;
  94. align-items: center;
  95. }
  96. .openImg swiper {
  97. width: 100%;
  98. height: 100%;
  99. }
  100. .openImg .slide-image {
  101. border-radius: 0;
  102. position: absolute;
  103. top: 50%;
  104. transform: translateY(-50%);
  105. width: 100%;
  106. }