evaluate.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. .box.data-v-5db031f3 {
  2. min-height: 100vh;
  3. background: #F4F5F7;
  4. }
  5. .main.data-v-5db031f3 {
  6. padding: 20rpx 24rpx;
  7. margin-bottom: 120rpx;
  8. }
  9. .population.data-v-5db031f3 {
  10. margin-top: 20rpx;
  11. background: #FFFFFF;
  12. padding: 30rpx 20rpx;
  13. border-radius: 10rpx;
  14. }
  15. .title.data-v-5db031f3 {
  16. font-size: 30rpx;
  17. font-weight: 600;
  18. color: #333333;
  19. }
  20. .populationImg.data-v-5db031f3 {
  21. width: 32rpx;
  22. height: 32rpx;
  23. }
  24. .populationCont.data-v-5db031f3 {
  25. display: flex;
  26. padding-top: 30rpx;
  27. }
  28. .populationLine.data-v-5db031f3 {
  29. display: flex;
  30. line-height: 32rpx;
  31. font-size: 28rpx;
  32. color: #999999;
  33. width: 200rpx;
  34. }
  35. .populationTxt.data-v-5db031f3 {
  36. padding-left: 12rpx;
  37. }
  38. .orangeColor.data-v-5db031f3 {
  39. color: #FF4F00;
  40. }
  41. .rowView.data-v-5db031f3 {
  42. padding: 30rpx 0rpx 0rpx;
  43. display: flex;
  44. justify-content: space-between;
  45. }
  46. .littleTitle.data-v-5db031f3 {
  47. font-size: 28rpx;
  48. color: #666666;
  49. line-height: 32rpx;
  50. }
  51. .xxBox.data-v-5db031f3 {
  52. display: flex;
  53. justify-content: flex-start;
  54. }
  55. .td.data-v-5db031f3 {
  56. width: 80rpx;
  57. font-size: 24rpx;
  58. margin-left: 10rpx;
  59. }
  60. .firstView.data-v-5db031f3,
  61. .secondView.data-v-5db031f3 {
  62. background-color: #FFFFFF;
  63. border-radius: 10rpx;
  64. }
  65. .firstView.data-v-5db031f3 {
  66. margin-bottom: 20rpx;
  67. }
  68. .textareaCont.data-v-5db031f3 {
  69. padding: 20rpx 0rpx;
  70. min-height: 150rpx;
  71. width: 95%;
  72. font-size: 28rpx;
  73. }
  74. .imgBox.data-v-5db031f3 {
  75. display: flex;
  76. flex-wrap: wrap;
  77. padding: 20rpx 0rpx;
  78. }
  79. .imgLine.data-v-5db031f3 {
  80. position: relative;
  81. margin-right: 10rpx;
  82. }
  83. .itemImg.data-v-5db031f3 {
  84. width: 150rpx;
  85. height: 150rpx;
  86. margin-right: 5rpx;
  87. }
  88. /* .img4 {
  89. margin-right: 20rpx;
  90. } */
  91. .delImg.data-v-5db031f3 {
  92. width: 32rpx;
  93. height: 32rpx;
  94. position: absolute;
  95. right: 0rpx;
  96. top: 0rpx;
  97. }
  98. .bottom.data-v-5db031f3 {
  99. width: 750rpx;
  100. height: 120rpx;
  101. background: #FFFFFF;
  102. box-shadow: 0px -4px 8px 0px rgba(153, 153, 153, 0.08);
  103. position: fixed;
  104. left: 0;
  105. bottom: 0;
  106. display: flex;
  107. justify-content: space-around;
  108. }
  109. .shoreDz.data-v-5db031f3 {
  110. width: 702rpx;
  111. height: 74rpx;
  112. background: linear-gradient(124deg, #FF8700 0%, #FF4F00 100%);
  113. border-radius: 37rpx;
  114. text-align: center;
  115. line-height: 74rpx;
  116. color: #FFFFFF;
  117. font-size: 30rpx;
  118. margin-top: 24rpx;
  119. }
  120. .populationCont2.data-v-5db031f3{
  121. display: flex;
  122. justify-content: space-between;
  123. }