feedback.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. page{
  2. background: #f4f4f4;
  3. min-height: 100%;
  4. }
  5. .container{
  6. background: #f4f4f4;
  7. min-height: 100%;
  8. padding-top: 30rpx;
  9. }
  10. .fb-type{
  11. height: 104rpx;
  12. width: 100%;
  13. background: #fff;
  14. margin-bottom: 20rpx;
  15. display: flex;
  16. flex-direction: row;
  17. align-items: center;
  18. padding-left: 30rpx;
  19. padding-right: 30rpx;
  20. }
  21. .fb-type .type-label{
  22. height: 36rpx;
  23. flex: 1;
  24. color: #333;
  25. font-size: 28rpx;
  26. }
  27. .fb-type .type-icon{
  28. height: 36rpx;
  29. width: 36rpx;
  30. }
  31. .fb-body{
  32. width: 100%;
  33. background: #fff;
  34. height: 374rpx;
  35. padding: 18rpx 30rpx 64rpx 30rpx;
  36. }
  37. .fb-body .content{
  38. width: 100%;
  39. height: 100%;
  40. color: #333;
  41. line-height: 40rpx;
  42. font-size: 28rpx;
  43. }
  44. .fb-body .text-count{
  45. padding-top: 17rpx;
  46. line-height: 30rpx;
  47. float: right;
  48. color: #666;
  49. font-size: 24rpx;
  50. }
  51. .fb-mobile{
  52. height: 162rpx;
  53. width: 100%;
  54. }
  55. .fb-mobile .label{
  56. height: 58rpx;
  57. width: 100%;
  58. padding-top: 14rpx;
  59. padding-bottom: 11rpx;
  60. color: #7f7f7f;
  61. font-size: 24rpx;
  62. padding-left: 30rpx;
  63. padding-right: 30rpx;
  64. line-height: 33rpx;
  65. }
  66. .fb-mobile .mobile-box{
  67. height: 104rpx;
  68. width: 100%;
  69. color: #333;
  70. padding-left: 30rpx;
  71. padding-right: 30rpx;
  72. font-size: 24rpx;
  73. background: #fff;
  74. position: relative;
  75. }
  76. .fb-mobile .mobile{
  77. position: absolute;
  78. top: 27rpx;
  79. left: 30rpx;
  80. height: 50rpx;
  81. width: 100%;
  82. color: #333;
  83. line-height: 50rpx;
  84. font-size: 24rpx;
  85. }
  86. .clear-icon{
  87. position: absolute;
  88. top: 43rpx;
  89. right: 30rpx;
  90. width: 28rpx;
  91. height: 28rpx;
  92. }
  93. .fb-btn{
  94. width: 100%;
  95. height: 98rpx;
  96. line-height: 98rpx;
  97. background: #b4282d;
  98. position: fixed;
  99. bottom: 0;
  100. left: 0;
  101. border-radius: 0;
  102. color: #fff;
  103. font-size: 28rpx;
  104. }