feedback.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. /* pages/feedback/feedback.wxss */
  2. .menus {
  3. width: 100%;
  4. position: fixed;
  5. left: 0;
  6. top: 0;
  7. background-color: #fff;
  8. display: flex;
  9. justify-content: flex-start;
  10. align-items: center;
  11. z-index: 99999;
  12. }
  13. .menu .van-dropdown-menu {
  14. width: 100%;
  15. position: fixed;
  16. left: 70rpx;
  17. top: 0rpx;
  18. z-index: 888;
  19. align-items: center;
  20. height: 129rpx !important;
  21. padding-top: 18rpx;
  22. z-index: 99999;
  23. }
  24. .menu1 .van-dropdown-menu {
  25. width: 100%;
  26. position: fixed;
  27. left: 70rpx;
  28. top: 0rpx;
  29. z-index: 888;
  30. align-items: center;
  31. height: 100rpx !important;
  32. padding-top: 75rpx;
  33. z-index: 99999;
  34. }
  35. .van-dropdown-menu__item {
  36. flex: 0.25 !important;
  37. z-index: 99999;
  38. }
  39. .menus text {
  40. margin-left: 20rpx;
  41. font-size: 35rpx;
  42. }
  43. .feed {
  44. height: 100%;
  45. position: relative;
  46. /* background: #ff000022; */
  47. }
  48. .feed .cut {
  49. width: 100%;
  50. display: flex;
  51. justify-content: center;
  52. margin-bottom: 30rpx;
  53. position: fixed;
  54. background: #fff;
  55. padding: 15rpx 0;
  56. z-index: 999;
  57. }
  58. .quest>view {
  59. margin-top: 10rpx;
  60. }
  61. .quest .user {
  62. margin-top: 15rpx;
  63. }
  64. .box {
  65. height: 80%;
  66. margin: 110rpx 0 40rpx 0;
  67. width: 100%;
  68. }
  69. .time {
  70. /* padding: 20rpx 20rpx; */
  71. padding: 20rpx 0;
  72. border-top: 1rpx solid #efefef;
  73. width: 92%;
  74. margin: 0 auto;
  75. }
  76. .list {
  77. background: #fff;
  78. margin-top: 15rpx;
  79. width: 92%;
  80. margin: 15rpx auto 0;
  81. border: 1px solid #d8d8d8;
  82. border-radius: 20rpx;
  83. box-shadow: 0 0 6rpx 0 rgba(216, 216, 216, 1);
  84. }
  85. .list .info {
  86. display: flex;
  87. padding: 15rpx 0;
  88. }
  89. .list .quest {
  90. width: 70%;
  91. }
  92. .list text {
  93. font-size: 26rpx;
  94. }
  95. .list .read {
  96. margin-top: 15rpx;
  97. }
  98. .list .read view {
  99. color: #FE5C28;
  100. font-size: 26rpx;
  101. }
  102. .list image {
  103. width: 80rpx;
  104. height: 80rpx;
  105. border-radius: 50%;
  106. vertical-align: middle;
  107. margin: 5rpx 15rpx 0 20rpx;
  108. }