feedback.wxss 1.9 KB

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